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
3 hours
[Box] Invalidate callable me on per-box origin IClasses
Satoshi Tagomori
3 hours
[Box] Invalidate the method cache of the owner too
Satoshi Tagomori
11 hours
Test mixed-case input in test_upcase
Sampo Kuokkanen
12 hours
Add more edge cases of `File.join`
Nobuyoshi Nakada
4 days
[Bug #22079] Fix `Float#ceil` and `Float#floor` edge cases
Nobuyoshi Nakada
4 days
Move the test for [Bug #14635]
Nobuyoshi Nakada
5 days
Fix defined? for protected methods defined in a module
Sampo Kuokkanen
7 days
Correctly handle refinements in Method#super_method for bmethods
Jeremy Evans
7 days
Handle refinements correctly in {Method,UnboundMethod}#super_method
Jeremy Evans
7 days
Fix UAF in IO::Buffer#~ when self is an invalidated slice
himura467
8 days
Fix duplicate assertion in test_metaclass
Sampo Kuokkanen
8 days
Fix UAF in IO::Buffer#^ when self or mask is an invalidated slice
himura467
8 days
Revert "Use `type` instead of `cat` on Windows"
Nobuyoshi Nakada
8 days
Use `type` instead of `cat` on Windows
Nobuyoshi Nakada
8 days
Fix Method/UnboundMethod for refinement psuedo-zsuper methods
Jeremy Evans
9 days
Fix UAF in IO::Buffer#| when self or mask is an invalidated slice
himura467
9 days
[Bug #22072] Fix rb_cvar_set for multi-Ractor
Peter Zhu
10 days
Prohibit super in refined module method
Jeremy Evans
11 days
Reject `END { next } ` as well
Earlopain
12 days
test_box.rb: extend timeout for Windows CI (#16963)
Takashi Kokubun
12 days
Fix UAF in IO::Buffer#& when self or mask is an invalidated slice
himura467
12 days
[Bug #22070] Fix segfault in `Thread.each_caller_location`
Alexander Momchilov
12 days
Stack-allocate onig region for match
John Hawthorn
12 days
Fix warnings
Kazuhiro NISHIYAMA
13 days
Remove needless `+` from `MatchData#integer_at` tests
Sutou Kouhei
13 days
Fix constant redefinition warning in test_module
John Hawthorn
13 days
Remove CREF rewriting for cloned classes/modules
John Hawthorn
13 days
Fix `IO::Buffer#each_byte` bounds check. (#16823)
Andrii Furmanets
14 days
Fix GC compaction for compare-by-identity sets
Peter Zhu
2026-05-12
[Bug #20409] Make `break` and `redo` in `END` syntax error
Nobuyoshi Nakada
2026-05-12
Show "END in method" warning immediately
Nobuyoshi Nakada
2026-05-11
[Bug #22063] Reject NaN Regexp timeout values
Andrii Furmanets
2026-05-11
[Feature #21979] Allow negative offset in unpack
Nobuyoshi Nakada
2026-05-11
[Bug #20697] Parse `r` suffix at Rational
Nobuyoshi Nakada
2026-05-11
Split `Rational_Test#test_conv`
Nobuyoshi Nakada
2026-05-10
[Bug #21881] Separate the master and root box
Satoshi Tagomori
2026-05-08
Ruby::Box fix stale cached values for exception-related global variables ($! ...
dak2
2026-05-07
Split test_freeze_inside_sort! and reduce comparator count
Sampo Kuokkanen
2026-05-06
Avoid issues with refinement zsuper lookup
Jeremy Evans
2026-05-06
shapes: Rename `TOO_COMPLEX` in just `COMPLEX`
Jean Boussier
2026-05-06
shape.c: transition to complex when `max_capacity` is reached
Jean Boussier
2026-05-05
shape.c: finalize the "offset" rename
Jean Boussier
2026-05-04
test_shapes.rb: replace hardcoded MANY_IVS constant
Jean Boussier
2026-05-03
[Bug #22004] Fix short-circuited loop conditions
Nobuyoshi Nakada
2026-05-02
Never increment `max_iv_count` on Object / BasicObject.
Jean Boussier
2026-05-01
Mark `$_` as box-dynamic to bypass Box gvar_tbl cache
dak2
2026-04-30
Rename `putstring` instruction as `dupstring`
Jean Boussier
2026-04-29
Introduce `IO::Buffer#bit_count`. (#16784)
Samuel Williams
2026-04-29
Add YJIT test for outdated comment
Jean Boussier
2026-04-29
Reject overflowed repeat/null-check IDs in huge regexps (#16801)
Hiroya Fujinami
[next]