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-12-17
[PRISM] Recurse use_deconstructed_cache in Alternation Nodes
Matt Valentine-House
2024-12-16
Freeze `Random::Formatter::ALPHANUMERIC` and its elements
Nobuyoshi Nakada
2024-12-15
[Bug #20927] Fix compile_shareable_literal_constant for hash with keyword splat
tompng
2024-12-13
Fix use-after-free in ep in Proc#dup for ifunc procs
Peter Zhu
2024-12-12
[Feature #20884] Reserve "Ruby" toplevel name
Nobuyoshi Nakada
2024-12-10
[Bug #20924] Fix reading with delimiter in wide character encodings
Nobuyoshi Nakada
2024-12-10
[Bug #20936] Fix #size for Range#reverse_each
Kouhei Yanagita
2024-12-06
[Bug #20929] Win32: Encode timezone name in UTF-8
Nobuyoshi Nakada
2024-12-06
[Bug #20929] Fix `assert_zone_encoding`
Nobuyoshi Nakada
2024-12-05
Standardize on the name "modular GC"
Peter Zhu
2024-11-29
Warn when redefining __id__ as well as object_id
John Hawthorn
2024-11-29
[Bug #20915] Fix SEGV with `TracePoint#parameters` and aliased C method
viralpraxis
2024-11-29
Avoid illegal pointer
Yusuke Endoh
2024-11-26
Optimize instructions when creating an array just to call `include?` (#12123)
Randy Stauner
2024-11-26
Many of Oniguruma functions need valid encoding strings
Nobuyoshi Nakada
2024-11-26
Check negative integer underflow
Nobuyoshi Nakada
2024-11-25
Prevent a warning: setting Encoding.default_external
Yusuke Endoh
2024-11-20
Fix a bug in rb_include_module that stops nested inclusion into module subcla...
Jeremy Evans
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é
[prev]
[next]