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-10-11
Used respond_to? check for compaction in test_gc_compact.rb
Peter Zhu
2024-10-11
Remove defined check for GC.config in test_gc.rb
Peter Zhu
2024-10-10
Fix typo in test_gc.rb [ci skip]
Peter Zhu
2024-10-10
Revert "TestProcess#test_daemon_noclose is only working with macOS 15.1 beta,...
Yuta Saito
2024-10-10
Suppress warnings with `RUBYPOT=-w`
Nobuyoshi Nakada
2024-10-10
Emit warning for other method redefinition types
Thomas Marshall
2024-10-09
[Bug #20789] Fix an invalid syntax error when `->a=1...{}`
ydah
2024-10-07
[Bug #20787] Check the separator in `IO#readline` as well as 3.2
Nobuyoshi Nakada
2024-10-05
[Bug #20705] Update `strtod` implementation
Nobuyoshi Nakada
2024-10-04
Fix intermediate array off-by-one error
Kevin Newton
2024-10-03
Rename size_pool -> heap
Matt Valentine-House
2024-10-03
Make Object#singleton_method return methods in modules included in or prepend...
Jeremy Evans
2024-10-03
Add `IO::Buffer` tests for read and write with length & offset. (#11779)
Samuel Williams
2024-10-03
Update ruby test for colon-style hash inspect
tompng
2024-10-03
Hash#inspect with colon style
tompng
2024-10-01
[Bug #20764] Refactor argument forwarding in lambda
Nobuyoshi Nakada
2024-10-01
[Bug #20755] Frozen string should not be writable via IO::Buffer
Nobuyoshi Nakada
2024-10-01
Fix compile issue with a short-circuited if/unless condition and `defined?`
Luke Gruber
2024-09-30
[Bug #20752] Slice of readonly `IO::Buffer` also should be readonly
Nobuyoshi Nakada
2024-09-30
Implement SPLAT NODE keyword locations
ydah
2024-09-28
Allow dot3 in defs singleton
tompng
2024-09-28
Implement OP_ASGN2 NODE locations
ydah
2024-09-28
[Bug #20763] Add tests
Nobuyoshi Nakada
2024-09-27
Implement OP_ASGN1 NODE locations
ydah
2024-09-25
TestProcess#test_daemon_noclose is only working with macOS 15.1 beta, we shou...
Hiroshi SHIBATA
2024-09-25
Implement BLOCK_PASS NODE keyword locations
ydah
2024-09-25
Implement RETURN NODE keyword locations
ydah
2024-09-24
Windows: Use Unicode aware WinAPI function for ENV[]=
Lars Kanis
2024-09-23
Implement CASE3 NODE keyword locations
ydah
2024-09-23
Implement CASE2 NODE keyword locations
ydah
2024-09-23
Implement CASE NODE keyword locations
ydah
2024-09-21
Make Complex#{inspect,to_s} work correctly if real part #inspect returns froz...
Jeremy Evans
2024-09-20
[Bug #18651] Pass undefined region in CP51932 as is to CP50220
Nobuyoshi Nakada
2024-09-19
Fix method caching bug when including/prepend module A that prepends module B
Jeremy Evans
2024-09-18
Raise a compile error for break/next/redo inside eval in cases where it is op...
Jeremy Evans
2024-09-18
Fix evaluation order issue in f(**h, &h.delete(key))
Jeremy Evans
2024-09-18
Revert "Fix evaluation order issue in f(**h, &h.delete(key))"
Jeremy Evans
2024-09-18
Fix evaluation order issue in f(**h, &h.delete(key))
Jeremy Evans
2024-09-18
Prevent a warning (retry)
Yusuke Endoh
2024-09-17
YJIT: Accept key for runtime_stats to return only that stat (#11536)
Randy Stauner
2024-09-17
Replace all GC.disable with EnvUtil.without_gc
Peter Zhu
2024-09-17
Fix a typo, sorry!
Yusuke Endoh
2024-09-17
Prevent two warnings
Yusuke Endoh
2024-09-17
TestProcess#test_daemon_noclose is working fine with macOS 15.1 beta3 and Xco...
Hiroshi SHIBATA
2024-09-17
Prevent a warning due to error recovery of prism
Yusuke Endoh
2024-09-17
Prevent warnings for RubyVM::AbstractSyntaxTree.parse in test_ast.rb
Yusuke Endoh
2024-09-17
Prevent prism warnings in syntax exhaustive tests
Yusuke Endoh
2024-09-15
Prevent warnings: the block passed to ... may be ignored
Yusuke Endoh
2024-09-15
Prevent warnings: assigned but unused variable
Yusuke Endoh
2024-09-13
[Bug #20725] Should not call compare on `nil`-endpoint
Nobuyoshi Nakada
[prev]
[next]