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
2024-08-03
Extend timeout in test/ruby/test_file_exhaustive.rb
Yusuke Endoh
2024-08-03
Reduce noise in object generation count tests
Yusuke Endoh
2024-08-03
Show where objects were allocated on allocation count tests
Yusuke Endoh
2024-08-02
Show what objects were actually allocated on allocation count tests
Yusuke Endoh
2024-07-30
Move incorrectly placed tests
Peter Zhu
2024-07-30
Fix ceil when ndigits is large
Peter Zhu
2024-07-30
Fix floor when ndigits is large
Peter Zhu
2024-07-30
Fix wrong unreachable chunk remove when jump destination label is unremovable
tomoya ishida
2024-07-30
Add array test cases for `TestParse#test_define_singleton_error`
yui-knk
2024-07-29
Revert moving things to Ruby
Aaron Patterson
2024-07-29
Expand opt_newarray_send to support Array#pack with buffer keyword arg
Randy Stauner
2024-07-26
Fix memory leak in String#start_with? when regexp times out
Peter Zhu
2024-07-25
Fix test_kwarg_eval_memory_leak
Peter Zhu
2024-07-25
Fix memory leak in Regexp capture group when timeout
Peter Zhu
2024-07-25
Omit TestFile#test_stat when the machine is stupidly slow
Yusuke Endoh
2024-07-24
[Bug #20647] Disallow `return` directly within a singleton class
Nobuyoshi Nakada
2024-07-23
Implement UNLESS NODE keyword locations
yui-knk
2024-07-23
[Feature #20624] Enhance `RubyVM::AbstractSyntaxTree::Node#locations`
yui-knk
2024-07-21
Fix a typo in setup of block-after-blockcall tests
Nobuyoshi Nakada
2024-07-21
Fix SEGV on method call with empty args and brace block for do block command ...
yui-knk
2024-07-20
Do not set Enumerator::Lazy#zip to use packed format
Jeremy Evans
2024-07-18
Avoid array allocation for f(*r2k_ary) when def f(x)
Jeremy Evans
2024-07-18
Avoid hash allocation for f(*r2k_ary) when def f(kw: 1)
Jeremy Evans
2024-07-18
Check for and remove duplicate checks in test_allocation
Jeremy Evans
2024-07-18
Avoid array allocation for f(*empty_ary, **hash) when def f(x)
Jeremy Evans
2024-07-18
Avoid unnecessary array allocations for f(arg, *arg, **arg, **arg), f(*arg, a...
Jeremy Evans
2024-07-18
[PRISM] Refactor parser support into its own module
Kevin Newton
2024-07-18
Refactor RUBY_DESCRIPTION assertions in test_rubyoptions
Kevin Newton
2024-07-17
Report a TracePoint log when the TracePoint tests fail
Yusuke Endoh
2024-07-16
[PRISM] Omit two more ast tests that will not work without RubyVM::Ast
Kevin Newton
2024-07-16
Add MatchData#bytebegin and MatchData#byteend
Shugo Maeda
2024-07-12
Rename full_mark -> rgengc_allow_full_mark
Matt Valentine-House
2024-07-12
Provide GC.config to disable major GC collections
Matt Valentine-House
2024-07-12
Pend some tests because these are not working with macOS 15 beta and Xcode 16...
Hiroshi SHIBATA
2024-07-11
IBM864 single-byte transcoding (#10518)
Jeremy Daer
2024-07-11
Enumerable#all?: Stop optimizing when a given block is not optimizable
Yusuke Endoh
2024-07-10
Avoid a hash allocation when keyword splatting empty hash when calling ruby2_...
Jeremy Evans
2024-07-10
Eliminate array allocations for single splat followed by mutable keywords
Jeremy Evans
2024-07-05
Fix flaky test_stat_heap_all
Peter Zhu
2024-07-04
Fix the return value of `Integer#downto` called with a block
Nobuyoshi Nakada
2024-07-03
Move Array#map to Ruby
Aaron Patterson
2024-07-03
array.c: Remove outdated assertions
Jean Boussier
2024-07-03
[Feature #20470] Split GC into gc_impl.c
Peter Zhu
2024-07-02
Add regression test for mutating pack's format string
Aaron Patterson
2024-06-27
Fix corruption of internal encoding string
Peter Zhu
2024-06-27
Fix corruption of encoding name string
Peter Zhu
2024-06-25
Move to test/.excludes-prism
Nobuyoshi Nakada
2024-06-25
Pending `EVENT_RETURN` settracefunc tests with Prism
Nobuyoshi Nakada
2024-06-25
[Bug #20457] Do not remove final `return` node
Nobuyoshi Nakada
2024-06-24
Handle hash and splat nodes in defined?
Jeremy Evans
[prev]
[next]