summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Debugging snapshot [ci skip]Nobuyoshi Nakada2022-09-052-3/+4
* [rubygems/rubygems] Feature: `bundle add` supports `--path` optionMike Dalessio2022-09-056-4/+23
* [rubygems/rubygems] Fix resolution hanging on musl platformsDavid Rodríguez2022-09-054-9/+35
* Fix fake.rb expansion from preprocessed version.hNobuyoshi Nakada2022-09-051-5/+4
* Use cross compiling settings as fake.rb for snapshotsNobuyoshi Nakada2022-09-051-1/+1
* Set fake.rb variables by command line argumentsNobuyoshi Nakada2022-09-051-11/+15
* Call appropriate hooks on MJIT's forkTakashi Kokubun2022-09-042-18/+27
* Remove extra semicolons at the top level [ci skip]Nobuyoshi Nakada2022-09-051-3/+3
* * 2022-09-05 [ci skip]git2022-09-051-1/+1
* Ignore fake.rb for snapshotNobuyoshi Nakada2022-09-041-3/+3
* rb_int_range_last: properly handle non-exclusive rangeJean Boussier2022-09-042-4/+10
* Prefer stdbool for MJIT optionsTakashi Kokubun2022-09-033-10/+10
* * 2022-09-04 [ci skip]git2022-09-041-1/+1
* fake.rb needs id.hNobuyoshi Nakada2022-09-041-1/+2
* [DOC] Escape backqoute method not to be converted to smart quotesNobuyoshi Nakada2022-09-031-1/+1
* [DOC] Remove extra page-dir prefix to fix broken linkNobuyoshi Nakada2022-09-031-1/+1
* [DOC] Enhanced RDoc for Time (#6320)Burdette Lamar2022-09-031-231/+36
* Now fake.rb is needed to prepare sourcesNobuyoshi Nakada2022-09-031-0/+1
* BOOTSTRAPRUBY needs fake.rb when cross-compilingNobuyoshi Nakada2022-09-031-0/+1
* Fix potential target type confliction [ci skip]Nobuyoshi Nakada2022-09-031-1/+1
* Make sources by BASERUBY if available instead of minirubyNobuyoshi Nakada2022-09-035-16/+31
* Generate the prelude sources by common-srcsNobuyoshi Nakada2022-09-031-1/+1
* Exclude LIBPATHENV wrapper from PREPNobuyoshi Nakada2022-09-033-3/+5
* Check if MSys shell can run a command with a drive letterNobuyoshi Nakada2022-09-031-2/+8
* builtin.c includes mini_builtin.c when cross-compilingNobuyoshi Nakada2022-09-031-0/+3
* miniruby may not be built when cross-compilingNobuyoshi Nakada2022-09-031-1/+2