summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
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
2023-12-21RJIT: Streamline RJIT enablement checkTakashi Kokubun
2023-12-20moved object should not have a shape IDKoichi Sasada
2023-12-16remove `Ractor::Selector` from Ruby levelKoichi Sasada
2023-12-16support `skip` in bootstraptestKoichi Sasada
2023-12-12YJIT: Fix off-by-one in Kernel#send type handling (#9212)Alan Wu
2023-12-11Skip a YJIT test on RJITAlan Wu
2023-12-11YJIT: Fix missing arity check for splat calls to methods with optionalsAlan Wu
2023-12-06YJIT: Avoid register allocation conflict with a higher stack_idx (#9143)Takashi Kokubun
2023-12-04YJIT: Mark and update stubs in invalidated blocks (#9104)Alan Wu
2023-11-22YJIT: Avoid a register spill on arm64 (#9014)Takashi Kokubun
2023-11-22YJIT: add an extra btest for shape too complex (#9013)Maxime Chevalier-Boisvert
2023-11-07YJIT: Inline basic Ruby methods (#8855)Takashi Kokubun
2023-10-13YJIT: Fix argument clobbering in some block_arg+rest_param calls (#8647)Alan Wu
2023-10-12M:N thread scheduler for RactorsKoichi Sasada