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
24 hours
Fix flaky test_tracepoint_callee_id
Koichi Sasada
25 hours
compile.c: fix dupstring-of-Regexp from folded /o regexp
Shugo Maeda
38 hours
Speed up Array#join with a memcpy fast path
Yaroslav Markin
43 hours
Remove duplicate tests in test_call.rb and test_rational.rb
Sampo Kuokkanen
48 hours
IO::Buffer.map: Show actual values in error messages
Sutou Kouhei
2 days
Use the result encoding for the terminator in String#ljust/rjust/center
Yusuke Endoh
5 days
IO::Buffer: Validate the buffer after type argument conversion
Nobuyoshi Nakada
5 days
IO::Buffer: Validate the buffer after argument conversion
Nobuyoshi Nakada
6 days
IO::Buffer: Validate the mask argument of bit operations
Nobuyoshi Nakada
6 days
sprintf.c: Fix width overflow
Nobuyoshi Nakada
7 days
Use nprocessors as default_max_cpu for M:N scheduler (#17100)
thekuwayama
10 days
[Bug #22092] Improve `Array#sum` when the initial value is a `Float`
Nobuyoshi Nakada
12 days
Reapply "Reserve 2 bits for expressing object layout (#17139)" (#17158)
Aaron Patterson
2026-05-29
Revert "Reserve 2 bits for expressing object layout (#17139)"
Aaron Patterson
2026-05-29
Reserve 2 bits for expressing object layout (#17139)
Aaron Patterson
2026-05-29
test/ruby/test_io.rb: do not set RLIMIT_NPROC
Kazuki Yamaguchi
2026-05-28
Use stack callinfo/calldata for super dispatch
John Hawthorn
2026-05-28
Marshal.load: Check bignum sign
Nobuyoshi Nakada
2026-05-28
Marshal.load: Fix integer overflow of length
Nobuyoshi Nakada
2026-05-28
Marshal.load: Fix buffer overflow at overread
Nobuyoshi Nakada
2026-05-27
Fix tautological assertions in test_each_value in test_hash.rb
Sampo Kuokkanen
2026-05-27
[Box] Invalidate callable me on per-box origin IClasses
Satoshi Tagomori
2026-05-27
[Box] Invalidate the method cache of the owner too
Satoshi Tagomori
2026-05-26
Test mixed-case input in test_upcase
Sampo Kuokkanen
2026-05-26
Add more edge cases of `File.join`
Nobuyoshi Nakada
2026-05-23
[Bug #22079] Fix `Float#ceil` and `Float#floor` edge cases
Nobuyoshi Nakada
2026-05-23
Move the test for [Bug #14635]
Nobuyoshi Nakada
2026-05-21
Fix defined? for protected methods defined in a module
Sampo Kuokkanen
2026-05-19
Correctly handle refinements in Method#super_method for bmethods
Jeremy Evans
2026-05-19
Handle refinements correctly in {Method,UnboundMethod}#super_method
Jeremy Evans
2026-05-20
Fix UAF in IO::Buffer#~ when self is an invalidated slice
himura467
2026-05-19
Fix duplicate assertion in test_metaclass
Sampo Kuokkanen
2026-05-19
Fix UAF in IO::Buffer#^ when self or mask is an invalidated slice
himura467
2026-05-19
Revert "Use `type` instead of `cat` on Windows"
Nobuyoshi Nakada
2026-05-19
Use `type` instead of `cat` on Windows
Nobuyoshi Nakada
2026-05-18
Fix Method/UnboundMethod for refinement psuedo-zsuper methods
Jeremy Evans
2026-05-18
Fix UAF in IO::Buffer#| when self or mask is an invalidated slice
himura467
2026-05-17
[Bug #22072] Fix rb_cvar_set for multi-Ractor
Peter Zhu
2026-05-16
Prohibit super in refined module method
Jeremy Evans
2026-05-15
Reject `END { next } ` as well
Earlopain
2026-05-14
test_box.rb: extend timeout for Windows CI (#16963)
Takashi Kokubun
2026-05-15
Fix UAF in IO::Buffer#& when self or mask is an invalidated slice
himura467
2026-05-14
[Bug #22070] Fix segfault in `Thread.each_caller_location`
Alexander Momchilov
2026-05-14
Stack-allocate onig region for match
John Hawthorn
2026-05-14
Fix warnings
Kazuhiro NISHIYAMA
2026-05-14
Remove needless `+` from `MatchData#integer_at` tests
Sutou Kouhei
2026-05-13
Fix constant redefinition warning in test_module
John Hawthorn
2026-05-13
Remove CREF rewriting for cloned classes/modules
John Hawthorn
2026-05-13
Fix `IO::Buffer#each_byte` bounds check. (#16823)
Andrii Furmanets
2026-05-12
Fix GC compaction for compare-by-identity sets
Peter Zhu
[next]