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
/
bootstraptest
Age
Commit message (
Expand
)
Author
20 hours
[Backport #21832] Add pushtoarray insn to fix segfault with forwarding + spla...
ruby_4_0
Randy Stauner
2025-12-19
Extract `Test::JobServer` module
Nobuyoshi Nakada
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-15
YJIT: Bail out if proc would be stored above stack top
Randy Stauner
2025-12-12
YJIT: Fix panic from overly loose filtering in identity method inlining
Alan Wu
2025-12-12
YJIT: Add missing local variable type update for fallback setlocal blocks
Alan Wu
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-26
YJIT: Abort expandarray optimization if method_missing is defined
Randy Stauner
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-18
YJIT: omit single ractor mode assumption for `proc#call` (#15092)
Luke Gruber
2025-11-14
YJIT: Fix stack handling in rb_str_dup
John Hawthorn
2025-11-10
Fix bootstraptest runner driver message (#15072)
Randy Stauner
2025-11-05
Skip an unstable IO test for mswin
Takashi Kokubun
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-26
Follow up cleanup for `opt_(aref|aset)_with` removal
Stan Lo
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-14
YJIT: Fix `defined?(yield)` and `block_given?` at top level
Alan Wu
2025-08-01
Refactor `vm_lookup_cc` to allow lock-free lookups in `RClass.cc_tbl`
Jean Boussier
2025-07-30
YJIT: Remove a dead test for getinlinecaches (#14033)
Stan Lo
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-11
Add Timeout message when bootstraptest times out
John Hawthorn
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
[next]