Groups
Groups
Sign in
Groups
Groups
ruby-cvs
Conversations
About
Send feedback
Help
Group path
ruby-cvs
1–30 of 24663
Mark all as read
Report group
0 selected
Max Bernstein
1:58 PM
9c3275a517 (master): ZJIT Add missing compile-time counters to stats output (#17757)
Max Bernstein 2026-07-09 17:58:17 +0000 (Thu, 09 Jul 2026) New Revision: 9c3275a517 https://github.
unread,
9c3275a517 (master): ZJIT Add missing compile-time counters to stats output (#17757)
Max Bernstein 2026-07-09 17:58:17 +0000 (Thu, 09 Jul 2026) New Revision: 9c3275a517 https://github.
1:58 PM
Takashi Kokubun
12:57 PM
0b4147c696 (master): ZJIT: Return empty profile summary by default
Takashi Kokubun 2026-07-09 05:32:10 +0000 (Thu, 09 Jul 2026) New Revision: 0b4147c696 https://github.
unread,
0b4147c696 (master): ZJIT: Return empty profile summary by default
Takashi Kokubun 2026-07-09 05:32:10 +0000 (Thu, 09 Jul 2026) New Revision: 0b4147c696 https://github.
12:57 PM
Takashi Kokubun
12:57 PM
14fe74327e (master): ZJIT: Always specialize monomorphic getivar
Takashi Kokubun 2026-07-09 05:32:10 +0000 (Thu, 09 Jul 2026) New Revision: 14fe74327e https://github.
unread,
14fe74327e (master): ZJIT: Always specialize monomorphic getivar
Takashi Kokubun 2026-07-09 05:32:10 +0000 (Thu, 09 Jul 2026) New Revision: 14fe74327e https://github.
12:57 PM
Koichi Sasada
12:36 PM
bcd9129c21 (master): MN threads: reclaim a terminated coroutine via nt->dead_co, not the transfer return value
Koichi Sasada 2026-07-09 12:31:53 +0000 (Thu, 09 Jul 2026) New Revision: bcd9129c21 https://github.
unread,
bcd9129c21 (master): MN threads: reclaim a terminated coroutine via nt->dead_co, not the transfer return value
Koichi Sasada 2026-07-09 12:31:53 +0000 (Thu, 09 Jul 2026) New Revision: bcd9129c21 https://github.
12:36 PM
Max Bernstein
12:21 PM
e807ba452c (master): ZJIT: Revert "ZJIT: Fold always failing GuardType (#17504)"
Max Bernstein 2026-07-06 22:24:05 +0000 (Mon, 06 Jul 2026) New Revision: e807ba452c https://github.
unread,
e807ba452c (master): ZJIT: Revert "ZJIT: Fold always failing GuardType (#17504)"
Max Bernstein 2026-07-06 22:24:05 +0000 (Mon, 06 Jul 2026) New Revision: e807ba452c https://github.
12:21 PM
Max Bernstein
12:21 PM
96d98f4f50 (master): ZJIT: Thread through num_bits to LoadField/StoreField
Max Bernstein 2026-07-06 22:22:01 +0000 (Mon, 06 Jul 2026) New Revision: 96d98f4f50 https://github.
unread,
96d98f4f50 (master): ZJIT: Thread through num_bits to LoadField/StoreField
Max Bernstein 2026-07-06 22:22:01 +0000 (Mon, 06 Jul 2026) New Revision: 96d98f4f50 https://github.
12:21 PM
Max Bernstein
12:21 PM
af2f0394fb (master): ZJIT: Use Function::load_field in cruby_methods
Max Bernstein 2026-07-06 22:20:18 +0000 (Mon, 06 Jul 2026) New Revision: af2f0394fb https://github.
unread,
af2f0394fb (master): ZJIT: Use Function::load_field in cruby_methods
Max Bernstein 2026-07-06 22:20:18 +0000 (Mon, 06 Jul 2026) New Revision: af2f0394fb https://github.
12:21 PM
Max Bernstein
10:53 AM
8590e23844 (master): ZJIT: Make AnyToString return StringExact
Max Bernstein 2026-07-08 16:43:48 +0000 (Wed, 08 Jul 2026) New Revision: 8590e23844 https://github.
unread,
8590e23844 (master): ZJIT: Make AnyToString return StringExact
Max Bernstein 2026-07-08 16:43:48 +0000 (Wed, 08 Jul 2026) New Revision: 8590e23844 https://github.
10:53 AM
Max Bernstein
10:53 AM
c84ed8d90b (master): ZJIT: Remove unused str operand from AnyToString
Max Bernstein 2026-07-07 19:50:15 +0000 (Tue, 07 Jul 2026) New Revision: c84ed8d90b https://github.
unread,
c84ed8d90b (master): ZJIT: Remove unused str operand from AnyToString
Max Bernstein 2026-07-07 19:50:15 +0000 (Tue, 07 Jul 2026) New Revision: c84ed8d90b https://github.
10:53 AM
Max Bernstein
10:53 AM
49546f9075 (master): ZJIT: Expand anytostring into CondBranch
Max Bernstein 2026-07-07 18:56:00 +0000 (Tue, 07 Jul 2026) New Revision: 49546f9075 https://github.
unread,
49546f9075 (master): ZJIT: Expand anytostring into CondBranch
Max Bernstein 2026-07-07 18:56:00 +0000 (Tue, 07 Jul 2026) New Revision: 49546f9075 https://github.
10:53 AM
Takashi Kokubun
9:52 AM
599ed107f1 (ruby_3_4): YJIT: Fix version_map use-after-free from mutable aliasing UB
Takashi Kokubun 2026-07-09 01:21:28 +0000 (Thu, 09 Jul 2026) New Revision: 599ed107f1 https://github.
unread,
599ed107f1 (ruby_3_4): YJIT: Fix version_map use-after-free from mutable aliasing UB
Takashi Kokubun 2026-07-09 01:21:28 +0000 (Thu, 09 Jul 2026) New Revision: 599ed107f1 https://github.
9:52 AM
Koichi Sasada
9:10 AM
7896d376fb (master): Prohibit at_exit and END{} in non-main Ractors
Koichi Sasada 2026-07-01 18:50:54 +0000 (Wed, 01 Jul 2026) New Revision: 7896d376fb https://github.
unread,
7896d376fb (master): Prohibit at_exit and END{} in non-main Ractors
Koichi Sasada 2026-07-01 18:50:54 +0000 (Wed, 01 Jul 2026) New Revision: 7896d376fb https://github.
9:10 AM
Nobuyoshi Nakada
8:18 AM
835ad5c09e (master): Fix a potential out-of-bounds read
Nobuyoshi Nakada 2026-07-09 11:43:56 +0000 (Thu, 09 Jul 2026) New Revision: 835ad5c09e https://github
unread,
835ad5c09e (master): Fix a potential out-of-bounds read
Nobuyoshi Nakada 2026-07-09 11:43:56 +0000 (Thu, 09 Jul 2026) New Revision: 835ad5c09e https://github
8:18 AM
Nobuyoshi Nakada
8:18 AM
edf0ea0355 (master): Fix indents [ci skip]
Nobuyoshi Nakada 2026-07-09 11:40:09 +0000 (Thu, 09 Jul 2026) New Revision: edf0ea0355 https://github
unread,
edf0ea0355 (master): Fix indents [ci skip]
Nobuyoshi Nakada 2026-07-09 11:40:09 +0000 (Thu, 09 Jul 2026) New Revision: edf0ea0355 https://github
8:18 AM
Masataka Pocke Kuwabara
5:43 AM
d65b0ec0ef (master): [ruby/json] Avoid re-decoding an incomplete number on every ResumableParser chunk
Masataka Pocke Kuwabara 2026-07-09 06:35:14 +0000 (Thu, 09 Jul 2026) New Revision: d65b0ec0ef https:/
unread,
d65b0ec0ef (master): [ruby/json] Avoid re-decoding an incomplete number on every ResumableParser chunk
Masataka Pocke Kuwabara 2026-07-09 06:35:14 +0000 (Thu, 09 Jul 2026) New Revision: d65b0ec0ef https:/
5:43 AM
Nobuyoshi Nakada
4:53 AM
df0622320b (master): [Feature #22135] Remove obsolete `ObjectSpace._id2ref`
Nobuyoshi Nakada 2026-06-30 06:48:34 +0000 (Tue, 30 Jun 2026) New Revision: df0622320b https://github
unread,
df0622320b (master): [Feature #22135] Remove obsolete `ObjectSpace._id2ref`
Nobuyoshi Nakada 2026-06-30 06:48:34 +0000 (Tue, 30 Jun 2026) New Revision: df0622320b https://github
4:53 AM
Takashi Kokubun
3:13 AM
9003f9f21a (master): ZJIT: Avoid eager stack spills for inlined frame pushes (#17387)
Takashi Kokubun 2026-07-09 07:13:05 +0000 (Thu, 09 Jul 2026) New Revision: 9003f9f21a https://github.
unread,
9003f9f21a (master): ZJIT: Avoid eager stack spills for inlined frame pushes (#17387)
Takashi Kokubun 2026-07-09 07:13:05 +0000 (Thu, 09 Jul 2026) New Revision: 9003f9f21a https://github.
3:13 AM
BurdetteLamar
2:53 AM
898751482d (master): [DOC] Doc for Pathname#relative?
BurdetteLamar 2026-07-08 21:03:49 +0000 (Wed, 08 Jul 2026) New Revision: 898751482d https://github.
unread,
898751482d (master): [DOC] Doc for Pathname#relative?
BurdetteLamar 2026-07-08 21:03:49 +0000 (Wed, 08 Jul 2026) New Revision: 898751482d https://github.
2:53 AM
Peter Zhu
2:53 AM
61b5f059cb (master): Remove dead RARRAY_EMBED_LEN_MAX
Peter Zhu 2026-07-09 01:59:26 +0000 (Thu, 09 Jul 2026) New Revision: 61b5f059cb https://github.com/
unread,
61b5f059cb (master): Remove dead RARRAY_EMBED_LEN_MAX
Peter Zhu 2026-07-09 01:59:26 +0000 (Thu, 09 Jul 2026) New Revision: 61b5f059cb https://github.com/
2:53 AM
BurdetteLamar
2:52 AM
67138bd051 (master): [DOC] Doc for Pathname#relative_path_from
BurdetteLamar 2026-07-08 21:39:42 +0000 (Wed, 08 Jul 2026) New Revision: 67138bd051 https://github.
unread,
67138bd051 (master): [DOC] Doc for Pathname#relative_path_from
BurdetteLamar 2026-07-08 21:39:42 +0000 (Wed, 08 Jul 2026) New Revision: 67138bd051 https://github.
2:52 AM
Burdette Lamar
2:47 AM
15af5bb0f3 (master): [DOC] Doc for Pathname#realpath and Pathname#realdirpath
Burdette Lamar 2026-07-09 06:46:59 +0000 (Thu, 09 Jul 2026) New Revision: 15af5bb0f3 https://github.
unread,
15af5bb0f3 (master): [DOC] Doc for Pathname#realpath and Pathname#realdirpath
Burdette Lamar 2026-07-09 06:46:59 +0000 (Thu, 09 Jul 2026) New Revision: 15af5bb0f3 https://github.
2:47 AM
Jean Boussier
2:05 AM
21a2595676 (ruby_4_0): Use a hint avoid the optimistic sched lock drop/reacquire
Jean Boussier 2026-07-09 06:05:25 +0000 (Thu, 09 Jul 2026) New Revision: 21a2595676 https://github.
unread,
21a2595676 (ruby_4_0): Use a hint avoid the optimistic sched lock drop/reacquire
Jean Boussier 2026-07-09 06:05:25 +0000 (Thu, 09 Jul 2026) New Revision: 21a2595676 https://github.
2:05 AM
Masataka Pocke Kuwabara
1:57 AM
f3f3270f70 (master): [ruby/json] Fix ResumableParser losing tokens before a feed-boundary suspension
Masataka Pocke Kuwabara 2026-07-06 04:16:42 +0000 (Mon, 06 Jul 2026) New Revision: f3f3270f70 https:/
unread,
f3f3270f70 (master): [ruby/json] Fix ResumableParser losing tokens before a feed-boundary suspension
Masataka Pocke Kuwabara 2026-07-06 04:16:42 +0000 (Mon, 06 Jul 2026) New Revision: f3f3270f70 https:/
1:57 AM
Takashi Kokubun
1:02 AM
6cfdff2bd8 (ruby_4_0): ci: install ruby-devel and fiddle gem for Cygwin build
Takashi Kokubun 2026-07-09 02:35:26 +0000 (Thu, 09 Jul 2026) New Revision: 6cfdff2bd8 https://github.
unread,
6cfdff2bd8 (ruby_4_0): ci: install ruby-devel and fiddle gem for Cygwin build
Takashi Kokubun 2026-07-09 02:35:26 +0000 (Thu, 09 Jul 2026) New Revision: 6cfdff2bd8 https://github.
1:02 AM
Takashi Kokubun
1:02 AM
b021821196 (ruby_4_0): YJIT: Fix version_map use-after-free from mutable aliasing UB
Takashi Kokubun 2026-07-09 01:20:27 +0000 (Thu, 09 Jul 2026) New Revision: b021821196 https://github.
unread,
b021821196 (ruby_4_0): YJIT: Fix version_map use-after-free from mutable aliasing UB
Takashi Kokubun 2026-07-09 01:20:27 +0000 (Thu, 09 Jul 2026) New Revision: b021821196 https://github.
1:02 AM
Peter Zhu
Jul 8
583668d5ed (master): Remove gc_bump_pointer_heap
Peter Zhu 2026-07-08 10:54:49 +0000 (Wed, 08 Jul 2026) New Revision: 583668d5ed https://github.com/
unread,
583668d5ed (master): Remove gc_bump_pointer_heap
Peter Zhu 2026-07-08 10:54:49 +0000 (Wed, 08 Jul 2026) New Revision: 583668d5ed https://github.com/
Jul 8
Matt Valentine-House
Jul 8
f1ce5fc24c (master): Move empty-hash GC-stress test to codegen_tests.rs
Matt Valentine-House 2026-07-08 20:01:40 +0000 (Wed, 08 Jul 2026) New Revision: f1ce5fc24c https://
unread,
f1ce5fc24c (master): Move empty-hash GC-stress test to codegen_tests.rs
Matt Valentine-House 2026-07-08 20:01:40 +0000 (Wed, 08 Jul 2026) New Revision: f1ce5fc24c https://
Jul 8
Matt Valentine-House
Jul 8
569ac0f998 (master): Use VALUE::as_u64().into() for flags in the alloc fast path
Matt Valentine-House 2026-07-08 18:26:21 +0000 (Wed, 08 Jul 2026) New Revision: 569ac0f998 https://
unread,
569ac0f998 (master): Use VALUE::as_u64().into() for flags in the alloc fast path
Matt Valentine-House 2026-07-08 18:26:21 +0000 (Wed, 08 Jul 2026) New Revision: 569ac0f998 https://
Jul 8
Matt Valentine-House
Jul 8
ff8e913048 (master): Inline RHash ifnone offset into jit_bindgen_constants
Matt Valentine-House 2026-07-08 15:02:01 +0000 (Wed, 08 Jul 2026) New Revision: ff8e913048 https://
unread,
ff8e913048 (master): Inline RHash ifnone offset into jit_bindgen_constants
Matt Valentine-House 2026-07-08 15:02:01 +0000 (Wed, 08 Jul 2026) New Revision: ff8e913048 https://
Jul 8
Matt Valentine-House
Jul 8
51384f4bf9 (master): Generate rb_zjit_hash_new_size binding with bindgen
Matt Valentine-House 2026-07-08 15:00:28 +0000 (Wed, 08 Jul 2026) New Revision: 51384f4bf9 https://
unread,
51384f4bf9 (master): Generate rb_zjit_hash_new_size binding with bindgen
Matt Valentine-House 2026-07-08 15:00:28 +0000 (Wed, 08 Jul 2026) New Revision: 51384f4bf9 https://
Jul 8