summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
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
2024-02-13[PRISM] Switch bootstraptest syntax error assertions to handle multilineKevin Newton
2024-02-13YJIT: Fixup kwrest stack baseAlan Wu
2024-02-06YJIT: Allow popping before falling backAlan Wu
2024-02-05YJIT: No need to reject splat+zsuperAlan Wu
2024-01-31YJIT: Add codegen for Float arithmetics (#9774)Takashi Kokubun
2024-01-30YJIT: Specialize splatkw on T_HASH (#9764)Takashi Kokubun
2024-01-30YJIT: add specialized codegen for fixnum XOR (#9763)Maxime Chevalier-Boisvert
2024-01-26YJIT: Fix exits on splatkw instruction (#9711)Takashi Kokubun
2024-01-25YJIT: Support concattoarray and pushtoarray (#9708)Takashi Kokubun
2024-01-23YJIT: Fix ruby2_keywords splat+rest and drop bogus checksAlan Wu
2024-01-23Revert "Skip a failing test for Prism"Peter Zhu
2024-01-23Skip a failing test for PrismTakashi Kokubun
2024-01-23YJIT: Move guard up for a case of splat+restAlan Wu
2024-01-22Skip a flaky Ractor test for YJITTakashi Kokubun
2024-01-22YJIT: Drop extra arguments passed by yield (#9596)Alan Wu
2024-01-19YJIT: Optimize defined?(yield) (#9599)Takashi Kokubun