summaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)Author
2020-03-25Make RbConfig::CONFIG values mutable [Bug #16738]Nobuyoshi Nakada
2020-03-23Make file names and variable names consistentTakashi Kokubun
2020-03-22Change the filename like make variableTakashi Kokubun
2020-03-22Change the run_without_tabs switching to dedicatedTakashi Kokubun
2020-03-22Disable run_without_tabs when there's no -ggdb3Takashi Kokubun
2020-03-22Expand tabs of include/ruby/ruby.h in MJIT headerTakashi Kokubun
2020-03-22Try asserting no static decl rather than warningTakashi Kokubun
2020-03-22Reduce the number of lines used by transform_mjit_headerTakashi Kokubun
2020-03-22Workaround an encoding problem in run_without_tabsTakashi Kokubun
2020-03-22Expand tabs for rb_mjit_header.h (#2975)Takashi Kokubun
2020-03-22Revert "Expand tabs for rb_mjit_header.h"Takashi Kokubun
2020-03-22Expand tabs for rb_mjit_header.hTakashi Kokubun
2020-03-21[ci skip]Fix return type on RbConfig.fire_update!taki
2020-03-21Enablie IPv6 on Travis s390s case again.Jun Aruga
2020-03-16The upstream repository of bundler was changed rubygems/rubygems now.Hiroshi SHIBATA
2020-03-16Do not make disabled directories at installation [Bug #12392]Nobuyoshi Nakada
2020-03-13tool/redmine-backporter.rb: fix typoNARUSE, Yui
2020-03-12Avoid referring to an old value of reallocTakashi Kokubun
2020-03-11Pin and inline cme in JIT-ed method callsTakashi Kokubun
2020-03-10Optimize away call data refs in JIT-ed method callsTakashi Kokubun
2020-03-10tool/sync_default_gems.rb: update paths for opensslKazuki Yamaguchi
2020-03-10Remove an unnecessary TODO commentTakashi Kokubun
2020-03-10Capture inlined iseq's cc entries in root iseq'sTakashi Kokubun
2020-03-09Use https for downloading Unicode data.Hiroshi SHIBATA
2020-03-08Specify explicit separator not to be affected by $;Nobuyoshi Nakada
2020-03-08Fix rbinstall bugs (#2930)David Rodríguez
2020-03-04tool/lib/test/unit: support TESTS='-- -ext-' again卜部昌平
2020-03-04Narrow the check target.Koichi Sasada
2020-03-03Limit the debug code conditon so that it runs only under i386-solarisYusuke Endoh
2020-03-03add debug code for SolarisKoichi Sasada
2020-03-01show backtrace.Koichi Sasada
2020-02-28respect --test-order=randomKoichi Sasada
2020-02-28Fix wrong RegExp.Vít Ondruch
2020-02-27MiniTest::Unit.options has default :seedKoichi Sasada
2020-02-27`srand($seed)` at the beginning of each testKoichi Sasada
2020-02-27Revert "`srand($seed)` at the beginning of each test"Koichi Sasada
2020-02-27`srand($seed)` at the beginning of each testKoichi Sasada
2020-02-27don't ignore `--seed` optionKoichi Sasada
2020-02-26Internalize rb_mjit_unit definition againTakashi Kokubun
2020-02-26Simplified single script caseNobuyoshi Nakada
2020-02-26Cache destination dir.Vít Ondruch
2020-02-26Properly detect mode for binaries.Vít Ondruch
2020-02-26Use class variable `@src_dir` instead of local `path`.Vít Ondruch
2020-02-26Use local `{dir,prog,data}_mode` variables instead of globals.Vít Ondruch
2020-02-26Use `$script_mode` instead of `$prog_mode` for gem inistallation.Vít Ondruch
2020-02-26Use `Gem::Package` like object instead of monkey patching.Vít Ondruch
2020-02-25Share extracted bundled gems with gems for bundlerNobuyoshi Nakada
2020-02-24Try with and without "v" prefix for numeric tagNobuyoshi Nakada
2020-02-24Retry checking out the versionNobuyoshi Nakada
2020-02-22Introduce disposable call-cache.Koichi Sasada