aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Skip compiling at_exit without --mjit-statsTakashi Kokubun2023-03-051-6/+0
* Fix broken rebaseTakashi Kokubun2023-03-059-41/+9
* Implement --mjit-statsTakashi Kokubun2023-03-054-13/+113
* Implement asm commentsTakashi Kokubun2023-03-053-5/+35
* Check interrupts on leaveTakashi Kokubun2023-03-054-40/+121
* 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
* 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
* Properly return a value from the stack as wellTakashi Kokubun2023-03-052-2/+11
* Compile putnil properlyTakashi Kokubun2023-03-053-30/+58
* Encode add insn properlyTakashi Kokubun2023-03-051-7/+29
* Implement mov encoding properlyTakashi Kokubun2023-03-053-31/+129
* Split responsibilities differentlyTakashi Kokubun2023-03-053-37/+37
* Move modules aroundTakashi Kokubun2023-03-054-94/+138
* Compile a real return valueTakashi Kokubun2023-03-053-22/+51
* Implement --mjit-dump-disasmTakashi Kokubun2023-03-051-5/+18
* Implement a no-op JIT compilerTakashi Kokubun2023-03-052-3/+56
* Prepare a JIT bufferTakashi Kokubun2023-03-051-1/+6
* Prepare for compiling an ISEQTakashi Kokubun2023-03-051-945/+3
* [ruby/irb] Improve method completion for string and regexp thattomoya ishida2023-03-061-3/+7
* Replaced non-ascii charactor. It fails version detection at `net-http.gemspec`.Hiroshi SHIBATA2023-03-061-1/+1
* 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
* [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-051-0/+6
* 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
* [ruby/irb] Drop chained methods' completion supportStan Lo2023-03-041-8/+0
* [ruby/reline] Fix completion with multilinetomoya ishida2023-03-041-2/+2
* [ruby/irb] Avoid slow symbol completion when completion target is antomoya ishida2023-03-031-1/+1
* [rubygems/rubygems] Update current_ruby.rbJohnny Shields2023-03-031-4/+4
* [rubygems/rubygems] Alias CurrentRuby#mswin?, mswin64?, mingw?, x64_mingw? to...johnnyshields2023-03-034-21/+18
* Regenerate parsers with racc-1.6.2Hiroshi SHIBATA2023-03-032-2/+6
* [rubygems/rubygems] Simplify the gem package file filter in the gemspec templateOrien Madgwick2023-03-021-1/+1
* [rubygems/rubygems] Replace lockfile with `.locked`Tony Hsu2023-03-021-1/+1
* [ruby/irb] Handle long inspect and control character in prompttomoya ishida2023-03-021-2/+15
* [ruby/irb] Specify metadata to provide richer information onStan Lo2023-03-021-0/+5
* [rubygems/rubygems] Regenerate lockfile if spec list is invalid/empty.Ellen Marie Dash2023-03-021-1/+3
* [ruby/uri] Replace RubyDoc.info links with Ruby.GitHub.ioAlexander Popov2023-03-011-1/+1
* [ruby/uri] Take out GitHub link for gemspec metadataAlexander Popov2023-03-011-4/+7
* [ruby/uri] Populate gemspec metadata objectAlexander Popov2023-03-011-0/+2
* [ruby/uri] Sort gemspec `metadata` object alphabeticalAlexander Popov2023-03-011-2/+2
* [ruby/uri] Remake `metadata` object in `gemspec` into one assignmentAlexander Popov2023-03-011-3/+5
* [ruby/uri] Add documentation link into gemspecAlexander Popov2023-03-011-0/+1
* [rubygems/rubygems] Auto-heal on corrupted lockfile with missing depsDaniel Colson2023-03-012-16/+7
* [ruby/irb] Display and prioritise instance methods in `lsStan Lo2023-02-281-7/+20