aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disable MJIT on a couple of conditionsTakashi Kokubun2023-03-052-0/+20
* Fix a critical mistake around GCTakashi Kokubun2023-03-051-7/+15
* Skip supporting has_opt for nowTakashi Kokubun2023-03-051-0/+3
* Remove <main> specializationTakashi Kokubun2023-03-051-2/+0
* Define constants for magic registersTakashi Kokubun2023-03-052-11/+16
* Lock VM during compilationTakashi Kokubun2023-03-051-0/+3
* Implement callee-saved registersTakashi Kokubun2023-03-053-4/+45
* Consider stack_size on side exitsTakashi Kokubun2023-03-053-11/+45
* Rename InsnCompiler to CodegenTakashi Kokubun2023-03-052-5/+5
* Implement initial side exitTakashi Kokubun2023-03-053-31/+89
* Fix build without libcapstoneTakashi Kokubun2023-03-051-8/+4
* Properly return a value from the stack as wellTakashi Kokubun2023-03-052-2/+11
* Compile putnil properlyTakashi Kokubun2023-03-053-30/+58
* Remove debugging codeTakashi Kokubun2023-03-051-4/+1
* Encode add insn properlyTakashi Kokubun2023-03-051-7/+29
* Implement mov encoding properlyTakashi Kokubun2023-03-053-31/+129
* Split responsibilities differentlyTakashi Kokubun2023-03-054-38/+38
* Move modules aroundTakashi Kokubun2023-03-055-96/+138
* Compile a real return valueTakashi Kokubun2023-03-053-22/+51
* Implement --mjit-dump-disasmTakashi Kokubun2023-03-056-5/+83
* Implement a no-op JIT compilerTakashi Kokubun2023-03-056-18/+97
* Prepare a JIT bufferTakashi Kokubun2023-03-052-4/+16
* Prepare for compiling an ISEQTakashi Kokubun2023-03-053-972/+11
* Drop existing MJIT testsTakashi Kokubun2023-03-053-1450/+0
* Use call-threshold 1 for nowTakashi Kokubun2023-03-051-2/+4
* Prepare rb_mjit_compile hookTakashi Kokubun2023-03-053-4/+15
* Move important functionsTakashi Kokubun2023-03-051-34/+32
* Remove more codeTakashi Kokubun2023-03-051-69/+0
* Clean up the current MJIT implementationTakashi Kokubun2023-03-051-1539/+25
* Update bundled gems list at e87d0882910001ef3b0c2ccd43bf00 [ci skip]git2023-03-061-1/+1
* Change bytecode of `f(*a, **kw)`Koichi Sasada2023-03-064-257/+332
* [ruby/irb] Improve method completion for string and regexp thattomoya ishida2023-03-062-3/+11
* Replaced non-ascii charactor. It fails version detection at `net-http.gemspec`.Hiroshi SHIBATA2023-03-061-1/+1
* Disable test-spec as well for annocheckTakashi Kokubun2023-03-051-4/+6
* Skip test-all for annocheckTakashi Kokubun2023-03-051-2/+2
* Split a workflow for annocheck (#7450)Takashi Kokubun2023-03-052-12/+152
* [DOC] Fix options of `Regexp#initialize`Nobuyoshi Nakada2023-03-061-1/+1
* `rb_scan_args` never fills optional arguments with `Qundef`Nobuyoshi Nakada2023-03-061-2/+2
* add a test for RactorKoichi Sasada2023-03-061-0/+28
* More debug for 75829f4d37d31658aeebd9799b513e35fea805e0Hiroshi SHIBATA2023-03-061-0/+2
* Added debug message for http://rubyci.s3.amazonaws.com/freebsd12/ruby-master/...Hiroshi SHIBATA2023-03-061-0/+2
* Bump ruby/setup-ruby from 1.139.0 to 1.143.0dependabot[bot]2023-03-064-4/+4
* Revert "Update bundled gems list at 2023-03-06"Hiroshi SHIBATA2023-03-061-1/+1
* Introduce `UPDATE_BUNDLED_GEMS_ALL` option for auto update for bundled_gems fileHiroshi SHIBATA2023-03-061-2/+6
* Update bundled gems list at 2023-03-06git2023-03-061-1/+1
* minitest moved minitest org from seattlerb nowHiroshi SHIBATA2023-03-061-1/+1
* [rubygems/rubygems] Build default gems same as fresh installtion.Hiroshi SHIBATA2023-03-051-0/+2
* [rubygems/rubygems] Introduce Gem::Specification.find_by_full_name for findin...Hiroshi SHIBATA2023-03-052-0/+23
* Expose the address of MJIT Pointers (#7446)Aaron Patterson2023-03-051-0/+5
* [ruby/net-http] [DOC] What's Here for Net:HTTPBurdette Lamar2023-03-051-2/+267