summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-09Fix unexpected "duplicated key name" error in paren-less one line pattern mat...Kazuki Tsujimoto
2022-09-09Ignore EACCES on WindowsNobuyoshi Nakada
2022-09-08Remove as many unnecessary moves as possible (#6342)v3_2_0_preview2Kevin Newton
2022-09-09No longer bundle external library sourcesNobuyoshi Nakada
2022-09-09* 2022-09-09 [ci skip]git
2022-09-09eliminate magic numberYO4
2022-09-09win32.c additional fix: is_readable_consoleYO4
2022-09-09win32.c fix: is_readable_consoleYO4
2022-09-08[Bug #5317] Use `rb_off_t` instead of `off_t`Nobuyoshi Nakada
2022-09-08[Win32] Remove dead code using `chsize`Nobuyoshi Nakada
2022-09-08vm_objtostring: skip method lookup for T_STRING receiversJean Boussier
2022-09-08rb_str_concat_literals: use rb_str_buf_appendJean Boussier
2022-09-08[rubygems/rubygems] Fix unused variable warningDavid Rodríguez
2022-09-08Process token IDs from id.def without id.hNobuyoshi Nakada
2022-09-08Generate token ID indexes in id.defNobuyoshi Nakada
2022-09-08[Bug #18997] Don't define ruby_qsort when POSIX qsort_r is availableXin Li
2022-09-08[ruby/forwardable] Freeze VERSION and FORWARDABLE_VERSION to improve Ractor-c...rm155
2022-09-08[ruby/ipaddr] Improve Ractor-compliancerm155
2022-09-08[MSWin] Fix for non-Windows (cygwin/msys) BASERUBYNobuyoshi Nakada
2022-09-08[MSWin] Disable rubygems of BASERUBYNobuyoshi Nakada
2022-09-08[DOC] non-positive `base` in `Kernel#Integer` and `String#to_i`Nobuyoshi Nakada
2022-09-08* 2022-09-08 [ci skip]git
2022-09-08Resync Bundler & RubyGemsDavid Rodríguez
2022-09-07Fix missing replacement in 1f91dcdab3bNobuyoshi Nakada
2022-09-07Dump cross.rb only when verbose [ci skip]Nobuyoshi Nakada
2022-09-07Define BOOTSTRAPRUBY from HAVE_BASERUBYNobuyoshi Nakada
2022-09-07Fix typoTakashi Kokubun
2022-09-06Adjust pch_status for --mjit=pauseTakashi Kokubun
2022-09-06Skip early mjit_add_iseq_to_process on --mjit=pauseTakashi Kokubun
2022-09-07Now Psych uses the proleptic Gregorian calendarNobuyoshi Nakada
2022-09-06Skip calling check_unit_queue with mjit_opts.customTakashi Kokubun
2022-09-07Use BOOTSTRAPRUBY_COMMAND instead of fake.rb directlyNobuyoshi Nakada
2022-09-07Ensure BASERUBY when cross-compilingNobuyoshi Nakada
2022-09-07[ruby/psych] Bump snakeyaml from 1.28 to 1.31Chad Wilson
2022-09-07[ruby/psych] Dump Date/DateTime as proleptic Gregorian date as well as TimeNobuyoshi Nakada
2022-09-07fixup 8cd6f2a0872e74c6cc089d2a4f8140483080c67aHiroshi SHIBATA
2022-09-07Add another method for debuggingTakashi Kokubun
2022-09-07[rubygems/rubygems] Fix: Gem info bug with version flagAntonio Paulino
2022-09-07Drop an unused method for debuggingTakashi Kokubun
2022-09-07* 2022-09-07 [ci skip]git
2022-09-07Exit status macros need sys/wait.h on FreeBSDNobuyoshi Nakada
2022-09-06[rubygems/rubygems] Fix `set` not being found when running specs on dev rubiesDavid Rodríguez
2022-09-06[rubygems/rubygems] Add `syntax_suggest` to exemption list in setup specsDavid Rodríguez
2022-09-06omit random failure in bootstraptest with freebsdHiroshi SHIBATA
2022-09-06omit random failure tests with FreeBSDHiroshi SHIBATA
2022-09-06Fix typoTakashi Kokubun
2022-09-06Update c_32.rbTakashi Kokubun
2022-09-06Run mjit-bindgen againTakashi Kokubun
2022-09-06Allow hooking a different method after --mjit=pauseTakashi Kokubun
2022-09-06Cache RubyVM::MJIT constantsTakashi Kokubun