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
ruby_4_0-prism-1-8-0
sync-gems
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bootstraptest
/
test_ractor.rb
Age
Commit message (
Expand
)
Author
2025-12-18
Update ArgumentError message for Ractor.select
John Hawthorn
2025-12-16
Let Ractor::IsolationError report correct constant path
Daisuke Aritomo
2025-12-16
Add the instance variable name and the module in Ractor::IsolationError (#15563)
Étienne Barrié
2025-12-16
Add the class variable and the class itself in Ractor::IsolationError (#15562)
Étienne Barrié
2025-12-11
test_ractor.rb: old object while calling _id2ref
Jean Boussier
2025-12-10
Update Ractor warning message
John Hawthorn
2025-12-09
Use continuation bit in concurrent set
John Hawthorn
2025-12-09
Test that Ractor.make_shareable mutates the original Proc
Benoit Daloze
2025-12-09
Fix Ractor test to not depend on the previous test
Benoit Daloze
2025-12-09
Fix some descriptions in bootstraptest/test_ractor.rb
Benoit Daloze
2025-12-09
Test that Ractor.shareable_proc keeps the original Proc intact
Benoit Daloze
2025-12-08
ignore Thread creation error
Koichi Sasada
2025-12-06
Fix id2ref for multi-Ractor
Peter Zhu
2025-12-05
Ractor.shareable_proc(&pr) should copy pr
Koichi Sasada
2025-12-04
Adjust test to avoid bug
John Hawthorn
2025-12-04
Change bmethod defined_ractor to use id instead
John Hawthorn
2025-12-05
fix typo s/sharable/shareable/
Koichi Sasada
2025-12-05
Method and UnboundMethod can be sharable
Koichi Sasada
2025-11-25
Fix live object count for multi-Ractor forking
Peter Zhu
2025-11-20
Add a Ractor test case that causes MMTk to deadlock
Peter Zhu
2025-11-05
Fix ractor move of object with generic ivars (#15056)
Luke Gruber
2025-11-01
Fix rescue in test_ractor.rb
Benoit Daloze
2025-11-01
Make the expectation more precise in Ractor.make_shareable(Proc) test
Benoit Daloze
2025-11-01
Fix the description and logic for the Ractor.make_shareable(Proc) test
Benoit Daloze
2025-10-30
Fixes [Bug #21522] eval isolation in Ractors for Prism
Andre Muta
2025-10-23
NameError (NoMethodError) is copyable
Koichi Sasada
2025-09-24
Ractor.shareable_proc
Koichi Sasada
2025-09-02
ZJIT: Unskip a Ractor bootstrap test (#14421)
Stan Lo
2025-09-01
remove `Ractor#take`
Koichi Sasada
2025-08-25
Fix deadlock when malloc in Ractor lock
Peter Zhu
2025-08-20
Fix race condition in method invalidation for Ractors
Peter Zhu
2025-08-01
Refactor `vm_lookup_cc` to allow lock-free lookups in `RClass.cc_tbl`
Jean Boussier
2025-07-21
Ractor: lock around global variable get/set
Luke Gruber
2025-07-17
Fix btest in ractor_test.rb that can lead timeout of the test
Luke Gruber
2025-07-10
Fix rb_eSystemExit raised in Ractor
John Hawthorn
2025-07-04
Fix wrong GENIV WB on too_complex Ractor traversal
John Hawthorn
2025-07-03
ZJIT: Skip a hanging ractor test (#13774)
Takashi Kokubun
2025-06-04
`Ractor#take` and warn
Koichi Sasada
2025-05-31
`Ractor::Port`
Koichi Sasada
2025-05-26
Don't copy FL_PROMOTED to new object in Ractor move
Peter Zhu
2025-05-23
Fix moving old objects between Ractors
Peter Zhu
2025-05-23
lock vm around `rb_free_generic_ivar`
Luke Gruber
2025-05-21
Fix Symbol#to_proc (rb_sym_to_proc) to be ractor safe
Luke Gruber
2025-05-13
Get ractor message passing working with > 1 thread sending/receiving values i...
Luke Gruber
2025-05-13
Throw RuntimeError if getting/setting ractor local storage for non-main ractor
lukeg
2025-05-09
Fix crash when instantiating classes in Ractors
Peter Zhu
2025-05-08
Raise error on take/send for Ractors in child processes
Aaron Patterson
2025-05-08
Clean up Ractor cache after fork
Aaron Patterson
2025-05-08
Rename `ivptr` -> `fields`, `next_iv_index` -> `next_field_index`
Jean Boussier
2025-04-18
Lock-free hash set for fstrings [Feature #21268]
John Hawthorn
[next]