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-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
2024-03-19
Implement chilled strings
Étienne Barrié
2024-03-18
YJIT: Support arity=-2 cfuncs (#10268)
Alan Wu
2024-03-17
[Bug #20218] Reject keyword arguments in index
Nobuyoshi Nakada
2024-03-17
[Bug #19918] Reject block passing in index
Nobuyoshi Nakada
2024-03-15
Refactor frozen_string_literal check during compilation
Jean Boussier
2024-03-14
Ensure test suite is compatible with --frozen-string-literal
Jean Boussier
2024-02-29
YJIT: Support inlining putself (#10137)
Takashi Kokubun
2024-02-28
YJIT: Reject keywords hash in -1 arity cfunc splat support
Alan Wu
2024-02-27
YJIT: Support splat with C methods with -1 arity
Alan Wu
2024-02-23
YJIT: Lazily push a frame for specialized C funcs (#10080)
Takashi Kokubun
2024-02-20
YJIT: Remove duplicate test
Alan Wu
2024-02-20
YJIT: Fix calling leaf builtins with empty splat and kw_splat
Alan Wu
2024-02-20
YJIT: Verify the assumption of leaf C calls (#10002)
Takashi Kokubun
2024-02-20
Add pushtoarraykwsplat instruction to avoid unnecessary array allocation
Jeremy Evans
2024-02-17
Explicitly assert that redefined backquote method is called
Nobuyoshi Nakada
2024-02-16
YJIT: Support `**nil`
Alan Wu
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
[prev]
[next]