summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
2024-06-13Guard against GC.compact when using in testsMatt Valentine-House
2024-06-13Don't return inside assert_equalMatt Valentine-House
2024-06-13RJIT: Fixed and/or reg+disp32 operations (#10856)Dmitry Ukolov
2024-06-11Don't call `Warning.warn` unless the category is enabledAaron Patterson
2024-06-10respect `RUBY_TEST_TIMEOUT_SCALE`Koichi Sasada
2024-06-05Improve YJIT performance warning regression testJean Boussier
2024-06-04Fix pathes => paths typo in bootstrap test runnerMatt Valentine-House
2024-06-04Do not emit shape transition warnings when YJIT is compilingJean Boussier
2024-06-04YJIT: Fix getconstant exits after opt_ltlt fusion (#10903)Takashi Kokubun
2024-06-03YJIT: Add another regression test for empty splatAlan Wu
2024-06-03Skip flaky RJIT testsTakashi Kokubun
2024-05-31YJIT: Fix out of bounds access when splatting empty arrayAlan Wu
2024-05-05Fix interrupts during Ractor.selectLuke Gruber
2024-05-01YJIT: Fix `Struct` accessors not firing tracing events (#10690)Alan Wu
2024-04-29YJIT: Expand codegen for `TrueClass#===` to `FalseClass` and `NilClass` (#10679)Randy Stauner
2024-04-29YJIT: Add specialized codegen function for `TrueClass#===` (#10640)Randy Stauner
2024-04-28Fix regexps for abbreviated optionsNobuyoshi Nakada
2024-04-28Timeout scale in bootstraptestNobuyoshi Nakada
2024-04-28Timeout in bootstraptestNobuyoshi Nakada
2024-04-26Skip a flaky Ractor test for YJITTakashi Kokubun
2024-04-25YJIT: Relax `--yjit-verify-ctx` after singleton class creationAlan Wu
2024-04-25YJIT: Optimize local variables when EP == BP (take 2) (#10607)Takashi Kokubun
2024-04-24YJIT: Add a specialized codegen function for `Class#superclass`. (#10613)Kevin Menard
2024-04-22YJIT: Fix String#setbyte crashing for converted argumentsAlan Wu
2024-04-22YJIT: Fix shrinking block with assumption too much (#10585)Alan Wu
2024-04-08Fix nil error with KNOWNBUGS.rbAlan Wu
2024-04-03[PRISM] Enhance syntax error message extraction in test_literal_suffix btestKevin Newton
2024-04-03[PRISM] Fix up syntax error message parsing in btestsKevin Newton
2024-04-01Test finalizer is ran in bootstraptestPeter Zhu
2024-03-28YJIT: Optimize putobject+opt_ltlt for integersAlan Wu
2024-03-27[PRISM] Include file and line in error messageKevin Newton
2024-03-25YJIT: Inline simple getlocal+leave iseqsAlan Wu
2024-03-25YJIT: Propagate Array, Hash, and String classes (#10323)Takashi Kokubun
2024-03-19Implement chilled stringsÉtienne Barrié
2024-03-18YJIT: Support arity=-2 cfuncs (#10268)Alan Wu
2024-03-17[Bug #20218] Reject keyword arguments in indexNobuyoshi Nakada
2024-03-17[Bug #19918] Reject block passing in indexNobuyoshi Nakada
2024-03-15Refactor frozen_string_literal check during compilationJean Boussier
2024-03-14Ensure test suite is compatible with --frozen-string-literalJean Boussier
2024-02-29YJIT: Support inlining putself (#10137)Takashi Kokubun
2024-02-28YJIT: Reject keywords hash in -1 arity cfunc splat supportAlan Wu
2024-02-27YJIT: Support splat with C methods with -1 arityAlan Wu
2024-02-23YJIT: Lazily push a frame for specialized C funcs (#10080)Takashi Kokubun
2024-02-20YJIT: Remove duplicate testAlan Wu
2024-02-20YJIT: Fix calling leaf builtins with empty splat and kw_splatAlan Wu
2024-02-20YJIT: Verify the assumption of leaf C calls (#10002)Takashi Kokubun
2024-02-20Add pushtoarraykwsplat instruction to avoid unnecessary array allocationJeremy Evans
2024-02-17Explicitly assert that redefined backquote method is calledNobuyoshi Nakada
2024-02-16YJIT: Support `**nil`Alan Wu
2024-02-15Do not include a backtick in error messages and backtracesYusuke Endoh