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
2026-04-09
Update tests for new pool layout
Matt Valentine-House
2026-04-09
Introduce power-of-two size pools
Matt Valentine-House
2026-04-09
Rename SIZE_POOL_COUNT to HEAP_COUNT in tests
Matt Valentine-House
2026-04-09
[ruby/prism] Reject `return` and similar with block pass argument
Earlopain
2026-04-09
mkmf: skip if C++ compiler not found
Nobuyoshi Nakada
2026-04-09
[Bug #21986] Fix location of numeric literal
Nobuyoshi Nakada
2026-04-09
mkmf: cpp_command in C++ mode
Nobuyoshi Nakada
2026-04-08
[Bug #21985] Include the `-` in the negative numbers location
Nobuyoshi Nakada
2026-04-08
Fix the order of `assert_equal` arguments
Nobuyoshi Nakada
2026-04-08
[ruby/rubygems] Use distinct gemspec filenames in stub_with_version and stub_...
copilot-swe-agent[bot]
2026-04-08
[ruby/rubygems] Fix gemspec filename inconsistencies in stub_with_version and...
copilot-swe-agent[bot]
2026-04-08
[ruby/rubygems] Fix test_execute_allowed_push_host response message to match ...
copilot-swe-agent[bot]
2026-04-07
Allow sharing middlesubstring if the terminator is present
Jean Boussier
2026-04-07
[Bug #21983] Make `&nil` distinguishable from nonexistent block arg
Nobuyoshi Nakada
2026-04-06
[ruby/prism] Implement `on_op` for ripper
Earlopain
2026-04-06
[ruby/resolv] Refine `Resolv::LOC::Alt#to_s`
Nobuyoshi Nakada
2026-04-06
[ruby/resolv] Tighten argument check in `Resolv::LOC::Alt.create`
Nobuyoshi Nakada
2026-04-06
[ruby/resolv] Fix centimeters representation in `Resolv::LOC::Size#to_s`
Nobuyoshi Nakada
2026-04-06
[ruby/resolv] Tighten argument check in `Resolv::LOC::Size.create`
Nobuyoshi Nakada
2026-04-06
[ruby/resolv] Fix subsecond representation in `Resolv::LOC::Coord#to_s`
Nobuyoshi Nakada
2026-04-06
[ruby/resolv] Tighten argument check in `Resolv::LOC::Coord.create`
Nobuyoshi Nakada
2026-04-06
[ruby/resolv] Fix `Resolv::LOC::Coord` hemisphere calculation
Nobuyoshi Nakada
2026-04-05
[ruby/prism] Adapt `ParametersNode#signature` to `ErrorRecoveryNode`
Earlopain
2026-04-03
Fix bug reference number and tracker ID to match Bug #21342
Hiroshi SHIBATA
2026-04-03
Fix typo "rescured" to "rescued"
Hiroshi SHIBATA
2026-04-02
Revert "ZJIT: Skip TestOpenURI and TestOpenURISSL (#16603)"
Alan Wu
2026-04-02
Revert "ZJIT: Skip TestOpenURIProxy on Linux (#16606)"
Alan Wu
2026-04-02
Fix random timeout in test_thread_join_during_finalizers on Windows (#16650)
Takashi Kokubun
2026-04-02
Relax RSS limit in test_named_structs_are_not_rooted
Takashi Kokubun
2026-04-02
Fix random Broken pipe error in TestOpenURI#test_read_timeout
Takashi Kokubun
2026-04-02
Prism: Close the open file once finished reading
Nobuyoshi Nakada
2026-04-02
[Bug #21974] Fix RubyVM::AST inspection for ::Foo = 1 (#16642)
Andrii Furmanets
2026-04-01
Use compile-time flag to indicate dynamic CREFs
John Hawthorn
2026-04-02
Fix `TestSocket#test_bintime`
Nobuyoshi Nakada
2026-04-02
[ruby/rubygems] Bump the rb-sys group across 2 directories with 1 update
dependabot[bot]
2026-04-02
[ruby/rubygems] Handle empty result gracefully in gem pristine --only-missing...
Hiroshi SHIBATA
2026-04-02
[ruby/rubygems] Skip missing_extensions? check on JRuby
Hiroshi SHIBATA
2026-04-01
Fix class variable cache not invalidated by class_variable_set
John Hawthorn
2026-04-01
[ruby/prism] Emit `on_kw` for ripper
Earlopain
2026-04-01
Refactor socket timestamp tests
Nobuyoshi Nakada
2026-04-01
Fix sending backtraces across ractors
Jean Boussier
2026-04-01
[ruby/rubygems] Honor explicit --attestation option regardless of platform an...
Hiroshi SHIBATA
2026-04-01
[ruby/rubygems] Reverse to use attestation condition
Hiroshi SHIBATA
2026-04-01
[ruby/rubygems] Omit tests of auto-attestation with JRuby
Hiroshi SHIBATA
2026-04-01
[ruby/rubygems] Use Tempfile for auto-attestation bundles and clean up after use
copilot-swe-agent[bot]
2026-04-01
[ruby/rubygems] Remove raise from stub to rely on flag for test assertions
copilot-swe-agent[bot]
2026-04-01
[ruby/rubygems] Add test coverage for skipping auto-attestation
copilot-swe-agent[bot]
2026-04-01
[ruby/rubygems] Added test for auto-attestation
Hiroshi SHIBATA
2026-03-31
set: fix Set#to_set block behavior and add regression test
Randy Stauner
2026-03-31
vm: avoid allocator lookup for singleton class initialize methods
Randy Stauner
[next]