summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
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
2024-01-18YJIT: Properly reject keyword splat with `yield`Alan Wu
2024-01-17YJIT: specialized codegen for integer right shift (#9564)Maxime Chevalier-Boisvert
2024-01-15YJIT: Optimize Integer#succ (#9519)Takashi Kokubun
2024-01-12YJIT: expandarray for non-arrays (#9495)ywenc
2024-01-11Avoid reading unused lvars in Primitive.cexprJohn Hawthorn
2024-01-02Set Ractor moved object's shape to original object's shapeLuke Gruber
2023-12-25Typofix under bootstraptest, spec and yjit directoriesHiroshi SHIBATA
2023-12-21Avoid underflow of rb_yjit_live_iseq_countJohn Hawthorn
2023-12-21RJIT: Fix unwanted shadowing in set_local_typeTakashi Kokubun