summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-03-05Implement --mjit-statsTakashi Kokubun
2023-03-05Implement asm commentsTakashi Kokubun
2023-03-05Check interrupts on leaveTakashi Kokubun
2023-03-05Skip supporting has_opt for nowTakashi Kokubun
2023-03-05Remove <main> specializationTakashi Kokubun
2023-03-05Define constants for magic registersTakashi Kokubun
2023-03-05Implement callee-saved registersTakashi Kokubun
2023-03-05Consider stack_size on side exitsTakashi Kokubun
2023-03-05Rename InsnCompiler to CodegenTakashi Kokubun
2023-03-05Implement initial side exitTakashi Kokubun
2023-03-05Properly return a value from the stack as wellTakashi Kokubun
2023-03-05Compile putnil properlyTakashi Kokubun
2023-03-05Encode add insn properlyTakashi Kokubun
2023-03-05Implement mov encoding properlyTakashi Kokubun
2023-03-05Split responsibilities differentlyTakashi Kokubun
2023-03-05Move modules aroundTakashi Kokubun
2023-03-05Compile a real return valueTakashi Kokubun
2023-03-05Implement --mjit-dump-disasmTakashi Kokubun
2023-03-05Implement a no-op JIT compilerTakashi Kokubun
2023-03-05Prepare a JIT bufferTakashi Kokubun
2023-03-05Prepare for compiling an ISEQTakashi Kokubun
2023-03-06[ruby/irb] Improve method completion for string and regexp thattomoya ishida
2023-03-06Replaced non-ascii charactor. It fails version detection at `net-http.gemspec`.Hiroshi SHIBATA
2023-03-06More debug for 75829f4d37d31658aeebd9799b513e35fea805e0Hiroshi SHIBATA
2023-03-06Added debug message for http://rubyci.s3.amazonaws.com/freebsd12/ruby-master/...Hiroshi SHIBATA
2023-03-05[rubygems/rubygems] Build default gems same as fresh installtion.Hiroshi SHIBATA
2023-03-05[rubygems/rubygems] Introduce Gem::Specification.find_by_full_name for findin...Hiroshi SHIBATA
2023-03-05Expose the address of MJIT Pointers (#7446)Aaron Patterson
2023-03-05[ruby/net-http] [DOC] What's Here for Net:HTTPBurdette Lamar
2023-03-04[ruby/irb] Drop chained methods' completion supportStan Lo
2023-03-04[ruby/reline] Fix completion with multilinetomoya ishida
2023-03-03[ruby/irb] Avoid slow symbol completion when completion target is antomoya ishida
2023-03-03[rubygems/rubygems] Update current_ruby.rbJohnny Shields
2023-03-03[rubygems/rubygems] Alias CurrentRuby#mswin?, mswin64?, mingw?, x64_mingw? to...johnnyshields
2023-03-03Regenerate parsers with racc-1.6.2Hiroshi SHIBATA
2023-03-02[rubygems/rubygems] Simplify the gem package file filter in the gemspec templateOrien Madgwick
2023-03-02[rubygems/rubygems] Replace lockfile with `.locked`Tony Hsu
2023-03-02[ruby/irb] Handle long inspect and control character in prompttomoya ishida
2023-03-02[ruby/irb] Specify metadata to provide richer information onStan Lo
2023-03-02[rubygems/rubygems] Regenerate lockfile if spec list is invalid/empty.Ellen Marie Dash
2023-03-01[ruby/uri] Replace RubyDoc.info links with Ruby.GitHub.ioAlexander Popov
2023-03-01[ruby/uri] Take out GitHub link for gemspec metadataAlexander Popov
2023-03-01[ruby/uri] Populate gemspec metadata objectAlexander Popov
2023-03-01[ruby/uri] Sort gemspec `metadata` object alphabeticalAlexander Popov
2023-03-01[ruby/uri] Remake `metadata` object in `gemspec` into one assignmentAlexander Popov
2023-03-01[ruby/uri] Add documentation link into gemspecAlexander Popov
2023-03-01[rubygems/rubygems] Auto-heal on corrupted lockfile with missing depsDaniel Colson
2023-02-28[ruby/irb] Display and prioritise instance methods in `lsStan Lo
2023-02-28[rubygems/rubygems] Fix method redefinition warning in gem exec specsSamuel Giddins
2023-02-28Update lib/net/http/status.rbHiroshi SHIBATA