aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Exit status macros need sys/wait.h on FreeBSDNobuyoshi Nakada2022-09-071-0/+4
* [rubygems/rubygems] Fix `set` not being found when running specs on dev rubiesDavid Rodríguez2022-09-061-0/+3
* [rubygems/rubygems] Add `syntax_suggest` to exemption list in setup specsDavid Rodríguez2022-09-061-0/+1
* omit random failure in bootstraptest with freebsdHiroshi SHIBATA2022-09-061-0/+1
* omit random failure tests with FreeBSDHiroshi SHIBATA2022-09-062-0/+3
* Fix typoTakashi Kokubun2022-09-061-1/+1
* Update c_32.rbTakashi Kokubun2022-09-061-2/+2
* Run mjit-bindgen againTakashi Kokubun2022-09-062-2/+6
* Allow hooking a different method after --mjit=pauseTakashi Kokubun2022-09-062-10/+39
* Cache RubyVM::MJIT constantsTakashi Kokubun2022-09-062-8/+11
* Add an option to lazily boot MJIT for experimentsTakashi Kokubun2022-09-062-6/+21
* Do not fork the process on --mjit-waitTakashi Kokubun2022-09-064-24/+26
* Skip test_redefinition_mismatch on trunk-mjit for nowTakashi Kokubun2022-09-061-0/+1
* Update default gems list at 2657d8efb9d38761c1e09f54fadea4 [ci skip]git2022-09-061-1/+1
* [ruby/set] Bump version to 1.0.3Hiroshi SHIBATA2022-09-061-1/+1
* Deal with MJIT_FORCE_ENABLE minirubyTakashi Kokubun2022-09-051-0/+9
* * 2022-09-06 [ci skip]git2022-09-061-1/+1
* Workaround unused variable warning by builtinTakashi Kokubun2022-09-051-30/+28
* [rubygems/rubygems] Remove no longer needed `fiddle` hacksDavid Rodríguez2022-09-054-13/+0
* [DOC] [Bug #17120] Fix match-reset `\K`Nobuyoshi Nakada2022-09-051-5/+9
* Update default gems list at 113581d288496f8f3e60851b76b751 [ci skip]git2022-09-051-0/+1
* [ruby/set] Set version to 1.0.3.dev for fixing rubygems/bundler testsHiroshi SHIBATA2022-09-051-1/+1
* Stop testing MJIT on s390xTakashi Kokubun2022-09-052-16/+10
* Update MJIT doc about bindgen and platforms [ci skip]Takashi Kokubun2022-09-052-16/+78
* Drop Solaris support for MJITTakashi Kokubun2022-09-051-1/+1
* Add mjit-bindgen workflow (#6327)Takashi Kokubun2022-09-054-28/+145
* Fix warnings from private_constantTakashi Kokubun2022-09-051-1/+1
* Automatically detect 64bit platformsTakashi Kokubun2022-09-041-2/+2
* s390x seems like a 64bit architectureTakashi Kokubun2022-09-041-1/+1
* Merge https://github.com/rubygems/rubygems/commit/16c3535413afebcdbab7582c601...Hiroshi SHIBATA2022-09-0569-831/+499
* Ruby MJIT (#6028)Takashi Kokubun2022-09-0430-1183/+3070
* Attempt to fix test-bundlerTakashi Kokubun2022-09-041-1/+1