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-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
2025-11-13
[Bug #21683] Respect reading encoding at `each_codepoint`
Nobuyoshi Nakada
2025-11-12
[Bug #21680] Fix (base**power_of_two).digits(base) bug (#15144)
tomoya ishida
2025-11-11
test_ractor.rb: Delete unnecessary GC.stress fiddling
Alan Wu
2025-11-11
[Bug #21666] Get rid of use of unspecified values
Nobuyoshi Nakada
2025-11-10
ZJIT: Set cfp->sp on leaf calls with GC (#15137)
Takashi Kokubun
2025-11-10
Add test for [Bug #21265]
Alan Wu
2025-11-11
Revert "ns_subclasses refcount accesses need to be atomic (#15083)" (#15138)
Luke Gruber
2025-11-09
[Bug #21673] Fix resolving refined module-defined method
Nobuyoshi Nakada
2025-11-07
Don't modify fstrings in rb_str_tmp_frozen_no_embed_acquire
John Hawthorn
2025-11-07
Depricate IO operation with `|`
Nobuyoshi Nakada
2025-11-07
Apply renaming to Ruby::Box in test codes
Satoshi Tagomori
2025-11-07
Re-rename files wrongly renamed
Satoshi Tagomori
2025-11-07
rename namespace.c (and others) to box.c
Satoshi Tagomori
2025-11-07
Add namespace tests about global variables, toplevel methods
Satoshi Tagomori
2025-11-06
ns_subclasses refcount accesses need to be atomic (#15083)
Luke Gruber
2025-11-05
Extend timeout for unstable tests
Takashi Kokubun
2025-11-04
ZJIT: Add test to reproduce binarytrees crash (#15054)
Randy Stauner
2025-11-04
Release VM lock before running finalizers (#15050)
Luke Gruber
2025-11-03
ZJIT: Inline String#bytesize (#15033)
Max Leopold
2025-11-03
ZJIT: Implement include_p for opt_(new|dup)array_send YARV insns (#14885)
Randy Stauner
2025-11-03
pend on Windows for timeouts
Satoshi Tagomori
2025-11-03
Use CFUNC namespace only for IFUNC frames, its behavior should be unchanged
Satoshi Tagomori
2025-11-03
Add flag to ignore EXPERIMENTAL warnings
Satoshi Tagomori
2025-11-03
No need to call rb_define_class/module_under_id
Satoshi Tagomori
[next]