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
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
2024-07-08
Integrate Launchable into make btest
Naoto Ono
2024-07-02
Fix forwarding for optimized send
eileencodes
2024-07-02
Calling into a C func shouldn't fast path when forwarding
eileencodes
2024-07-02
YJIT: Inline simple ISEQs with unused keyword parameters
Gabriel Lacroix
2024-07-01
maximum showing line number on btest failure
Koichi Sasada
2024-06-29
[YJIT] Don't expand kwargs on forwarding
Aaron Patterson
2024-06-26
[YJIT] Fix block and splat handling when forwarding
Aaron Patterson
2024-06-21
fix sendfwd with `send` and `method_missing`
Koichi Sasada
2024-06-18
Optimized forwarding callers and callees
Aaron Patterson
2024-06-13
Guard against GC.compact when using in tests
Matt Valentine-House
2024-06-13
Don't return inside assert_equal
Matt Valentine-House
2024-06-13
RJIT: Fixed and/or reg+disp32 operations (#10856)
Dmitry Ukolov
2024-06-11
Don't call `Warning.warn` unless the category is enabled
Aaron Patterson
2024-06-10
respect `RUBY_TEST_TIMEOUT_SCALE`
Koichi Sasada
2024-06-05
Improve YJIT performance warning regression test
Jean Boussier
2024-06-04
Fix pathes => paths typo in bootstrap test runner
Matt Valentine-House
2024-06-04
Do not emit shape transition warnings when YJIT is compiling
Jean Boussier
2024-06-04
YJIT: Fix getconstant exits after opt_ltlt fusion (#10903)
Takashi Kokubun
2024-06-03
YJIT: Add another regression test for empty splat
Alan Wu
2024-06-03
Skip flaky RJIT tests
Takashi Kokubun
2024-05-31
YJIT: Fix out of bounds access when splatting empty array
Alan Wu
2024-05-05
Fix interrupts during Ractor.select
Luke Gruber
2024-05-01
YJIT: Fix `Struct` accessors not firing tracing events (#10690)
Alan Wu
2024-04-29
YJIT: Expand codegen for `TrueClass#===` to `FalseClass` and `NilClass` (#10679)
Randy Stauner
2024-04-29
YJIT: Add specialized codegen function for `TrueClass#===` (#10640)
Randy Stauner
2024-04-28
Fix regexps for abbreviated options
Nobuyoshi Nakada
2024-04-28
Timeout scale in bootstraptest
Nobuyoshi Nakada
2024-04-28
Timeout in bootstraptest
Nobuyoshi Nakada
2024-04-26
Skip a flaky Ractor test for YJIT
Takashi Kokubun
2024-04-25
YJIT: Relax `--yjit-verify-ctx` after singleton class creation
Alan Wu
2024-04-25
YJIT: Optimize local variables when EP == BP (take 2) (#10607)
Takashi Kokubun
2024-04-24
YJIT: Add a specialized codegen function for `Class#superclass`. (#10613)
Kevin Menard
2024-04-22
YJIT: Fix String#setbyte crashing for converted arguments
Alan Wu
2024-04-22
YJIT: Fix shrinking block with assumption too much (#10585)
Alan Wu
2024-04-08
Fix nil error with KNOWNBUGS.rb
Alan Wu
2024-04-03
[PRISM] Enhance syntax error message extraction in test_literal_suffix btest
Kevin Newton
2024-04-03
[PRISM] Fix up syntax error message parsing in btests
Kevin Newton
2024-04-01
Test finalizer is ran in bootstraptest
Peter Zhu
2024-03-28
YJIT: Optimize putobject+opt_ltlt for integers
Alan Wu
2024-03-27
[PRISM] Include file and line in error message
Kevin Newton
2024-03-25
YJIT: Inline simple getlocal+leave iseqs
Alan Wu
2024-03-25
YJIT: Propagate Array, Hash, and String classes (#10323)
Takashi Kokubun
[next]