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
path:
root
/
test
/
ruby
Age
Commit message (
Expand
)
Author
2025-12-09
ZJIT: Handle caller_kwarg in direct send when all keyword params are required
Randy Stauner
2025-12-09
ZJIT: Test additional arg passing scenarios
Randy Stauner
2025-12-09
Box: relax the condition of clean up
Nobuyoshi Nakada
2025-12-09
Box: add a test case about deleting .so/.dll files
Satoshi Tagomori
2025-12-09
Box: remove copied extension files
Nobuyoshi Nakada
2025-12-09
ZJIT: Support opt_newarray_send with PACK_BUFFER
Max Bernstein
2025-12-09
ZJIT: Add codegen for FixnumDiv (#15452)
Abrar Habib
2025-12-09
Remove unused local variables in test/ruby/test_io_buffer.rb (#15451)
Étienne Barrié
2025-12-08
Make `ruby_reset_leap_second_info` internal
Nobuyoshi Nakada
2025-12-06
Add error case tests for `File.path`
Nobuyoshi Nakada
2025-12-06
Add support for `u128`, `U128`, `s128` and `S128` integers to `IO::Buffer`. (...
Samuel Williams
2025-12-05
ZJIT: Account for when YJIT is on by default in test_zjit_enable
Alan Wu
2025-12-05
ZJIT: Skip GC.auto_compact test when unsupported
Alan Wu
2025-12-04
Take VM lock in `class_switch_superclass` (#15356)
Luke Gruber
2025-12-05
fix typo s/sharable/shareable/
Koichi Sasada
2025-12-05
Method and UnboundMethod can be sharable
Koichi Sasada
2025-12-04
Remove mismatched indentations warning (#15410)
Étienne Barrié
2025-12-05
Refine non-nil warnings for the deprecated variables
Nobuyoshi Nakada
2025-12-05
[Bug #21764] Propagate the encoding of ID to warning
Nobuyoshi Nakada
2025-12-02
Avoid leaking fd in uminus_no_embed test
John Hawthorn
2025-12-02
ZJIT: Optimize GetIvar for non-T_OBJECT
Benoit Daloze
2025-12-01
Test CC invalidation for singleton classes of objects (#15360)
Luke Gruber
2025-12-01
ZJIT: Optimize variadic cfunc `Send` calls into `CCallVariadic` (#14898)
Stan Lo
2025-11-27
Reorganize page documentations (#15154)
Stan Lo
2025-11-27
Fix argument handling in `IO::Buffer#each_byte` (#15309)
TOMITA Masahiro
2025-11-26
Ensure we don't dereference fields_obj as Qundef
John Hawthorn
2025-11-26
Clear fields obj when removing
John Hawthorn
2025-11-26
Revert miscommit at "Reset the cache variable before retrying"
Nobuyoshi Nakada
2025-11-26
Reset the cache variable before retrying
Nobuyoshi Nakada
2025-11-26
Box: Add a test to drop the reference to a box
Satoshi Tagomori
2025-11-25
vm_cc_new: don't assume `cme` is present.
Jean Boussier
2025-11-23
Don't use non blocking pipes for RUBY_CRASH_REPORT
Peter Zhu
2025-11-21
Fix multiple bugs in `IO::Buffer.map` and update its documentation. (#15264)
Alexander Bulancov
2025-11-20
ZJIT: Change the output on redefined method tests to verify the new definitio...
Kevin Menard
2025-11-20
ZJIT: Update test names to use the same convention as the HIR tests
Kevin Menard
2025-11-20
ZJIT: Add tests for `opt_newarray_send` with target methods redefined
Kevin Menard
2025-11-20
ZJIT: Compile the VM_OPT_NEWARRAY_SEND_HASH variant of opt_newarray_send
Kevin Menard
2025-11-20
Support backwards compatibility for Set subclasses
Jeremy Evans
2025-11-19
Implement heap_final_slots in GC.stat_heap
Peter Zhu
2025-11-19
Implement heap_free_slots in GC.stat_heap
Peter Zhu
2025-11-19
Implement heap_live_slots in GC.stat_heap
Peter Zhu
2025-11-18
Fix crash in optimal size for large T_OBJECT
John Hawthorn
2025-11-18
ZJIT: Inline setting Struct fields
Benoit Daloze
2025-11-18
ZJIT: add support for lazy `RubyVM::ZJIT.enable`
Godfrey Chan
2025-11-16
Handle deeply nested capture variables syntax err
Kevin Newton
2025-11-14
ZJIT: Add tests for sending to methods with keyword args (#15183)
Randy Stauner
2025-11-14
[Feature #21572] Syntax error at capture in alternation pattern
Nobuyoshi Nakada
2025-11-14
Adapt to Unicode directory changes
Mari Imaizumi
2025-11-13
Add size checks to Range#to_set and Enumerator#to_set [Bug #21654]
Akinori Musha
2025-11-13
Revert "[Bug #21513] Raise on converting endless range to set"
Akinori Musha
[prev]
[next]