summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Drop synchronized eventTakashi Kokubun2022-09-131-2/+2
* Tweak the glob for auto_request_reviewTakashi Kokubun2022-09-131-1/+1
* Configure auto_request_review for YJIT teamTakashi Kokubun2022-09-132-0/+23
* * 2022-09-13 [ci skip]git2022-09-131-1/+1
* Try latest debug.gemKoichi Sasada2022-09-131-1/+1
* [rubygems/rubygems] Deduplicate results just onceDavid Rodríguez2022-09-121-10/+3
* [rubygems/rubygems] Use a single hash to keep track of prereleasesDavid Rodríguez2022-09-121-3/+6
* [rubygems/rubygems] Remove unnecessary sortingDavid Rodríguez2022-09-121-7/+0
* [rubygems/rubygems] Simplify instantiating the gem version promoterDavid Rodríguez2022-09-121-12/+2
* [rubygems/rubygems] Let specs be sorted just once by the gem version promoterDavid Rodríguez2022-09-123-21/+8
* [rubygems/rubygems] This sorting seems unnecessary tooDavid Rodríguez2022-09-122-6/+1
* [rubygems/rubygems] Remove unnecessary spec sortingDavid Rodríguez2022-09-121-1/+1
* Add NEWS entry for the previous commitBenoit Daloze2022-09-121-0/+4
* Remove get_actual_encoding() and the dynamic endian detection for dummy UTF-1...Benoit Daloze2022-09-127-102/+27
* Autoconf 2.70 or AC_PROG_CC_C99 for earlier is checking for C99Nobuyoshi Nakada2022-09-121-27/+0
* Add comments for some peephole optimizations [ci skip]Maple Ong2022-09-121-0/+42
* * 2022-09-12 [ci skip]git2022-09-121-1/+1
* Revert "defs/gmake.mk: no _FORTIFY_SOURCE unless optimization"Nobuyoshi Nakada2022-09-121-4/+0
* [Win32] Negative length `IO#sysread`Jeremy Bopp2022-09-112-1/+10
* MJIT: Use the built-in PACK_MAPTakashi Kokubun2022-09-111-12/+4
* [ruby/fiddle] Fix PACK_MAP for unsigned types (https://github.com/ruby/fiddle...Takashi Kokubun2022-09-112-7/+45
* Remove -j from MinGW test-allTakashi Kokubun2022-09-111-2/+1
* MJIT: Do not hang after forking with threadsTakashi Kokubun2022-09-112-7/+8
* * 2022-09-11 [ci skip]git2022-09-111-1/+1
* Deprecate Encoding#replicateBenoit Daloze2022-09-105-53/+71
* [win32] Set proper `NULLCMD` in rbconfig.rb [ci skip]Nobuyoshi Nakada2022-09-101-1/+1
* [MSWin] Get rid of single quotes in sed command linesNobuyoshi Nakada2022-09-101-5/+5
* Enable deprecation warnings for test-allBenoit Daloze2022-09-102-1/+16
* YJIT: Branch directly when nil? is known from typesJohn Hawthorn2022-09-092-18/+34
* YJIT: Branch directly when truthyness is knownJohn Hawthorn2022-09-091-37/+51
* Using is_broken_string functionS-H-GAMELINKS2022-09-103-4/+4
* Fix parallel build on MINGWLars Kanis2022-09-102-2/+3
* YJIT: eliminate redundant mov in csel/cmov on x86 (#6348)Maxime Chevalier-Boisvert2022-09-091-24/+31
* * 2022-09-10 [ci skip]git2022-09-101-1/+1
* Better offsets (#6315)Kevin Newton2022-09-097-91/+133
* [rubygems/rubygems] Fix resolution on non-musl platformsDavid Rodríguez2022-09-092-1/+34
* [DOC] Update `Struct#new` behavior with `keyword_init: true`Nobuyoshi Nakada2022-09-091-3/+4
* Avoid unnecessary copying when removing the leading part of a stringKazuki Yamaguchi2022-09-091-1/+0
* Support sub-library in builtin-loaderNobuyoshi Nakada2022-09-092-65/+41
* More robust macro parser (#6343)Aaron Patterson2022-09-093-16/+214
* Move RDoc `--`/`++` directives to commentsNobuyoshi Nakada2022-09-091-1/+1
* Built-in function table sentinels do not need namesNobuyoshi Nakada2022-09-091-1/+1
* Fix unexpected "duplicated key name" error in paren-less one line pattern mat...Kazuki Tsujimoto2022-09-092-4/+24
* Ignore EACCES on WindowsNobuyoshi Nakada2022-09-091-1/+1
* Remove as many unnecessary moves as possible (#6342)v3_2_0_preview2Kevin Newton2022-09-083-39/+76
* No longer bundle external library sourcesNobuyoshi Nakada2022-09-092-24/+0
* * 2022-09-09 [ci skip]git2022-09-091-1/+1
* eliminate magic numberYO42022-09-091-1/+1
* win32.c additional fix: is_readable_consoleYO42022-09-091-0/+5
* win32.c fix: is_readable_consoleYO42022-09-091-1/+1