aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate unnecessary mjit_iseq_cc_entries callsTakashi Kokubun2020-02-261-2/+3
* Internalize rb_mjit_unit definition againTakashi Kokubun2020-02-267-37/+42
* Explain the situation of inner cc_entries [ci skip]Takashi Kokubun2020-02-251-0/+5
* Note a situation around xmalloc vs free in MJIT [ci skip]Takashi Kokubun2020-02-251-0/+13
* Simplified single script caseNobuyoshi Nakada2020-02-261-1/+1
* Remove an unused declarationTakashi Kokubun2020-02-251-2/+0
* kill ST_DEBUG [Bug #16521]卜部昌平2020-02-261-153/+0
* kill USE_RGENGC=0卜部昌平2020-02-262-153/+5
* avoid #if inside of rb_str_new_cstr卜部昌平2020-02-261-2/+3
* Cache destination dir.Vít Ondruch2020-02-261-1/+2
* Properly detect mode for binaries.Vít Ondruch2020-02-261-1/+1
* Use class variable `@src_dir` instead of local `path`.Vít Ondruch2020-02-261-3/+2
* Use local `{dir,prog,data}_mode` variables instead of globals.Vít Ondruch2020-02-261-2/+2
* Use `$script_mode` instead of `$prog_mode` for gem inistallation.Vít Ondruch2020-02-261-1/+1
* Use `Gem::Package` like object instead of monkey patching.Vít Ondruch2020-02-261-21/+27
* Fixed for older versionsNobuyoshi Nakada2020-02-261-1/+4
* Document that Array#index and find_index are aliases [ci skip]Chelsea Corvus (Battell)2020-02-251-0/+2
* * 2020-02-26 [ci skip]git2020-02-261-1/+1
* Increase timeout for CSV test with --jit-waitTakashi Kokubun2020-02-251-1/+2
* Share extracted bundled gems with gems for bundlerNobuyoshi Nakada2020-02-252-7/+11
* Prefer dedicated assertion methodNobuyoshi Nakada2020-02-251-1/+1
* ext/-test-/cxxanyargs: use try_link instead卜部昌平2020-02-251-1/+1
* should be initialize jit_unit->cc_entries.Koichi Sasada2020-02-253-3/+5
* should count only string.Koichi Sasada2020-02-251-2/+5
* prevent GC from mjit worker.Koichi Sasada2020-02-252-6/+23
* * 2020-02-25 [ci skip]git2020-02-251-1/+1
* Fix wrong documentation for return value of Pathname#fnmatchMasataka Pocke Kuwabara2020-02-251-2/+2
* Fixed symbol misused as IDNobuyoshi Nakada2020-02-243-4/+13
* Try with and without "v" prefix for numeric tagNobuyoshi Nakada2020-02-241-12/+3
* Retry checking out the versionNobuyoshi Nakada2020-02-241-1/+5
* Update bundled gemsNobuyoshi Nakada2020-02-241-5/+5
* * 2020-02-24 [ci skip]git2020-02-241-1/+1
* Add pattern matching documentationzverok2020-02-243-1/+459
* Warn non-nil `$/` [Feature #14240]Nobuyoshi Nakada2020-02-2318-29/+75
* Warn non-nil `$\` [Feature #14240]Nobuyoshi Nakada2020-02-238-26/+37
* Warn non-nil `$,` in `IO#print` tooNobuyoshi Nakada2020-02-232-1/+4
* Revert "Prefer `exe/ruby` to execute from it"Nobuyoshi Nakada2020-02-232-10/+5
* * 2020-02-23 [ci skip]git2020-02-231-1/+1
* hash.c: [DOC] fix examples for ENV.merge!Marcus Stollsteimer2020-02-221-5/+6
* Expand Symbol#to_proc specs to be clearerBenoit Daloze2020-02-221-10/+32
* Prefer `exe/ruby` to execute from itNobuyoshi Nakada2020-02-222-5/+10
* check USE_MJITKoichi Sasada2020-02-221-0/+2
* Proc from Symbol needs a receiverNobuyoshi Nakada2020-02-224-8/+19
* CI can be NULL.Koichi Sasada2020-02-221-28/+41
* More ENV rdoc [ci skip]Burdette Lamar2020-02-221-61/+116
* test/readline - allow ENV control of test class creationMSP-Greg2020-02-222-3/+4
* * remove trailing spaces. [ci skip]git2020-02-222-2/+2
* Introduce disposable call-cache.Koichi Sasada2020-02-2232-870/+1606
* VALUE size packed callinfo (ci).Koichi Sasada2020-02-2226-546/+632
* use RUBY_FUNCTION_NAME_STRING instead of __func__ for rp()Koichi Sasada2020-02-221-1/+1