index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-05-26
* remove trailing spaces. [ci skip]
git
2025-05-25
Use RB_VM_LOCKING
Nobuyoshi Nakada
2025-05-25
Delimit the scopes using encoding/symbol tables
Nobuyoshi Nakada
2025-05-25
Add RB_VM_LOCKING macro which delimits the variable scope
Nobuyoshi Nakada
2025-05-23
ZJIT: Parse branchnil into HIR
Max Bernstein
2025-05-23
ZJIT: Parse opt_aref into HIR
Max Bernstein
2025-05-23
ZJIT: Add fast-paths for Array#length and Array#size
Max Bernstein
2025-05-23
ractor_wakeup was broken when compiled with USE_RUBY_DEBUG_LOG
Luke Gruber
2025-05-23
ZJIT: Implement find for Defined
Max Bernstein
2025-05-23
ZJIT: Mark SideExit as terminator
Max Bernstein
2025-05-23
ZJIT: Side-exit into the interpreter on unknown call types
Max Bernstein
2025-05-23
ZJIT: Side-exit into the interpreter on unknown opt_newarray_send
Max Bernstein
2025-05-23
ZJIT: Side-exit into the interpreter on unknown opcodes
Max Bernstein
2025-05-23
Change test to avoid stack overflow with MN threads
Étienne Barrié
2025-05-23
Fix 'require' from a ractor when the required file raises an error
Luke Gruber
2025-05-23
ZJIT: Parse splatarray, concattoarray, pushtoarray into HIR (#13429)
Max Bernstein
2025-05-23
Drop unnecessary compiler guards for memory_sanitizer
Peter Zhu
2025-05-23
Remove dependency on bits.h in default.c when BUILDING_MODULAR_GC
Peter Zhu
2025-05-23
Stricter assert for RCLASS_ALLOCATOR
John Hawthorn
2025-05-23
Only call RCLASS_SET_ALLOCATOR on T_CLASS objects
John Hawthorn
2025-05-23
Avoid calling RCLASS_SUPER in rb_class_superclass
John Hawthorn
2025-05-23
Don't use namespaced classext for superclasses
John Hawthorn
2025-05-23
Add missing lock for `Module#remove_instance_variable`
Jean Boussier
2025-05-23
Refactor `rb_shape_transition_remove_ivar`
Jean Boussier
2025-05-23
Fix moving old objects between Ractors
Peter Zhu
2025-05-23
[DOC] ZJIT: `Function::find`: Give advice instead of talking about safety
Alan Wu
2025-05-23
[ruby/prism] Monomorphise visitor methods
Ufuk Kayserilioglu
2025-05-23
Fix warning on cygwin
Daisuke Fujimura (fd0)
2025-05-23
lock vm around `rb_free_generic_ivar`
Luke Gruber
2025-05-23
Bump fiber scheduler version and add missing documentation. (#13424)
Samuel Williams
2025-05-23
skip the test now we couldn't fix
Koichi Sasada
2025-05-23
Allow `IO#close` to interrupt IO operations on fibers using `fiber_interrupt`...
Samuel Williams
2025-05-22
Remove assertion on field in `class_duplicate_iclass_classext`
Aaron Patterson
2025-05-22
ZJIT: Parse newhash into HIR
Max Bernstein
2025-05-22
ZJIT: Parse duphash into HIR
Max Bernstein
2025-05-22
ZJIT: Parse getinstancevariable, setinstancevariable into HIR (#13413)
Max Bernstein
2025-05-22
[DOC] Set canonical root for online docs (#13410)
Stan Lo
2025-05-22
Update string.rb
Burdette Lamar
2025-05-22
[DOC] Tweaks for String#byteindex
BurdetteLamar
2025-05-22
Namespaces: Don't initialize fields for T_ICLASS
Jean Boussier
2025-05-22
Fix for old mingw without `clock_gettime` and `clock_getres`
Nobuyoshi Nakada
2025-05-22
[Bug #21357] Fix crash in Hash#merge with block
Daniel Colson
2025-05-22
Fix a -Wmaybe-uninitialized
Nobuyoshi Nakada
2025-05-21
Remove too_complex GC assertion
John Hawthorn
2025-05-21
Use rb_inspect for Ractor error
John Hawthorn
2025-05-21
Use shape_id for determining "too complex"
Aaron Patterson
2025-05-21
Update class.c
Aaron Patterson
2025-05-21
Add assertion for RCLASS_SET_PRIME_CLASSEXT_WRITABLE
Aaron Patterson
2025-05-21
Reenable MMTk tests
Peter Zhu
2025-05-21
Use rb_id_table_foreach_values for mark_cc_tbl
Peter Zhu
[next]