summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-07[Bug #19106] Normalize time at 24:00:00 with a timezone objectNobuyoshi Nakada
2022-11-07Revert jobserver handling in specNobuyoshi Nakada
2022-11-07Let other test runners follow the change of GNU make 4.4 jobserverNobuyoshi Nakada
2022-11-07jobserver option may not be at the lastNobuyoshi Nakada
2022-11-07Set `autoclose:` for inherited FDs only [ci skip]Nobuyoshi Nakada
2022-11-06GNU make 4.4 now uses a fifo for the jobserverNobuyoshi Nakada
2022-11-06Check `rustc` with the targetNobuyoshi Nakada
2022-11-06`--disable-jit-support` should disable YJIT successfullyNobuyoshi Nakada
2022-11-06Disable YJIT support when cross-compilingNobuyoshi Nakada
2022-11-06Add `--target` option to RUSTC when cross-compilingNobuyoshi Nakada
2022-11-06Should use the configured rustc consistentlyNobuyoshi Nakada
2022-11-06[wasm] Scan machine stack based on `ec->machine.stack_{start,end}`Yuta Saito
2022-11-05Sync TRICK 2018 (02-mame)Yusuke Endoh
2022-11-05[ruby/erb] Revert the strpbrk optimizationTakashi Kokubun
2022-11-05[ruby/erb] Optimize away the rb_convert_type call using RB_TYPE_PTakashi Kokubun
2022-11-05[ruby/erb] Use strpbrk only when str is long enough for SIMDTakashi Kokubun
2022-11-05[ruby/erb] Optimize the no-escape case with strpbrkTakashi Kokubun
2022-11-04Improve HTML escape benchmarksTakashi Kokubun
2022-11-04Auto-enable YJIT build when rustc >= 1.58.0 present (#6662)Maxime Chevalier-Boisvert
2022-11-04Don't report changed ENV caused by BundlerPeter Zhu
2022-11-04[ruby/irb] Silent the noise created when building Context in testsStan Lo
2022-11-04[ruby/erb] Avoid using prepend + super for fallbackTakashi Kokubun
2022-11-05Update dependencies for bc28acc347eace4d02bbb4b672655216f7dd3a81Nobuyoshi Nakada
2022-11-04Increment max_iv_count on class in gc marking, not gc freeingJemma Issroff
2022-11-05Update dependenciesNobuyoshi Nakada
2022-11-04Use RTEST to to check return valuePeter Zhu
2022-11-04Remove unnecessary branch in `UnboundMethod#bind`Alexander Momchilov
2022-11-04[ruby/irb] Suppress "switching inspect mode" messagesNobuyoshi Nakada
2022-11-04mkconfig.rb: take CPU name from arch flagNobuyoshi Nakada
2022-11-04Substitute from the actual netinet6/in6.hNobuyoshi Nakada
2022-11-04sync_default_gems.rb: fix a typo [ci skip]Nobuyoshi Nakada
2022-11-04Lower priority of `POSIX_MADV_DONTNEED`. (#6671)Samuel Williams
2022-11-04[ruby/erb] Do not allocate a new String if not neededTakashi Kokubun
2022-11-04[ruby/erb] Optimize away to_s if it's already T_STRINGTakashi Kokubun
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