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
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
[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-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
Revert "[Feature #6012] Extend `source_location` for end position
Nobuyoshi Nakada
2025-12-15
YJIT: Bail out if proc would be stored above stack top
Randy Stauner
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
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
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
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
[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
2025-12-11
Allow String#strip etc. to take optional character selectors
Shugo Maeda
2025-12-10
Use rb_error_frozen_object in rb_class_modify_check
Jeremy Evans
2025-12-10
Use actual class instead of singleton class in frozen error message
Jeremy Evans
2025-12-10
Fix refinement modification of method visibility in superclass
Jeremy Evans
2025-12-10
Fix allocationless anonymous splat keyword argument check
Jeremy Evans
2025-12-09
ZJIT: Handle caller_kwarg in direct send when all keyword params are required
Randy Stauner
2025-12-09
ZJIT: Test additional arg passing scenarios
Randy Stauner
2025-12-09
Box: relax the condition of clean up
Nobuyoshi Nakada
2025-12-09
Box: add a test case about deleting .so/.dll files
Satoshi Tagomori
2025-12-09
Box: remove copied extension files
Nobuyoshi Nakada
2025-12-09
ZJIT: Support opt_newarray_send with PACK_BUFFER
Max Bernstein
2025-12-09
ZJIT: Add codegen for FixnumDiv (#15452)
Abrar Habib
2025-12-09
Remove unused local variables in test/ruby/test_io_buffer.rb (#15451)
Étienne Barrié
2025-12-08
Make `ruby_reset_leap_second_info` internal
Nobuyoshi Nakada
2025-12-06
Add error case tests for `File.path`
Nobuyoshi Nakada
2025-12-06
Add support for `u128`, `U128`, `s128` and `S128` integers to `IO::Buffer`. (...
Samuel Williams
2025-12-05
ZJIT: Account for when YJIT is on by default in test_zjit_enable
Alan Wu
2025-12-05
ZJIT: Skip GC.auto_compact test when unsupported
Alan Wu
2025-12-04
Take VM lock in `class_switch_superclass` (#15356)
Luke Gruber
2025-12-05
fix typo s/sharable/shareable/
Koichi Sasada
2025-12-05
Method and UnboundMethod can be sharable
Koichi Sasada
2025-12-04
Remove mismatched indentations warning (#15410)
Étienne Barrié
2025-12-05
Refine non-nil warnings for the deprecated variables
Nobuyoshi Nakada
[next]