aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reduce warningsTSUYUSATO Kitsune2022-11-091-26/+6
* Fix to compile when USE_CACHE_MATCH_OPT is disabledTSUYUSATO Kitsune2022-11-091-7/+29
* Enable optimization for PUSH_IF/OR opcodesTSUYUSATO Kitsune2022-11-091-0/+2
* Enable optimization for ANYCHAR_STAR opcodesTSUYUSATO Kitsune2022-11-091-0/+4
* Add index to the latest NULL_CHECK_STACK for fast matchingTSUYUSATO Kitsune2022-11-092-4/+18
* Add static declaration to new functionsTSUYUSATO Kitsune2022-11-091-3/+3
* Increment num_fail on OP_POP tooTSUYUSATO Kitsune2022-11-091-4/+15
* Fix look-around like operators and cclassTSUYUSATO Kitsune2022-11-091-43/+25
* Keep cache optimization info to MatchArg for global matchingTSUYUSATO Kitsune2022-11-092-35/+33
* Implement cache optimization for regexp matchingTSUYUSATO Kitsune2022-11-092-1/+476
* Now bison 3.0 or later is requiredNobuyoshi Nakada2022-11-091-0/+2
* Make pending_interrupt?(Exception) workYusuke Endoh2022-11-092-1/+9
* [DOC] Fix missing type nameNobuyoshi Nakada2022-11-091-1/+1
* Use `rb_sprintf` instead of deprecated `sprintf`Nobuyoshi Nakada2022-11-091-2/+1
* YJIT: Reset dropped_bytes when patching codeAlan Wu2022-11-083-6/+19
* YJIT: Improve checking message for rustc version (#6693)Alan Wu2022-11-081-1/+3
* Implement optimize call (#6691)Jimmy Miller2022-11-085-3/+70
* [doc] Clarify how to build OpenSSL on macOSMatt Valentine-House2022-11-081-5/+1
* YJIT: Make more stats accessible from Ruby code (#6685)Takashi Kokubun2022-11-081-20/+29
* [ruby/irb] Add execute_lines to reduce command tests' boilerplateStan Lo2022-11-081-266/+157
* [rubygems/rubygems] Add tests for universal Ruby with arch-specific prebuilt ...Bo Anderson2022-11-084-1/+89
* [rubygems/rubygems] Map 'universal' to the real arch in Bundler for prebuilt ...Bo Anderson2022-11-081-0/+22
* YJIT: improve/fix code to automatically build YJIT when available (#6684)Maxime Chevalier-Boisvert2022-11-081-33/+29
* mutex: Raise a ThreadError when detecting a fiber deadlock (#6680)Jean byroot Boussier2022-11-092-1/+25
* Update default gems list at 4e728486b93eaec876ea8f876df9ec [ci skip]git2022-11-081-1/+1
* [ruby/error_highlight] Bump versionYusuke Endoh2022-11-081-1/+1
* Suppress false warning by a bug of gccNobuyoshi Nakada2022-11-081-4/+5
* Fix false LocalJumpError when branch coverage is enabledYusuke Endoh2022-11-082-1/+38
* Set default %printer for NODE ntermsyui-knk2022-11-083-2/+11
* [DOC] Properly number the list in building_ruby.mdPeter Zhu2022-11-071-8/+8
* Thread#native_thread_id is very platform specificNobuyoshi Nakada2022-11-081-1/+3
* [DOC] Improve building_ruby.mdPeter Zhu2022-11-071-10/+45
* Update to ruby/spec@740ccc8Benoit Daloze2022-11-07110-831/+1274
* Update to ruby/mspec@1e16420Benoit Daloze2022-11-071-4/+22
* [ruby/irb] Support non-string input in show_sourceTakashi Kokubun2022-11-074-1/+74
* YJIT: Free pages after ObjectSpace API usages (#6676)Takashi Kokubun2022-11-071-13/+15
* [ruby/irb] Don't lazily retrieve gem specs for completionStan Lo2022-11-071-15/+17
* [ruby/fileutils] Revert "FileUtils.rm* methods swallows only Errno::ENOENT wh...Yusuke Endoh2022-11-072-31/+6
* [rubygems/rubygems] Fix rubocop violationsPeter Zhu2022-11-071-2/+2
* [rubygems/rubygems] Drop support for IRIXPeter Zhu2022-11-071-1/+1
* [rubygems/rubygems] Drop support for bitrigPeter Zhu2022-11-071-1/+0
* [rubygems/rubygems] Drop support for HP-UXPeter Zhu2022-11-073-3/+1
* [Bug #19106] Normalize time at 24:00:00 with a timezone objectNobuyoshi Nakada2022-11-072-8/+21
* Revert jobserver handling in specNobuyoshi Nakada2022-11-072-22/+6
* Let other test runners follow the change of GNU make 4.4 jobserverNobuyoshi Nakada2022-11-073-9/+31
* jobserver option may not be at the lastNobuyoshi Nakada2022-11-071-1/+2
* Set `autoclose:` for inherited FDs only [ci skip]Nobuyoshi Nakada2022-11-071-2/+2
* GNU make 4.4 now uses a fifo for the jobserverNobuyoshi Nakada2022-11-061-3/+8
* Check `rustc` with the targetNobuyoshi Nakada2022-11-061-12/+22
* `--disable-jit-support` should disable YJIT successfullyNobuyoshi Nakada2022-11-062-7/+11