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
Age
Commit message (
Expand
)
Author
2 days
Prohibit super in refined module method
Jeremy Evans
4 days
Reject `END { next } ` as well
Earlopain
4 days
test_box.rb: extend timeout for Windows CI (#16963)
Takashi Kokubun
4 days
Fix UAF in IO::Buffer#& when self or mask is an invalidated slice
himura467
4 days
[ruby/rubygems] Close stdin immediately when using popen2e
Randy Stauner
4 days
[Bug #22070] Fix segfault in `Thread.each_caller_location`
Alexander Momchilov
4 days
Stack-allocate onig region for match
John Hawthorn
4 days
Fix warnings
Kazuhiro NISHIYAMA
5 days
Remove needless `+` from `MatchData#integer_at` tests
Sutou Kouhei
5 days
Fix constant redefinition warning in test_module
John Hawthorn
5 days
[ruby/rubygems] Fall back to lockfile version when BUNDLE_VERSION is "lockfile"
Hiroshi SHIBATA
5 days
[ruby/rubygems] Change Gem::Version#approximate_recommendation to be optimistic
Jeremy Evans
5 days
[ruby/rubygems] Read BUNDLE_VERSION env var in BundlerVersionFinder
Hiroshi SHIBATA
5 days
Remove CREF rewriting for cloned classes/modules
John Hawthorn
6 days
Fix `IO::Buffer#each_byte` bounds check. (#16823)
Andrii Furmanets
6 days
Fix GC compaction for compare-by-identity sets
Peter Zhu
7 days
[Bug #20409] Make `break` and `redo` in `END` syntax error
Nobuyoshi Nakada
7 days
Show "END in method" warning immediately
Nobuyoshi Nakada
7 days
[ruby/json] generator.c: Handle stupidly large depth
Jean Boussier
8 days
[Bug #22063] Reject NaN Regexp timeout values
Andrii Furmanets
8 days
[Feature #21979] Allow negative offset in unpack
Nobuyoshi Nakada
8 days
[Bug #20697] Parse `r` suffix at Rational
Nobuyoshi Nakada
8 days
Split `Rational_Test#test_conv`
Nobuyoshi Nakada
9 days
[Bug #21881] Separate the master and root box
Satoshi Tagomori
10 days
[ruby/prism] Take the strings encoding as the initial encoding in the ripper ...
Earlopain
10 days
[ruby/prism] Respect `encoding` option in `Prism.lex` and friends
Earlopain
11 days
Ruby::Box fix stale cached values for exception-related global variables ($! ...
dak2
11 days
Split test_freeze_inside_sort! and reduce comparator count
Sampo Kuokkanen
12 days
[ruby/rubygems] Bump the rb-sys group across 2 directories with 1 update
dependabot[bot]
12 days
[ruby/stringio] Cannot read into the underlying string
Nobuyoshi Nakada
12 days
[ruby/stringio] Check arguments in pread
Nobuyoshi Nakada
12 days
Avoid issues with refinement zsuper lookup
Jeremy Evans
12 days
[ruby/io-wait] Fix race condition in TestIOWait#test_wait
Takashi Kokubun
13 days
shapes: Rename `TOO_COMPLEX` in just `COMPLEX`
Jean Boussier
13 days
shape.c: transition to complex when `max_capacity` is reached
Jean Boussier
14 days
shape.c: finalize the "offset" rename
Jean Boussier
2026-05-04
Fix coverage support for RubyVM::ISeq.compile
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
[ruby/prism] Fix UTF-8 code units to match the number of bytes
Vinicius Stock
2026-04-30
Rename `putstring` instruction as `dupstring`
Jean Boussier
2026-04-29
[ruby/openssl] hmac: enable tests in the FIPS mode
Kazuki Yamaguchi
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
2026-04-28
Remove warning in TestISeq#test_compile_file_options
Étienne Barrié
2026-04-27
[ruby/prism] Reject `END { break }` for Ruby 4.0
Earlopain
2026-04-27
Add test for compile option support
Jean Boussier
[next]