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
2026-04-30
Rename `putstring` instruction as `dupstring`
Jean Boussier
2026-04-01
Fix sending backtraces across ractors
Jean Boussier
2026-03-25
Revert "Skip initializing optional arguments to `nil`" and add test
Alan Wu
2026-03-19
Allow reading cvars from non-main Ractors (#16308)
Aaron Patterson
2026-02-24
Improve error message failing to copy proc
John Hawthorn
2026-02-20
YJIT: Fix version_map use-after-free from mutable aliasing UB
Randy Stauner
2026-02-18
YJIT: Fix always-failing guard for `super()` in BMETHODs
Alan Wu
2026-02-13
[Bug #21551] changing the exception to be isolationerror rather than argument...
Nery Campusano
2026-02-03
[Bug #21669] Thoroughly implement void value expression check (prism)
Earlopain
2026-01-13
Add pushtoarray insn to fix segfault with forwarding + splat
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
[next]