summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
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
2022-09-29bootstraptest/runner: run in parallel if in parallel buildNobuyoshi Nakada
2022-09-28This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-28bootstraptest/runner: manage sub processes with the job serverNobuyoshi Nakada
2022-09-28bootstraptest/runner: fold dots by window sizeNobuyoshi Nakada
2022-09-26Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson
2022-09-26This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-19Fix the option name in the error message [ci skip]Nobuyoshi Nakada
2022-09-14YJIT: Implement specialized respond_to? (#6363)John Hawthorn
2022-09-06omit random failure in bootstraptest with freebsdHiroshi SHIBATA
2022-08-29YJIT: Implement concatarray in yjit (https://github.com/Shopify/ruby/pull/405)Maple Ong
2022-08-29Fix code invalidation while OOM and OOM simulation (https://github.com/Shopif...Alan Wu
2022-08-29Port getblockparamproxy and getblockparam (https://github.com/Shopify/ruby/pu...Takashi Kokubun
2022-08-29Port the remaining method types in opt_send_without_block (https://github.com...Takashi Kokubun
2022-08-29Port gen_send_iseq to the new backend IR (https://github.com/Shopify/ruby/pul...Takashi Kokubun
2022-08-29Port invokebuiltin* insns to the new backend IR (https://github.com/Shopify/r...Takashi Kokubun
2022-08-29Port objtostring to the new backend (https://github.com/Shopify/ruby/pull/369)Takashi Kokubun
2022-08-29Port gen_send_cfunc to the new backend (https://github.com/Shopify/ruby/pull/...Takashi Kokubun
2022-08-29Port gen_concatstring to new backend IR (https://github.com/Shopify/ruby/pull...Zack Deveau
2022-08-29Port anytostring, intern, and toregexp (https://github.com/Shopify/ruby/pull/...Takashi Kokubun
2022-08-29Port only ATTRSET of opt_send_without_block (https://github.com/Shopify/ruby/...Takashi Kokubun
2022-08-29Port gen_checktype to the new IR assembler backend (https://github.com/Shopif...Zack Deveau
2022-07-28YJIT: Teach getblockparamproxy to handle the no-block case without exiting (#...Matthew Draper
2022-07-28Also skip the failing test similar with a343952d195a324dd4563318d8f88b167316ce5dHiroshi SHIBATA
2022-07-11Replace use of double_heap in tests with expand_heapMatt Valentine-House
2022-06-27Make sure string-operation assertions happen inside a method to be sure YJIT ...Noah Gibbs (and/or Benchmark CI)
2022-06-23YJIT: Add regression test for local type trackingAlan Wu
2022-06-21On FreeBSD omit the test to close a pipe while reading [ci skip]Nobuyoshi Nakada