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
2025-07-02
ZJIT: Annotate NilClass#nil? and Kernel#nil?
Stan Lo
2025-06-30
ZJIT: Add codegen for IsNil
ywenc
2025-06-30
ZJIT: Don't compile functions with unhandled parameter types (#13749)
Max Bernstein
2025-06-28
ZJIT: Codegen for `defined?(yield)`
Alan Wu
2025-06-27
ZJIT: Add TODOs and omitted test for nested scope local access
Alan Wu
2025-06-27
ZJIT: Add codegen for GetLocal and SetLocal
Alan Wu
2025-06-26
Fix flaky TestGc#test_heaps_grow_independently
Peter Zhu
2025-06-26
Introduce Namespace#eval
Aaron Patterson
2025-06-25
Include Set subclass name in Set#inspect output
Jeremy Evans
2025-06-25
Simplify Set#inspect output
Jeremy Evans
2025-06-24
Disallow forking from non-main ractor
Jean Boussier
2025-06-24
Set up callable_method_entry for DUMMY frame on ArgumentError
Yusuke Endoh
2025-06-24
[Bug #21449] Fix Set#divide{|a,b|} using Union-find structure (#13680)
tomoya ishida
2025-06-22
Avoid allocation for positional splat for literal array keyword argument
Jeremy Evans
2025-06-21
variable.c: avoid out of bound write in `generic_field_set`
Jean Boussier
2025-06-21
Fix handling of PM_CONSTANT_PATH_NODE node in keyword arguments with ARGS_SPLAT
Jeremy Evans
2025-06-19
ZJIT: Add `dupn` support
Alan Wu
2025-06-18
ZJIT: Support invokebuiltin opcodes (#13632)
Daniel Colson
2025-06-18
Add a test for the previous commit
Yusuke Endoh
2025-06-17
Refactor generic fields to use `T_IMEMO/fields` objects.
Jean Boussier
2025-06-17
ZJIT: Add codegen (and FrameState) for GetConstPath
Alan Wu
2025-06-17
ZJIT: Parse opt freeze insns to HIR
Daniel Colson
2025-06-17
io_buffer: Reimplement dcompact for IO::Buffer
Kasumi Hanazuki
2025-06-17
ZJIT: Add codegen for StringCopy
Daniel Colson
2025-06-16
Add test for `IO::Buffer.for(frozen_string) {}` and omit rb_str_{,un}locktmp ...
Benoit Daloze
2025-06-16
ZJIT: Add support for putspecialobject (#13565)
Stan Lo
2025-06-16
Use `success` option to check if the process failed
Nobuyoshi Nakada
2025-06-16
Suppress stderr output in `TestRubyOptions#assert_segv`
Nobuyoshi Nakada
2025-06-16
Use the message given to `TestRubyOptions#assert_segv`
Nobuyoshi Nakada
2025-06-15
Relax the criteria of flaky weak_references count test
Nobuyoshi Nakada
2025-06-15
Simplify weak_references count test initialization
Nobuyoshi Nakada
2025-06-15
Implement COLON3 NODE locations
ydah
2025-06-15
Implement COLON2 NODE locations
ydah
2025-06-14
Skip test_exivar_resize_with_compaction_stress on s390x
John Hawthorn
2025-06-13
Fix generic_ivar_set_shape_field for table rebuild
John Hawthorn
2025-06-14
Remove test_object_id_race_free_with_stress_compact
Jean Boussier
2025-06-13
Fix a race condition in object_id for shareable objects
Jean Boussier
2025-06-13
test/ruby/test_ractor.rb: avoid outputting anything
Jean Boussier
2025-06-13
[Bug #21440] Stop caching member list in frozen Data/Struct class
Nobuyoshi Nakada
2025-06-12
ZJIT: Write a callee frame on JIT-to-JIT calls (#13579)
Takashi Kokubun
2025-06-12
Ensure crr->feature is an fstring
John Hawthorn
2025-06-12
[Bug #21439] Fix `PM_SPLAT_NODE` compilation error in for loops (#13597)
Ufuk Kayserilioglu
2025-06-12
Make setting and accessing class ivars lock-free
Jean Boussier
2025-06-12
Fix class instance variable inside namespaces
Jean Boussier
2025-06-11
Try to run ignored tests with macOS 15
Hiroshi SHIBATA
2025-06-09
Add missing write barrier in set_i_initialize_copy
John Hawthorn
2025-06-09
ZJIT: Parse opt_regexpmatch2 into HIR
Alan Wu
2025-06-09
ZJIT: Parse opt_not into HIR
Alan Wu
2025-06-09
ZJIT: Parse opt_or into HIR
Alan Wu
2025-06-09
ZJIT: Parse opt_and into HIR
Alan Wu
[prev]
[next]