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
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-11-04
YJIT: Replace Array#each only when YJIT is enabled (#11955)
Takashi Kokubun
2024-11-04
Fix Dir.mktmpdir argument
Nobuyoshi Nakada
2024-11-02
Skip TestProc#test_hash_does_not_change_after_compaction if compaction is not...
Peter Zhu
2024-11-01
Improve coverage of TestProc#test_hash_uniqueness
Peter Zhu
2024-11-01
Add TestProc#test_hash_equal
Peter Zhu
2024-11-01
Rename test_hash to test_hash_uniqueness
Peter Zhu
2024-11-01
[Bug #20853] Fix Proc#hash to not change after compaction
Peter Zhu
2024-11-01
`alias` should not set `defined_class` for Modules
Koichi Sasada
2024-10-31
Fix assertion when envval of proc is Qundef
Peter Zhu
2024-10-31
Fix indentation in TestProc#test_hash [ci skip]
Peter Zhu
2024-10-21
Show where mutated chilled strings were allocated
Étienne Barrié
2024-10-16
Fix memory leak in syntax error in prism
Peter Zhu
2024-10-16
RubyVM::InstructionSequence.of Thread::Backtrace::Location
Kevin Newton
2024-10-16
Skip GC compaction tests in test_yjit.rb when not supported
Peter Zhu
2024-10-15
Remove a puts in test_finalizer_thread_raise
Peter Zhu
2024-10-14
[Bug #20797] Check seconds in UTC offset as well as minutes
Nobuyoshi Nakada
2024-10-11
Rename supports_auto_compact? to supports_compact?
Peter Zhu
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
[next]