aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add special-case code for the String unary plus operator (#5982)Noah Gibbs2022-06-071-0/+27
* Revert incorrect string-guard optimisation. (#5969)Noah Gibbs2022-06-011-1/+31
* Special-case jit_guard_known_class for strings. This can remove (#5920)Noah Gibbs2022-05-201-0/+10
* Rust YJITAlan Wu2022-04-272-1/+467
* Raise RuntimeError if Kernel#binding is called from a non-Ruby frameJeremy Evans2022-04-061-31/+0
* Finer-grained constant cache invalidation (take 2)Kevin Newton2022-04-011-0/+187
* Revert "Raise RuntimeError if Kernel#binding is called from a non-Ruby frame"Jeremy Evans2022-04-011-0/+31
* Revert "Finer-grained inline constant cache invalidation"Nobuyoshi Nakada2022-03-251-187/+0
* Raise RuntimeError if Kernel#binding is called from a non-Ruby frameJeremy Evans2022-03-241-31/+0
* Finer-grained inline constant cache invalidationKevin Newton2022-03-241-0/+187
* Reuse `-v` option result as `target_platform`Nobuyoshi Nakada2022-02-171-6/+5
* btest-ruby OPTS=-v should disable quietKoichi Sasada2022-02-171-0/+2
* extend timeout for mjitKoichi Sasada2022-02-141-1/+1
* support concurrent btest executionKoichi Sasada2022-02-065-325/+480
* refactoring btest outputKoichi Sasada2022-01-261-6/+5