summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Bug #5317] Use `rb_off_t` instead of `off_t`Nobuyoshi Nakada2022-09-0810-122/+117
* [Win32] Remove dead code using `chsize`Nobuyoshi Nakada2022-09-081-40/+4
* vm_objtostring: skip method lookup for T_STRING receiversJean Boussier2022-09-081-3/+6
* rb_str_concat_literals: use rb_str_buf_appendJean Boussier2022-09-082-2/+11
* [rubygems/rubygems] Fix unused variable warningDavid Rodríguez2022-09-081-2/+0
* Process token IDs from id.def without id.hNobuyoshi Nakada2022-09-083-12/+8
* Generate token ID indexes in id.defNobuyoshi Nakada2022-09-083-9/+7
* [Bug #18997] Don't define ruby_qsort when POSIX qsort_r is availableXin Li2022-09-081-2/+4
* [ruby/forwardable] Freeze VERSION and FORWARDABLE_VERSION to improve Ractor-c...rm1552022-09-081-0/+2
* [ruby/ipaddr] Improve Ractor-compliancerm1552022-09-081-2/+2
* [MSWin] Fix for non-Windows (cygwin/msys) BASERUBYNobuyoshi Nakada2022-09-081-0/+1
* [MSWin] Disable rubygems of BASERUBYNobuyoshi Nakada2022-09-081-1/+1
* [DOC] non-positive `base` in `Kernel#Integer` and `String#to_i`Nobuyoshi Nakada2022-09-082-8/+41
* * 2022-09-08 [ci skip]git2022-09-081-1/+1
* Resync Bundler & RubyGemsDavid Rodríguez2022-09-0886-662/+814
* Fix missing replacement in 1f91dcdab3bNobuyoshi Nakada2022-09-071-1/+1
* Dump cross.rb only when verbose [ci skip]Nobuyoshi Nakada2022-09-072-3/+4
* Define BOOTSTRAPRUBY from HAVE_BASERUBYNobuyoshi Nakada2022-09-074-12/+10
* Fix typoTakashi Kokubun2022-09-071-1/+1
* Adjust pch_status for --mjit=pauseTakashi Kokubun2022-09-061-1/+2
* Skip early mjit_add_iseq_to_process on --mjit=pauseTakashi Kokubun2022-09-061-1/+1
* Now Psych uses the proleptic Gregorian calendarNobuyoshi Nakada2022-09-071-4/+0
* Skip calling check_unit_queue with mjit_opts.customTakashi Kokubun2022-09-061-0/+1
* Use BOOTSTRAPRUBY_COMMAND instead of fake.rb directlyNobuyoshi Nakada2022-09-071-1/+1
* Ensure BASERUBY when cross-compilingNobuyoshi Nakada2022-09-072-0/+9
* [ruby/psych] Bump snakeyaml from 1.28 to 1.31Chad Wilson2022-09-071-1/+1
* [ruby/psych] Dump Date/DateTime as proleptic Gregorian date as well as TimeNobuyoshi Nakada2022-09-074-10/+32
* fixup 8cd6f2a0872e74c6cc089d2a4f8140483080c67aHiroshi SHIBATA2022-09-071-3/+1
* Add another method for debuggingTakashi Kokubun2022-09-071-0/+6
* [rubygems/rubygems] Fix: Gem info bug with version flagAntonio Paulino2022-09-072-2/+28
* Drop an unused method for debuggingTakashi Kokubun2022-09-071-7/+4
* * 2022-09-07 [ci skip]git2022-09-071-1/+1