summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
2023-03-16YJIT: Remove exit for rest and send combo (#7546)Jimmy Miller
2023-03-15Fix indirect counter incrementNobuyoshi Nakada
2023-03-10RJIT: Skip a flaky test_thread test for nowTakashi Kokubun
2023-03-07YJIT: Handle special case of splat and rest lining up (#7422)Jimmy Miller
2023-03-06s/mjit/rjit/Takashi Kokubun
2023-03-06s/MJIT/RJIT/Takashi Kokubun
2023-03-06Rename MJIT filenames to RJITTakashi Kokubun
2023-03-05Add more GC guardsTakashi Kokubun
2023-03-05Deal with too slow testTakashi Kokubun
2023-03-05Support SP motion in all insnsTakashi Kokubun
2023-03-05Implement initial opt_ltTakashi Kokubun
2023-03-05Put nil on an appropriate indexTakashi Kokubun
2023-03-06add a test for RactorKoichi Sasada
2023-03-03Another attempt to skip test_ractor on ci.rvm.jpTakashi Kokubun
2023-03-03Fix a YJIT enablement checkTakashi Kokubun
2023-03-03YJIT: fix CI issue reported by Koichi caused by small stack patch (#7442)Maxime Chevalier-Boisvert
2023-03-02Re-skip an unstable Ractor testTakashi Kokubun
2023-03-02Revert "Revert "Re-enable test_ractor for YJIT""Takashi Kokubun
2023-03-02YJIT: Fix cfunc splatJimmy Miller
2023-03-03`Ractor::Selector#empty?`Koichi Sasada
2023-03-02Enable flaky ractor testKoichi Sasada
2023-03-02Rewrite Ractor synchronization mechanismKoichi Sasada
2023-03-01YJIT: Properly deal with cfunc splat when no args needed (#7413)Jimmy Miller
2023-02-27YJIT: Reject __send__ with splat to cfunc for nowAlan Wu
2023-02-15YJIT: `Kernel#{is_a?,instance_of?}` fast paths (GH-7297)Jimmy Miller
2023-02-14YJIT: Check correct BOP on gen_fixnum_cmp (#7303)Takashi Kokubun
2023-02-09YJIT: Support invokesuper in a block (#7264)Maple Ong
2023-01-19Implement splat for cfuncs. Split exit exit cases to better capture where we ...Jimmy Miller
2023-01-11Remove Encoding#replicateBenoit Daloze
2023-01-09Revert "Re-enable test_ractor for YJIT"Takashi Kokubun
2022-12-24MJIT: Cancel all on disastrous situations (#7019)Takashi Kokubun
2022-12-21Skip a flaky Ractor test for mswinTakashi Kokubun
2022-12-19Re-enable test_ractor for YJITTakashi Kokubun
2022-12-16fixed encoding tableKoichi Sasada
2022-12-13Skip yet another flaky Ractor testTakashi Kokubun
2022-12-02Skip another flaky Ractor test for YJITTakashi Kokubun
2022-12-02Skip a couple of Ractor testsTakashi Kokubun
2022-12-02YJIT: Make case-when optimization respect === redefinition (#6846)Alan Wu
2022-11-30YJIT: Deallocate `struct Block` to plug memory leaksAlan Wu
2022-11-17Fix bug involving .send and overwritten methods. (#6752)Jimmy Miller
2022-11-14Rename --mjit-min-calls to --mjit-call-threshold (#6731)Takashi Kokubun
2022-11-13YJIT: Fix invalidation for c_call and c_return (#6719)Alan Wu
2022-11-07Let other test runners follow the change of GNU make 4.4 jobserverNobuyoshi Nakada
2022-10-26YJIT: Support nil and blockparamproxy as blockarg in send (#6492)Matthew Draper
2022-10-26[Bug #19081] Show the caller location in warning for RactorNobuyoshi Nakada
2022-10-14Add test for ractor race condition on ivar setsJemma Issroff
2022-10-11Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff
2022-10-04YJIT: add support for calling bmethods (#6489)Alan Wu
2022-10-01Indent folded bootstraptest dotsNobuyoshi Nakada
2022-09-30Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson