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-05-31
skip flaky test
Koichi Sasada
2025-05-31
`Ractor::Port`
Koichi Sasada
2025-05-29
Fix memory leak with invalid yield in prism
Peter Zhu
2025-05-29
[Bug #21380] Prohibit modification in String#split block
Nobuyoshi Nakada
2025-05-23
Change test to avoid stack overflow with MN threads
Étienne Barrié
2025-05-23
Fix 'require' from a ractor when the required file raises an error
Luke Gruber
2025-05-23
skip the test now we couldn't fix
Koichi Sasada
2025-05-22
[Bug #21357] Fix crash in Hash#merge with block
Daniel Colson
2025-05-21
Use rb_inspect for Ractor error
John Hawthorn
2025-05-21
Fix one-by-one error of numbered parameter ID
Richard Böhme
2025-05-16
rb_gc_impl_copy_finalizer: generate a new object id
Jean Boussier
2025-05-16
Prevent enabling yjit when zjit enabled (GH-13358)
Daniel Colson
2025-05-17
Add a test case for `it` in a regex.
Nick Dower
2025-05-17
[Bug #21313] Handle `it` in rescue and ensure blocks.
Nick Dower
2025-05-16
[Bug #20009] Support marshaling non-ASCII name class/module
Nobuyoshi Nakada
2025-05-16
Prevent double free for too big repetition quantifiers (#13332)
Hiroya Fujinami
2025-05-15
Maintain same behavior regardless of tracepoint state
Aaron Patterson
2025-05-15
Ensure that forked process do not see invalid blocking operations. (#13343)
Samuel Williams
2025-05-15
[Bug #21333] Prohibit hash modification inside Hash#update block
Nobuyoshi Nakada
2025-05-14
[Bug #21331] Prohibit hash modification during stlike loop
Nobuyoshi Nakada
2025-05-14
Revert "[Bug #21331] Prohibit modification during stlike loop"
Nobuyoshi Nakada
2025-05-13
[Bug #21331] Prohibit modification during stlike loop
Nobuyoshi Nakada
2025-05-13
Make `waiting_fd` behaviour per-IO. (#13127)
Samuel Williams
2025-05-13
variable.c: Refactor rb_obj_field_* to take shape_id_t
Jean Boussier
2025-05-12
Remove respond_to check from Class#bind_call
John Hawthorn
2025-05-12
test_object_id.rb: use better randomness
Jean Boussier
2025-05-11
Allow T_CLASS and generic types to be too_complex
Jean Boussier
2025-05-11
Skip mmtk/i686 tests for a while
Satoshi Tagomori
2025-05-11
avoid calling ZALLOC after NEWOBJ_OF for RClass: need to return RClass not pr...
Satoshi Tagomori
2025-05-11
namespace on read
Satoshi Tagomori
2025-05-09
Fix warnings in tests for ObjectSpace._id2ref
Peter Zhu
2025-05-09
ZJIT: Fix a splitting condition for LHS
Takashi Kokubun
2025-05-08
Fix `remove_instance_variable` on complex objects
Jean Boussier
2025-05-08
Make test/ruby/test_env.rb#test_delete_if_in_ractor easier to debug
Jean Boussier
2025-05-08
Move `object_id` in object fields.
Jean Boussier
2025-05-08
Rename `ivptr` -> `fields`, `next_iv_index` -> `next_field_index`
Jean Boussier
2025-05-04
Handle mutating of array passed to Set.new during iteration
Jeremy Evans
2025-05-04
Handle mutation of array being merged into set
Jeremy Evans
2025-05-01
Omit tests using ISeq#to_binary under coverage measurement
Yusuke Endoh
2025-04-29
test/ruby/test_set.rb: mmtk doesn't have GC.compact
Jean Boussier
2025-04-29
opt_new needs to happen after safe navigation
Aaron Patterson
2025-04-29
Don't call hash tombstone compaction from GC compaction
Aaron Patterson
2025-04-29
ZJIT: Disable ZJIT instructions when USE_ZJIT is 0 (#13199)
Takashi Kokubun
2025-04-29
Add tests
Max Bernstein
2025-04-28
Support Marshal.{dump,load} for core Set
Jeremy Evans
2025-04-28
Fix nondeterministic failure in test_latest_gc_info_weak_references_count
Jeremy Evans
2025-04-26
Implement Set as a core class
Jeremy Evans
2025-04-25
Deopt if iseq trace events are enabled
Aaron Patterson
2025-04-25
Inline Class#new.
Aaron Patterson
2025-04-24
Fix a flaky test by making sure that a test thread stops
Yusuke Endoh
[prev]
[next]