aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-0/+17
* Remove unused variable stack_sizeTakashi Kokubun2020-04-061-5/+0
* Delay definition of pc_moved_pTakashi Kokubun2020-04-063-3/+2
* Fix -Wshorten-64-to-32 in 4f802828f4Takashi Kokubun2020-04-061-1/+1
* Refactor `argc` in mjit_compile_sendTakashi Kokubun2020-04-061-9/+6
* Update outdated comments in mjit_compile_sendTakashi Kokubun2020-04-061-16/+12
* Collapse `if` conditions to decrease indentationTakashi Kokubun2020-04-061-65/+63
* Fallback if Pathname#relative_path_from failsNobuyoshi Nakada2020-04-052-2/+4
* Revert "Moved aclocal.m4 to macro directory"Nobuyoshi Nakada2020-04-052-49/+1
* Moved aclocal.m4 to macro directoryNobuyoshi Nakada2020-04-052-1/+49
* Also scan `rescue` clausesNobuyoshi Nakada2020-04-041-1/+1
* Remove unnecessary escapeKazuhiro NISHIYAMA2020-04-041-1/+1
* [sync_default_gems.rb] Reset files to be ignoredNobuyoshi Nakada2020-04-031-5/+12
* [sync_default_gems.rb] Ignore files under .github directoryNobuyoshi Nakada2020-04-031-1/+1
* [sync_default_gems.rb] Use block form `IO.popen` to reap zombiesNobuyoshi Nakada2020-04-031-1/+1
* Make JIT-ed leave insn leafTakashi Kokubun2020-03-311-5/+15
* Optimize exivar access on JIT-ed getivarTakashi Kokubun2020-03-301-3/+30
* Migrate {assert,refute}_patch_exits for compatibility with Minitest5Hiroshi SHIBATA2020-03-301-0/+10
* [DOC] Updated module name [ci skip]Nobuyoshi Nakada2020-03-301-4/+4
* Make RbConfig::CONFIG values mutable [Bug #16738]Nobuyoshi Nakada2020-03-251-1/+1
* Make file names and variable names consistentTakashi Kokubun2020-03-231-4/+4
* Change the filename like make variableTakashi Kokubun2020-03-221-3/+3
* Change the run_without_tabs switching to dedicatedTakashi Kokubun2020-03-221-8/+5
* Disable run_without_tabs when there's no -ggdb3Takashi Kokubun2020-03-221-2/+9
* Expand tabs of include/ruby/ruby.h in MJIT headerTakashi Kokubun2020-03-221-2/+7
* Try asserting no static decl rather than warningTakashi Kokubun2020-03-221-2/+1
* Reduce the number of lines used by transform_mjit_headerTakashi Kokubun2020-03-221-8/+19
* Workaround an encoding problem in run_without_tabsTakashi Kokubun2020-03-221-10/+19
* Expand tabs for rb_mjit_header.h (#2975)Takashi Kokubun2020-03-221-0/+47
* Revert "Expand tabs for rb_mjit_header.h"Takashi Kokubun2020-03-221-35/+0
* Expand tabs for rb_mjit_header.hTakashi Kokubun2020-03-221-0/+35
* [ci skip]Fix return type on RbConfig.fire_update!taki2020-03-211-2/+2
* Enablie IPv6 on Travis s390s case again.Jun Aruga2020-03-211-11/+0
* The upstream repository of bundler was changed rubygems/rubygems now.Hiroshi SHIBATA2020-03-161-7/+6
* Do not make disabled directories at installation [Bug #12392]Nobuyoshi Nakada2020-03-161-4/+8
* tool/redmine-backporter.rb: fix typoNARUSE, Yui2020-03-131-3/+7
* Avoid referring to an old value of reallocTakashi Kokubun2020-03-122-2/+2
* 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