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-11-19
Remove deprecated method Refinement#refined_class
Shugo Maeda
2024-11-19
[Bug #20900] Warn deprecated constant when removing
Nobuyoshi Nakada
2024-11-14
rb_raise when attempting to set the GC implementation name
Matt Valentine-House
2024-11-14
Include the currently active GC in RUBY_DESCRIPTION
Matt Valentine-House
2024-11-14
Expose GC.config[:implementation], to query the currently active GC
Matt Valentine-House
2024-11-13
Move Array#map to Ruby
Takashi Kokubun
2024-11-11
Fix regex timeout double-free after stack_double
John Hawthorn
2024-11-08
Fix race condition in test_self_stop
KJ Tsanaktsidis
2024-11-08
Fix update_coderange for binary strings
John Hawthorn
2024-11-08
Fix memory leak in prism when syntax error in iseq compilation
Peter Zhu
2024-11-08
Avoid calculating large powers
Yusuke Endoh
2024-11-08
Do not round `a**b` to infinity
Yusuke Endoh
2024-11-07
[Bug #20869] Discard read buffer and encoding converters at seeking
Nobuyoshi Nakada
2024-11-07
[Bug #20802] Copy encodings at reopen as well
Nobuyoshi Nakada
2024-11-07
Prevent method redefinition warnings in test
Yusuke Endoh
2024-11-06
io_buffer.c: Allow copies between overlapping buffers with #copy and #set_str...
Kasumi Hanazuki
2024-11-06
[Bug #20868] Fix Method#hash to not change after compaction
Peter Zhu
2024-11-06
Fix flakiness in TestGc#test_thrashing_for_young_objects
KJ Tsanaktsidis
2024-11-06
macOS 15 is the stable version today
Hiroshi SHIBATA
2024-11-06
[Bug #20873] Consider `-FIXNUM_MIN` overflow
Nobuyoshi Nakada
2024-11-06
`Warning[:strict_unused_block]`
Koichi Sasada
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
[prev]
[next]