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
2025-04-15
Add a test for moving composite object parts
Luke Gruber
2025-04-07
Fixed wrong condition to avoid flaky ractor_test.rb
Hiroshi SHIBATA
2025-04-06
Fix the if condition to skip test_ractor.rb correctly (#13067)
Naoto Ono
2025-04-04
Ractor: revert to moving object bytes, but size pool aware
Jean Boussier
2025-04-02
Fix assertion failure with anonymous splats
Jeremy Evans
2025-03-31
Don't preserve `object_id` when moving object to another Ractor
Jean Boussier
2025-03-31
Ractor: Fix moving embedded objects
Jean Boussier
2025-03-31
Skip test_ractor.rb with ModGC workflow because this test is flaky
Hiroshi SHIBATA
2025-03-27
Avoid array allocation for *nil, by not calling nil.to_a
Jeremy Evans
2025-03-26
Ractor.make_shareable(proc_obj) makes inner structure shareable
lukeg
2025-03-25
Fail test if child process exists non-zero
John Hawthorn
2025-03-24
Revert "Fix broken CI. (#12963)"
Hiroshi SHIBATA
2025-03-23
Fix broken CI. (#12963)
Samuel Williams
2025-03-21
FCALL shouldn't be forwarded from caller
Aaron Patterson
2025-03-20
Use atomic for method reference count [Bug #20934]
John Hawthorn
2025-03-09
Remove a stale test file [ci skip]
Nobuyoshi Nakada
2025-02-13
[Feature #21116] Extract RJIT as a third-party gem
Nobuyoshi Nakada
2025-01-28
YJIT: Initialize locals in ISeqs defined with `...` (#12660)
Alan Wu
2025-01-10
Revert "[MMTk/CI] Skip Ractor btests with MMTk"
Peter Zhu
2025-01-10
Don't check for presence of `ENV['GITHUB_WORKFLOW']`
Peter Zhu
2025-01-10
Rewrite Benchmark to Tempfile on bootstraptest/test_ractor.rb
Hiroshi SHIBATA
2025-01-08
YJIT: Filter `&` calls from specialized C method codegen
Alan Wu
2025-01-04
YJIT: Add crashing test for yielding keyword args
Nick Dower
2024-12-27
Clear failure_log by assignment like as appending by assignment
Nobuyoshi Nakada
2024-12-24
Fix ractor move of unshareable frozen objects
Luke Gruber
2024-12-12
bootstraptest: On -j failure, show total test count
Alan Wu
2024-12-13
`Ractor.set_if_absent(key)`
Koichi Sasada
2024-12-06
[MMTk/CI] Skip Ractor btests with MMTk
Matt Valentine-House
2024-12-03
Enable Launchable integration in compilers.yml (#12136)
Naoto Ono
2024-11-26
YJIT: Implement opt_reverse insn (#12175)
Randy Stauner
2024-11-26
Optimize instructions when creating an array just to call `include?` (#12123)
Randy Stauner
2024-11-21
Extend the timeout of fork-exit bootstraptest
Yusuke Endoh
2024-11-14
YJIT: Specialize String#dup (#12090)
Takashi Kokubun
2024-11-14
YJIT: Specialize Integer#pred (#12082)
Takashi Kokubun
2024-11-13
YJIT: Specialize `String#[]` (`String#slice`) with fixnum arguments (#12069)
Randy Stauner
2024-11-08
skip `SystemStackError`
Koichi Sasada
2024-11-08
support `require` in non-main Ractors
Koichi Sasada
2024-10-21
Show where mutated chilled strings were allocated
Étienne Barrié
2024-10-15
Remove "simple" flag from forwarded ICs
Aaron Patterson
2024-10-15
Use GC.respond_to?(:compact) in bootstraptest/test_yjit.rb
Peter Zhu
2024-10-03
Update bootstraptest test for colon-style hash inspect
tompng
2024-09-18
Raise a compile error for break/next/redo inside eval in cases where it is op...
Jeremy Evans
2024-08-27
YJIT: Pass method arguments using registers (#11280)
Takashi Kokubun
2024-08-13
Re-initialize vm->ractor.sched.lock after fork
John Hawthorn
2024-07-29
Expand opt_newarray_send to support Array#pack with buffer keyword arg
Randy Stauner
2024-07-19
Rename a variable name
Naoto Ono
2024-07-19
Launchable: Aggregate test results based on file level
Naoto Ono
2024-07-12
fix `defined?(@ivar)` with Ractors
Koichi Sasada
2024-07-09
Use `File.write` instead of `Kernel#open`
Nobuyoshi Nakada
2024-07-08
Move the file location of launchable.rb
Naoto Ono
[next]