aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
Commit message (Expand)AuthorAgeFilesLines
* Use rb_ivar_get() for general case of getivar (#17)Alan Wu2021-10-201-0/+27
* Implement calls to methods with simple optional paramsAlan Wu2021-10-201-0/+36
* Fix assertions in `invalidate_block_version()`, add small repro (#14)Maxime Chevalier-Boisvert2021-10-201-0/+22
* Improve set instance variableAaron Patterson2021-10-201-0/+85
* Fix local type tracking in getlocal, setlocal. Add test.Maxime Chevalier-Boisvert2021-10-201-0/+14
* add a couple of getivar tests for symbolsAlan Wu2021-10-201-0/+37
* YJIT: implement calls to ivar getter methodsAlan Wu2021-10-201-0/+73
* Polymorphic opt_send_without_blockAlan Wu2021-10-201-0/+57
* YJIT: hash specialization for opt_arefAlan Wu2021-10-201-0/+87
* YJIT: lazy polymorphic getinstancevariableAlan Wu2021-10-201-0/+60
* Remove trailing whitespacesMaxime Chevalier-Boisvert2021-10-201-1/+1
* Make Blocks depend on BOPSAaron Patterson2021-10-201-0/+35
* Machinery to implement deferred compilationMaxime Chevalier-Boisvert2021-10-201-0/+22
* Rename test filesMaxime Chevalier-Boisvert2021-10-203-0/+0
* Implement support for variadic C functionsMaxime Chevalier-Boisvert2021-10-201-0/+11
* Stop using UJIT.install_entry in btestAlan Wu2021-10-201-6/+7
* Mark and update object references in generated codeAlan Wu2021-10-201-0/+18
* Check for ::Array, not T_ARRAY in opt_arefAlan Wu2021-10-201-0/+17
* Add regression test for extended table bounds checkAlan Wu2021-10-201-0/+20
* Added more tests to `make btest`Maxime Chevalier-Boisvert2021-10-201-30/+93
* Add another torture test to `make btest`Maxime Chevalier-Boisvert2021-10-202-0/+241023
* Add failing test identified by Aaron PattersonMaxime Chevalier-Boisvert2021-10-201-0/+12
* Added failing test to `make btest`Maxime Chevalier-Boisvert2021-10-201-0/+28
* Added synthetic torture test with 30K tiny methodsMaxime Chevalier-Boisvert2021-10-201-0/+121018
* Fixed two bugs in JIT-to-JIT calls (thanks Alan!)Maxime Chevalier-Boisvert2021-10-201-1/+47
* Moved ujit code invalidation test into bootstraptestMaxime Chevalier-Boisvert2021-10-201-0/+30
* Fix Ractor.make_shareable changing locals for ProcsAlan Wu2021-10-061-0/+22
* [Bug #18117] Fix Ractor race condition with GCPeter Zhu2021-08-241-0/+15
* Replace copy coroutine with pthread implementation.Samuel Williams2021-07-011-2/+2
* Prefer qualified names under ThreadNobuyoshi Nakada2021-06-292-2/+2
* Evacuate transient heap when enabling ractorseileencodes2021-06-231-0/+13
* bootstraptest/test_ractor.rb: Skip an assertion on Travis arm64.Jun Aruga2021-05-251-1/+2
* Make Ractor stdio belonging to the Ractor [Bug #17672]Nobuyoshi Nakada2021-03-071-0/+12
* Ractor.allocate should not be allowedKoichi Sasada2021-02-181-0/+18
* Fixed race in dtoa [Bug #17612]Nobuyoshi Nakada2021-02-101-0/+11
* Implement NameError::message#clone for RactorNobuyoshi Nakada2021-02-011-0/+13
* fix Ractor.yield(obj, move: true)Koichi Sasada2021-01-221-0/+25
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-1/+1
* enable constant cache on ractorsKoichi Sasada2021-01-051-0/+12
* add Ractor.mainKoichi Sasada2020-12-221-0/+7
* add Ractor#[]/#[]= for ractor local storageKoichi Sasada2020-12-221-0/+14
* TracePoint.new(&block) should be ractor-localKoichi Sasada2020-12-221-0/+13
* fix Ractor.make_shareable() with Class/ModuleKoichi Sasada2020-12-211-1/+8
* add "copy: true" option for Ractor.make_shareableKoichi Sasada2020-12-191-0/+16
* strip trailing spaces [ci skip]Nobuyoshi Nakada2020-12-161-2/+2
* Ractor#receive_if to receive only matched messagesKoichi Sasada2020-12-161-0/+58
* Debug the command used for gdb dumpTakashi Kokubun2020-12-131-1/+3
* @ruby is the target Ruby in bootstraptestTakashi Kokubun2020-12-131-1/+1
* Dump a backtrace with gdbTakashi Kokubun2020-12-121-0/+1
* trap on non-main ractorKoichi Sasada2020-12-121-0/+18