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
2025-12-17
ObjectSpace.{dump,dump_all,dump_shapes} needs vm barrier. (#15569)
Luke Gruber
2025-12-17
[ruby/error_highlight] Show no message when failing to get caller/callee snip...
Yusuke Endoh
2025-12-17
Revert the default size of Enumerator::Producer to infinity
Akinori Musha
2025-12-17
Revert the override of Enumerator#to_set that performed size checks
Akinori Musha
2025-12-17
[ruby/net-http] Freeze more constants for Ractor compatibility
Kazuki Yamaguchi
2025-12-17
`Socket.tcp` and `TCPSocket.new` raises `IO::TiemoutError` with user specifie...
Misaki Shioi
2025-12-17
[Bug #21787] IO::Buffer: Check addition overflows
Nobuyoshi Nakada
2025-12-17
IO::Buffer: Fill the test for `IO::Buffer#clear`
Nobuyoshi Nakada
2025-12-17
Bundle RubyGems 4.0.2 and Bundler 4.0.2
Hiroshi SHIBATA
2025-12-16
Make tracepoints with set_trace_func or TracePoint.new ractor local (#15468)
Luke Gruber
2025-12-16
Box: fix the class name in tests
Nobuyoshi Nakada
2025-12-16
Box: fix the environment variable name
Nobuyoshi Nakada
2025-12-16
Box: move extensions from namespace to box
Nobuyoshi Nakada
2025-12-16
Revert "[Feature #6012] Extend `source_location` for end position
Nobuyoshi Nakada
2025-12-16
[ruby/rubygems] Added assertion for Windows and nmake
Hiroshi SHIBATA
2025-12-16
[ruby/rubygems] Reset MAKEFLAGS option for build jobs tests
Hiroshi SHIBATA
2025-12-16
[ruby/rubygems] Allow to specify the number of `make` jobs when installing gems:
Edouard CHIN
2025-12-15
YJIT: Bail out if proc would be stored above stack top
Randy Stauner
2025-12-15
[ruby/psych] Check that Data members match exactly
Benoit Daloze
2025-12-15
[ruby/net-http] Refactor HTTPS tests
Kazuki Yamaguchi
2025-12-15
[ruby/rubygems] Write gem files atomically
eileencodes
2025-12-14
[ruby/openssl] pkcs7: raise OpenSSL::PKCS7::PKCS7Error in #initialize
Kazuki Yamaguchi
2025-12-14
ZJIT: Add a test for `--zjit-stats=<path>` option
Nobuyoshi Nakada
2025-12-14
ZJIT: Fix tests about `--zjit-stats-quiet` option
Nobuyoshi Nakada
2025-12-13
[ruby/openssl] ossl.c: implement OpenSSL::OpenSSLError#detailed_message
Kazuki Yamaguchi
2025-12-13
Enumerator.produce accepts an optional `size` keyword argument
Akinori Musha
2025-12-13
ZJIT: Nil-fill locals in direct send (#15536)
Randy Stauner
2025-12-12
ZJIT: Don't inline non-parameter locals
Randy Stauner
2025-12-12
Prevent ifunc procs from being made shareable
Étienne Barrié
2025-12-12
Array#rfind
Kevin Newton
2025-12-12
ZJIT: Inline `Hash#[]=`
Stan Lo
2025-12-13
Fix binding.implicit_parameters_get/defined segfault when wrong name string i...
tomoya ishida
2025-12-12
Binding#implicit_parameters, etc. support the implicit "it" parameter
Yusuke Endoh
2025-12-12
Add Binding#implicit_parameters, etc.
Yusuke Endoh
2025-12-12
Avoid race condition in `test_without_handle_interrupt_signal_works`. (#15504)
Samuel Williams
2025-12-12
[ruby/timeout] Restore original signal handler in test_timeout_in_trap_handler
Benoit Daloze
2025-12-12
Binding#local_variable_defined? raises a NameError for numbered params.
Yusuke Endoh
2025-12-12
`Binding#local_variable_defined?` must not handle numbered parameters
Yusuke Endoh
2025-12-12
ZJIT: Don't specialize calls with kwsplat (#15513)
Randy Stauner
2025-12-11
[ruby/timeout] Fix failing timeout test
Luke Gruber
2025-12-11
[ruby/timeout] Add windows to CI matrix
Jean Boussier
2025-12-11
[ruby/timeout] Skip signal test on windows
Jean Boussier
2025-12-11
Stop bumping RUBY_PATCHLEVEL in release versions (#15502)
Takashi Kokubun
2025-12-12
Fix Set#^ to not mutate its argument (#15296)
Gil Desmarais
2025-12-11
[ruby/json] Revert "Skip test failing with JRuby in CI"
Étienne Barrié
2025-12-11
[ruby/timeout] Make Timeout.timeout work in a trap handler on CRuby
Benoit Daloze
2025-12-11
[ruby/timeout] Reset the interrupt mask when creating the Timeout thread
Benoit Daloze
2025-12-11
[ruby/json] Add `allow_control_characters` parsing option
Jean Boussier
2025-12-11
[Bug #19558] Allow ASCII range to mix with Unicode dump
Nobuyoshi Nakada
2025-12-11
[Bug #21712] Allow `.()` call for command with block
yui-knk
[next]