summaryrefslogtreecommitdiff
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* Pin and inline cme in JIT-ed method callsTakashi Kokubun2020-03-111-2/+3
* Optimize away call data refs in JIT-ed method callsTakashi Kokubun2020-03-101-3/+2
* tool/sync_default_gems.rb: update paths for opensslKazuki Yamaguchi2020-03-101-5/+3
* Remove an unnecessary TODO commentTakashi Kokubun2020-03-101-1/+0
* Capture inlined iseq's cc entries in root iseq'sTakashi Kokubun2020-03-102-2/+2
* Use https for downloading Unicode data.Hiroshi SHIBATA2020-03-091-1/+1
* Specify explicit separator not to be affected by $;Nobuyoshi Nakada2020-03-081-1/+1
* Fix rbinstall bugs (#2930)David Rodríguez2020-03-081-7/+6
* tool/lib/test/unit: support TESTS='-- -ext-' again卜部昌平2020-03-041-1/+1
* Narrow the check target.Koichi Sasada2020-03-041-1/+4
* Limit the debug code conditon so that it runs only under i386-solarisYusuke Endoh2020-03-031-1/+1
* add debug code for SolarisKoichi Sasada2020-03-031-0/+1
* show backtrace.Koichi Sasada2020-03-011-1/+5
* respect --test-order=randomKoichi Sasada2020-02-283-6/+15
* Fix wrong RegExp.Vít Ondruch2020-02-281-1/+1
* MiniTest::Unit.options has default :seedKoichi Sasada2020-02-272-2/+1
* `srand($seed)` at the beginning of each testKoichi Sasada2020-02-272-0/+3
* Revert "`srand($seed)` at the beginning of each test"Koichi Sasada2020-02-271-3/+0
* `srand($seed)` at the beginning of each testKoichi Sasada2020-02-271-0/+3
* don't ignore `--seed` optionKoichi Sasada2020-02-271-2/+13
* Internalize rb_mjit_unit definition againTakashi Kokubun2020-02-262-2/+2
* Simplified single script caseNobuyoshi Nakada2020-02-261-1/+1
* 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
* Share extracted bundled gems with gems for bundlerNobuyoshi Nakada2020-02-251-3/+6
* Try with and without "v" prefix for numeric tagNobuyoshi Nakada2020-02-241-12/+3
* Retry checking out the versionNobuyoshi Nakada2020-02-241-1/+5
* Introduce disposable call-cache.Koichi Sasada2020-02-223-11/+16
* VALUE size packed callinfo (ci).Koichi Sasada2020-02-224-15/+14
* Fixed net-pop, smtp, protocol and imap task for sync toolHiroshi SHIBATA2020-02-211-8/+20
* Fixed net-ftp sync task and resync from standalone repoHiroshi SHIBATA2020-02-211-2/+5
* Promote net-http to the default gems.Hiroshi SHIBATA2020-02-211-0/+8
* Promote net-ftp to default gemsHiroshi SHIBATA2020-02-211-0/+5
* Promote net-imap to the default gemsHiroshi SHIBATA2020-02-201-0/+5
* Avoid jumping to a wrong destinationTakashi Kokubun2020-02-181-2/+7
* Promote net-protocol to default gemsHiroshi SHIBATA2020-02-171-0/+5
* Workaround for bison provided by scoop on mswin environmentHiroshi SHIBATA2020-02-151-1/+1
* Promote English to the default gems.Hiroshi SHIBATA2020-02-131-0/+2
* Promote tmpdir to the default gemsHiroshi SHIBATA2020-02-121-0/+2
* Promote tempfile to the default gems.Hiroshi SHIBATA2020-02-121-0/+2
* Promote weakref to the default gemsHiroshi SHIBATA2020-02-111-1/+3
* Expose assert_no_memory_leak for weakrefHiroshi SHIBATA2020-02-112-45/+45
* Expose assert_normal_exit for weakrefHiroshi SHIBATA2020-02-112-106/+106
* Don't use upstream ext/readline/dependaycabta2020-02-101-0/+1
* more on NULL versus functions.卜部昌平2020-02-071-3/+3
* Stop auto runnerNobuyoshi Nakada2020-02-071-11/+13