summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-14YJIT: Add Opnd#with_num_bits to use only 8 bits (#6359)Takashi Kokubun
2022-09-14configure.ac: Apply suggestions from code review in #6366Kenta Murata
2022-09-14Reuse `opt_arg_append` functionS.H
2022-09-14configure.ac: Add --with-gmp-dir (#6366)Kenta Murata
2022-09-14Add comments to touch libyjitNobuyoshi Nakada
2022-09-14Touch libyjit.a which may be still old due to the cacheNobuyoshi Nakada
2022-09-14Expand dependency for `$(YJIT_LIBS)`Nobuyoshi Nakada
2022-09-14Add link to how to build RubyNARUSE, Yui
2022-09-14Manage paths for bundler testsNobuyoshi Nakada
2022-09-14Pass job-server FDs to bundler testsNobuyoshi Nakada
2022-09-14-undefined dynamic_lookup is obsoleteNobuyoshi Nakada
2022-09-14Replace "Fixes"/"Fixed" in commit logs as well as vcs.rb [ci skip]Nobuyoshi Nakada
2022-09-14[ruby/irb] Fix the error when LC_MESSAGES config value is nilNobuyoshi Nakada
2022-09-14configure.ac: Manage OPT_DIR better (#6367)Nobuyoshi Nakada
2022-09-14[ruby/irb] Fix history file saving with concurrent irb sessions when history ...Jeremy Evans
2022-09-14* 2022-09-14 [ci skip]git
2022-09-14Remove CODEOWNERS to switch to auto-request-review (#6365)Takashi Kokubun
2022-09-13Add GMP support for mswinU.Nakamura
2022-09-13Increase the timeout for make all on MinGWTakashi Kokubun
2022-09-13Drop synchronized eventTakashi Kokubun
2022-09-13Tweak the glob for auto_request_reviewTakashi Kokubun
2022-09-13Configure auto_request_review for YJIT teamTakashi Kokubun
2022-09-13* 2022-09-13 [ci skip]git
2022-09-13Try latest debug.gemKoichi Sasada
2022-09-12[rubygems/rubygems] Deduplicate results just onceDavid Rodríguez
2022-09-12[rubygems/rubygems] Use a single hash to keep track of prereleasesDavid Rodríguez
2022-09-12[rubygems/rubygems] Remove unnecessary sortingDavid Rodríguez
2022-09-12[rubygems/rubygems] Simplify instantiating the gem version promoterDavid Rodríguez
2022-09-12[rubygems/rubygems] Let specs be sorted just once by the gem version promoterDavid Rodríguez
2022-09-12[rubygems/rubygems] This sorting seems unnecessary tooDavid Rodríguez
2022-09-12[rubygems/rubygems] Remove unnecessary spec sortingDavid Rodríguez
2022-09-12Add NEWS entry for the previous commitBenoit Daloze
2022-09-12Remove get_actual_encoding() and the dynamic endian detection for dummy UTF-1...Benoit Daloze
2022-09-12Autoconf 2.70 or AC_PROG_CC_C99 for earlier is checking for C99Nobuyoshi Nakada
2022-09-12Add comments for some peephole optimizations [ci skip]Maple Ong
2022-09-12* 2022-09-12 [ci skip]git
2022-09-12Revert "defs/gmake.mk: no _FORTIFY_SOURCE unless optimization"Nobuyoshi Nakada
2022-09-11[Win32] Negative length `IO#sysread`Jeremy Bopp
2022-09-11MJIT: Use the built-in PACK_MAPTakashi Kokubun
2022-09-11[ruby/fiddle] Fix PACK_MAP for unsigned types (https://github.com/ruby/fiddle...Takashi Kokubun
2022-09-11Remove -j from MinGW test-allTakashi Kokubun
2022-09-11MJIT: Do not hang after forking with threadsTakashi Kokubun
2022-09-11* 2022-09-11 [ci skip]git
2022-09-10Deprecate Encoding#replicateBenoit Daloze
2022-09-10[win32] Set proper `NULLCMD` in rbconfig.rb [ci skip]Nobuyoshi Nakada
2022-09-10[MSWin] Get rid of single quotes in sed command linesNobuyoshi Nakada
2022-09-10Enable deprecation warnings for test-allBenoit Daloze
2022-09-09YJIT: Branch directly when nil? is known from typesJohn Hawthorn
2022-09-09YJIT: Branch directly when truthyness is knownJohn Hawthorn
2022-09-10Using is_broken_string functionS-H-GAMELINKS