summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-04[ruby/erb] Copy CGI.escapeHTML to ERB::Util.html_escapeTakashi Kokubun
2022-11-04sync_default_gems.rb: fix the position to insert the original URLNobuyoshi Nakada
2022-11-04sync_default_gems.rb: accept log input from other than STDINNobuyoshi Nakada
2022-11-03Bump benchmark-driver versionTakashi Kokubun
2022-11-03[ruby/irb] Provide a base test class and let tests restore encodingsStan Lo
2022-11-03[ruby/irb] Allow non-identifier aliases like Pry's @ and $Takashi Kokubun
2022-11-03Update configure command in building_ruby.mdPeter Zhu
2022-11-03[DOC] Fix IO::Buffer#slice rdoc positionYusuke Nakamura
2022-11-03[ruby/irb] Require rubygems to run the test alone on ruby/rubyTakashi Kokubun
2022-11-03YJIT: Show side_exit count in stats as well (#6666)Takashi Kokubun
2022-11-03YJIT: Make Code GC metrics available for non-stats builds (#6665)Takashi Kokubun
2022-11-03[ruby/irb] Fix build_context for ruby/ruby CITakashi Kokubun
2022-11-03YJIT: Fix a wrong type reference (#6661)Takashi Kokubun
2022-11-03[ruby/irb] Require the entire irb lib in RubyLex testStan Lo
2022-11-03[ruby/irb] Refactor RubyLex and its testsStan Lo
2022-11-03YJIT: Stop incrementing write_pos if cb.has_dropped_bytes (#6664)Takashi Kokubun
2022-11-03Make str_alloc_heap return a STR_NOEMBED stringPeter Zhu
2022-11-03[ruby/erb] Skip a test for JRubyTakashi Kokubun
2022-11-03[ruby/erb] Skip tests for trufflerubyTakashi Kokubun
2022-11-03[ruby/erb] Fix CI for JRubyTakashi Kokubun
2022-11-03Run only daily schedule because CodeQL provides a lot of false-positive resul...Hiroshi SHIBATA
2022-11-02Fix crash in test runner on timeoutPeter Zhu
2022-11-02YJIT: Support invokeblock (#6640)Takashi Kokubun
2022-11-02YJIT: don't show a full crash report if mmap is only out of memory (#6659)Noah Gibbs
2022-11-02YJIT: Avoid accumulating freed pages in the payload (#6657)Takashi Kokubun
2022-11-02Use shared flags of the typePeter Zhu
2022-11-02[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2022-11-02Update Regexp.timeout doc (#6658)Sampat Badhe
2022-11-02file2lastrev.rb: changed revision may be `nil` [ci skip]Nobuyoshi Nakada
2022-11-02file2lastrev.rb: try to overwrite the found revision.h as beforeNobuyoshi Nakada
2022-11-02file2lastrev.rb: separate options for `Output` and `VPath`Nobuyoshi Nakada
2022-11-02Fix infinite loop when out-of-place buildNobuyoshi Nakada
2022-11-02Manage the timestamp for revision.hNobuyoshi Nakada
2022-11-01Ivar copy needs to happen _before_ setting the shapeAaron Patterson
2022-11-01YJIT: Visualize live ranges on register spill (#6651)Takashi Kokubun
2022-11-01YJIT: Add an assert to help with Context changesAlan Wu
2022-11-01YJIT: Delete redundant ways to make ContextAlan Wu
2022-11-01file2lastrev.rb: use output.rb for the optionsNobuyoshi Nakada
2022-11-01file2lastrev.rb: rename output as formatNobuyoshi Nakada
2022-11-01output.rb: extract from generic_erb.rbNobuyoshi Nakada
2022-11-01colorize.rb: support for NO_COLORNobuyoshi Nakada
2022-11-01vpath.rb: tweak --vpath option messageNobuyoshi Nakada
2022-11-01We don't care about actual hostname resolution. (#6652)Samuel Williams
2022-11-01vcs.rb: do not reference the constant before assignmentNobuyoshi Nakada
2022-11-01Adjust indents [ci skip]Nobuyoshi Nakada
2022-11-01[rubygems/rubygems] Bump rb-sysdependabot[bot]
2022-10-31Always lookup IV buffers when iteratingAaron Patterson
2022-10-31Implement object shapes for T_CLASS and T_MODULE (#6637)John Hawthorn
2022-10-31YJIT: Add RubyVM::YJIT.code_gc (#6644)Takashi Kokubun
2022-10-31YJIT: reduce default `--yjit-exec-mem-size` to 128MiB instead of 256 (#6649)Maxime Chevalier-Boisvert