summaryrefslogtreecommitdiff
path: root/bootstraptest
Commit message (Expand)AuthorAgeFilesLines
...
* Remove Encoding#replicateBenoit Daloze2023-01-111-15/+0
* Revert "Re-enable test_ractor for YJIT"Takashi Kokubun2023-01-091-3/+5
* MJIT: Cancel all on disastrous situations (#7019)Takashi Kokubun2022-12-241-3/+3
* Skip a flaky Ractor test for mswinTakashi Kokubun2022-12-211-1/+1
* Re-enable test_ractor for YJITTakashi Kokubun2022-12-191-4/+3
* fixed encoding tableKoichi Sasada2022-12-161-2/+2
* Skip yet another flaky Ractor testTakashi Kokubun2022-12-131-1/+1
* Skip another flaky Ractor test for YJITTakashi Kokubun2022-12-021-1/+1
* Skip a couple of Ractor testsTakashi Kokubun2022-12-021-2/+4
* YJIT: Make case-when optimization respect === redefinition (#6846)Alan Wu2022-12-021-0/+20
* YJIT: Deallocate `struct Block` to plug memory leaksAlan Wu2022-11-301-0/+13
* Fix bug involving .send and overwritten methods. (#6752)Jimmy Miller2022-11-171-0/+23
* Rename --mjit-min-calls to --mjit-call-threshold (#6731)Takashi Kokubun2022-11-141-1/+1
* YJIT: Fix invalidation for c_call and c_return (#6719)Alan Wu2022-11-131-0/+20
* Let other test runners follow the change of GNU make 4.4 jobserverNobuyoshi Nakada2022-11-071-3/+9
* YJIT: Support nil and blockparamproxy as blockarg in send (#6492)Matthew Draper2022-10-261-0/+43
* [Bug #19081] Show the caller location in warning for RactorNobuyoshi Nakada2022-10-261-0/+6
* Add test for ractor race condition on ivar setsJemma Issroff2022-10-141-0/+39
* Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff2022-10-111-0/+16
* YJIT: add support for calling bmethods (#6489)Alan Wu2022-10-041-0/+28
* Indent folded bootstraptest dotsNobuyoshi Nakada2022-10-011-10/+16
* Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson2022-09-301-16/+0
* bootstraptest/runner: run in parallel if in parallel buildNobuyoshi Nakada2022-09-291-5/+5
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-281-0/+16
* bootstraptest/runner: manage sub processes with the job serverNobuyoshi Nakada2022-09-281-9/+39
* bootstraptest/runner: fold dots by window sizeNobuyoshi Nakada2022-09-281-4/+27
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-261-16/+0
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-261-0/+16
* Fix the option name in the error message [ci skip]Nobuyoshi Nakada2022-09-191-2/+1
* YJIT: Implement specialized respond_to? (#6363)John Hawthorn2022-09-141-0/+54
* omit random failure in bootstraptest with freebsdHiroshi SHIBATA2022-09-061-0/+1
* YJIT: Implement concatarray in yjit (https://github.com/Shopify/ruby/pull/405)Maple Ong2022-08-291-0/+10
* Fix code invalidation while OOM and OOM simulation (https://github.com/Shopif...Alan Wu2022-08-291-0/+9
* Port getblockparamproxy and getblockparam (https://github.com/Shopify/ruby/pu...Takashi Kokubun2022-08-291-0/+16
* Port the remaining method types in opt_send_without_block (https://github.com...Takashi Kokubun2022-08-291-0/+22
* Port gen_send_iseq to the new backend IR (https://github.com/Shopify/ruby/pul...Takashi Kokubun2022-08-291-0/+33
* Port invokebuiltin* insns to the new backend IR (https://github.com/Shopify/r...Takashi Kokubun2022-08-291-0/+22
* Port objtostring to the new backend (https://github.com/Shopify/ruby/pull/369)Takashi Kokubun2022-08-291-2/+2
* Port gen_send_cfunc to the new backend (https://github.com/Shopify/ruby/pull/...Takashi Kokubun2022-08-291-0/+32
* Port gen_concatstring to new backend IR (https://github.com/Shopify/ruby/pull...Zack Deveau2022-08-291-0/+8
* Port anytostring, intern, and toregexp (https://github.com/Shopify/ruby/pull/...Takashi Kokubun2022-08-291-0/+16
* Port only ATTRSET of opt_send_without_block (https://github.com/Shopify/ruby/...Takashi Kokubun2022-08-291-0/+13
* Port gen_checktype to the new IR assembler backend (https://github.com/Shopif...Zack Deveau2022-08-291-0/+8
* YJIT: Teach getblockparamproxy to handle the no-block case without exiting (#...Matthew Draper2022-07-281-0/+13
* Also skip the failing test similar with a343952d195a324dd4563318d8f88b167316ce5dHiroshi SHIBATA2022-07-281-0/+1
* Replace use of double_heap in tests with expand_heapMatt Valentine-House2022-07-111-1/+1
* Make sure string-operation assertions happen inside a method to be sure YJIT ...Noah Gibbs (and/or Benchmark CI)2022-06-271-51/+92
* YJIT: Add regression test for local type trackingAlan Wu2022-06-231-0/+20
* On FreeBSD omit the test to close a pipe while reading [ci skip]Nobuyoshi Nakada2022-06-211-0/+1
* Add tests for a variety of string-subclass operations (#5999)Noah Gibbs2022-06-101-2/+77