aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sync_default_gems.rb: fix the position to insert the original URLNobuyoshi Nakada2022-11-041-2/+3
* sync_default_gems.rb: accept log input from other than STDINNobuyoshi Nakada2022-11-041-4/+6
* Bump benchmark-driver versionTakashi Kokubun2022-11-031-1/+1
* [ruby/irb] Provide a base test class and let tests restore encodingsStan Lo2022-11-0313-53/+63
* [ruby/irb] Allow non-identifier aliases like Pry's @ and $Takashi Kokubun2022-11-035-0/+87
* Update configure command in building_ruby.mdPeter Zhu2022-11-031-1/+1
* [DOC] Fix IO::Buffer#slice rdoc positionYusuke Nakamura2022-11-031-21/+21
* [ruby/irb] Require rubygems to run the test alone on ruby/rubyTakashi Kokubun2022-11-031-0/+1
* YJIT: Show side_exit count in stats as well (#6666)Takashi Kokubun2022-11-031-0/+1
* YJIT: Make Code GC metrics available for non-stats builds (#6665)Takashi Kokubun2022-11-035-8/+20
* [ruby/irb] Fix build_context for ruby/ruby CITakashi Kokubun2022-11-031-1/+2
* YJIT: Fix a wrong type reference (#6661)Takashi Kokubun2022-11-032-11/+1
* [ruby/irb] Require the entire irb lib in RubyLex testStan Lo2022-11-031-1/+1
* [ruby/irb] Refactor RubyLex and its testsStan Lo2022-11-032-9/+24
* YJIT: Stop incrementing write_pos if cb.has_dropped_bytes (#6664)Takashi Kokubun2022-11-032-7/+7
* Make str_alloc_heap return a STR_NOEMBED stringPeter Zhu2022-11-031-29/+24
* [ruby/erb] Skip a test for JRubyTakashi Kokubun2022-11-031-0/+3
* [ruby/erb] Skip tests for trufflerubyTakashi Kokubun2022-11-032-0/+5
* [ruby/erb] Fix CI for JRubyTakashi Kokubun2022-11-031-1/+3
* Run only daily schedule because CodeQL provides a lot of false-positive resul...Hiroshi SHIBATA2022-11-031-17/+17
* Fix crash in test runner on timeoutPeter Zhu2022-11-021-1/+4
* YJIT: Support invokeblock (#6640)Takashi Kokubun2022-11-0210-30/+198
* YJIT: don't show a full crash report if mmap is only out of memory (#6659)Noah Gibbs2022-11-021-0/+4
* YJIT: Avoid accumulating freed pages in the payload (#6657)Takashi Kokubun2022-11-022-8/+33
* Use shared flags of the typePeter Zhu2022-11-022-2/+3
* [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]2022-11-022-5/+5
* Update Regexp.timeout doc (#6658)Sampat Badhe2022-11-021-2/+2
* file2lastrev.rb: changed revision may be `nil` [ci skip]Nobuyoshi Nakada2022-11-021-2/+4
* file2lastrev.rb: try to overwrite the found revision.h as beforeNobuyoshi Nakada2022-11-022-6/+9
* file2lastrev.rb: separate options for `Output` and `VPath`Nobuyoshi Nakada2022-11-023-1/+8
* Fix infinite loop when out-of-place buildNobuyoshi Nakada2022-11-021-1/+1
* Manage the timestamp for revision.hNobuyoshi Nakada2022-11-021-7/+2
* Ivar copy needs to happen _before_ setting the shapeAaron Patterson2022-11-012-6/+6
* YJIT: Visualize live ranges on register spill (#6651)Takashi Kokubun2022-11-011-6/+37
* YJIT: Add an assert to help with Context changesAlan Wu2022-11-011-1/+6
* YJIT: Delete redundant ways to make ContextAlan Wu2022-11-012-21/+6
* file2lastrev.rb: use output.rb for the optionsNobuyoshi Nakada2022-11-011-2/+5
* file2lastrev.rb: rename output as formatNobuyoshi Nakada2022-11-011-15/+15
* output.rb: extract from generic_erb.rbNobuyoshi Nakada2022-11-012-33/+55
* colorize.rb: support for NO_COLORNobuyoshi Nakada2022-11-011-1/+1
* vpath.rb: tweak --vpath option messageNobuyoshi Nakada2022-11-011-1/+1
* We don't care about actual hostname resolution. (#6652)Samuel Williams2022-11-011-1/+1
* vcs.rb: do not reference the constant before assignmentNobuyoshi Nakada2022-11-011-3/+3
* Adjust indents [ci skip]Nobuyoshi Nakada2022-11-011-11/+11
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2022-11-012-5/+5
* Always lookup IV buffers when iteratingAaron Patterson2022-10-311-7/+36
* Implement object shapes for T_CLASS and T_MODULE (#6637)John Hawthorn2022-10-3110-202/+265
* YJIT: Add RubyVM::YJIT.code_gc (#6644)Takashi Kokubun2022-10-316-21/+46
* YJIT: reduce default `--yjit-exec-mem-size` to 128MiB instead of 256 (#6649)Maxime Chevalier-Boisvert2022-10-311-1/+1
* Reuse FIBER_RESUMED_P macroS-H-GAMELINKS2022-10-311-1/+1