aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
Commit message (Expand)AuthorAgeFilesLines
* 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
* respect `--quiet` option for btestKoichi Sasada2022-01-212-9/+19
* [wasm] bootstraptest, basictest: disable backquote literal testsYuta Saito2022-01-192-2/+13
* YJIT: Support kwargs for cfuncJohn Hawthorn2022-01-101-0/+51
* YJIT: Add support for ruby array cfuncs (argc=-2)John Hawthorn2022-01-081-0/+20
* YJIT: Discard local var type info on routine callAlan Wu2022-01-071-0/+31
* YJIT: Fix SP index with optarg and unordered kwargJohn Hawthorn2021-12-311-0/+16
* @@cv is not accessible from non-main ractorsKoichi Sasada2021-12-241-0/+22
* YJIT: Fix check for required kwargsJohn Hawthorn2021-12-171-0/+8
* YJIT: Allow iseq with both opt and kwargsJohn Hawthorn2021-12-171-0/+26
* btest: assign $stderr = STDOUT instead of IO#reopen to be more portableYuta Saito2021-12-163-5/+5
* YJIT: Fix unexpected truncation when outputing VALUEAlan Wu2021-12-141-0/+15
* prohibit load by `autoload` on non-main RactorKoichi Sasada2021-12-151-0/+11
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-131-1/+1
* `Ractor.make_shareable` checks proc's seflKoichi Sasada2021-12-091-12/+20
* YJIT: Fix leak in compilation loopAlan Wu2021-12-081-0/+12
* YJIT: Remove guard_self_is_heap()Alan Wu2021-12-071-0/+11
* YJIT: Fix incomplete invalidation from opt_setinlinecacheAlan Wu2021-12-061-0/+85
* YJIT: Enable out of memory testsAlan Wu2021-12-041-3/+3
* Lazily create singletons on instance_{exec,eval} (#5146)John Hawthorn2021-12-021-0/+27
* YJIT: Fail gracefully while OOM for new entry pointsAlan Wu2021-12-011-0/+12
* YJIT: Add ability to exit to interpreter from stubsAlan Wu2021-11-261-0/+18
* YJIT: Implement new struct accessors (#5161)John Hawthorn2021-11-251-0/+77
* YJIT: Make block invalidation more robustAlan Wu2021-11-221-0/+74
* Add YJIT codegen for objtostring (#5149)Adam Hess2021-11-191-0/+17
* Add one more test example for swap instructionNikita Vasilevsky2021-11-091-0/+1
* rb_id_serial_to_id: return unregistered ID as an internal IDNobuyoshi Nakada2021-11-071-0/+36
* YJIT: Support iseq sends with mixed kwargs (#5082)John Hawthorn2021-11-051-0/+54
* YJIT: Support kwargs sends with all defaults (#5067)John Hawthorn2021-11-011-0/+22
* YJIT: Support newhash with values (#5029)John Hawthorn2021-10-271-0/+10
* the core problem is the Proc is not shareableSatoshi Moris Tagomori2021-10-271-1/+1
* YJIT: Implement duphash (#5009)Ian C. Anderson2021-10-251-0/+10
* allow to access ivars of classes/modulesKoichi Sasada2021-10-232-3/+50
* Fix simple test on platforms where compaction is not supportedAlan Wu2021-10-221-1/+5
* YJIT: don't compile attr_accessor methods when tracing (#4998)Alan Wu2021-10-211-0/+50
* * append newline at EOF. [ci skip]git2021-10-212-2/+2
* Do kwarg shuffle after checking for interruptsAlan Wu2021-10-201-0/+39