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-24
Win32: Defer change of timezone name encoding after 3.4
Nobuyoshi Nakada
2024-12-24
Fix calls to require_internal in multi-ractor mode
lukeg
2024-12-23
[Bug #20978] Stringize Fiber storage keys
Nobuyoshi Nakada
2024-12-23
Add a test case for nested block `it`
yui-knk
2024-12-23
Revert "[Bug #20965] Define `it` like an ordinary argument" (#12418)
Takashi Kokubun
2024-12-23
Omit TestEval#test_outer_local_variable_under_gc_compact_stress with s390x
Hiroshi SHIBATA
2024-12-20
Provide Ractor support for **
Kevin Newton
2024-12-20
Fix GC compaction crash when using local variables in eval
Peter Zhu
2024-12-20
[PRISM] Treat it as a local when compiling patterns
Matt Valentine-House
2024-12-20
[PRISM] Fix compiling popped opt_str_uminus and opt_str_freeze
Kazuki Yamaguchi
2024-12-19
ruby2_keywords warnings: Quote non-UTF8 method names fully
Alan Wu
2024-12-18
[Bug #20965] Define `it` like an ordinary argument (#12398)
Nobuyoshi Nakada
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
[next]