aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* delete mk_builtin_binary.rb卜部昌平2020-05-101-44/+0
* delete mk_call_iseq_optimized.rb卜部昌平2020-05-101-73/+0
* rbuninstall.rb: show paths without destdir as well as rbinstall.rbNobuyoshi Nakada2020-05-091-4/+5
* rbuninstall.rb: get rid of errors when prefix ends with "/."Nobuyoshi Nakada2020-05-091-0/+1
* rbuninstall.rb: print output record separator instead of $\Nobuyoshi Nakada2020-05-091-4/+4
* rbinstall.rb: get rid of installing duplicate filesNobuyoshi Nakada2020-05-091-1/+5
* rbinstall.rb: record bundled gem filesNobuyoshi Nakada2020-05-091-2/+9
* Workaround for Minitest5Hiroshi SHIBATA2020-05-082-0/+5
* Check encodings of STDIN,STDOUT,STDERR tooKazuhiro NISHIYAMA2020-05-081-12/+19
* Always correct sp on leave cancelTakashi Kokubun2020-05-061-3/+1
* leakchecker.rb: try `lsof`Nobuyoshi Nakada2020-05-071-2/+9
* Makes nil-safeNobuyoshi Nakada2020-05-061-1/+1
* Ignore FDs kept by system libraryNobuyoshi Nakada2020-05-061-0/+13
* leakchecker.rb: search /dev/fd tooNobuyoshi Nakada2020-05-061-12/+12
* envutil.rb: Also alias to #nameNobuyoshi Nakada2020-05-051-2/+10
* Bison 3.5.91 now defaults parse.error to "simple"Nobuyoshi Nakada2020-05-041-0/+1
* Bison 3.59.1 folds yydestruct function headerNobuyoshi Nakada2020-05-041-0/+1
* Include unit id in a function name of an inlined methodTakashi Kokubun2020-04-301-1/+1
* fetch-bundled_gems.rb: Fixed the position of -cNobuyoshi Nakada2020-04-251-1/+1
* fetch-bundled_gems.rb: Quiet detached HEAD adviceNobuyoshi Nakada2020-04-251-2/+3
* `git co` is alias of `git checkout`Hiroshi SHIBATA2020-04-251-3/+3
* Initialize the class variable for Minitest::Unit.current_repeat_countNobuyoshi Nakada2020-04-231-0/+1
* Expand retrying test file names to realpathNobuyoshi Nakada2020-04-231-1/+1
* [sync_default_gems.rb] Force reset conflict files to be ignoredNobuyoshi Nakada2020-04-201-3/+6
* Revert irrelevant change [ci skip]Nobuyoshi Nakada2020-04-201-7/+3
* Removed phony atomic operations for void* and VALUENobuyoshi Nakada2020-04-201-3/+7
* Make sure newarraykwsplat accesses a correct indexTakashi Kokubun2020-04-181-1/+1
* Rescue EPIPE in _reportNobuyoshi Nakada2020-04-171-21/+13
* core_assertions.rb: fixed fd leak at timeoutNobuyoshi Nakada2020-04-171-0/+2
* envutil.rb: not try to close pipes twiceNobuyoshi Nakada2020-04-171-2/+4
* Make vm_call_cfunc_with_frame a fastpath (#3027)Takashi Kokubun2020-04-131-4/+7
* Unwrap vm_call_cfunc indirection on JITTakashi Kokubun2020-04-131-21/+32
* Fixed to initialize ruby-core repository when it has no master branchHiroshi SHIBATA2020-04-091-2/+4
* Support one repository for updating the latest commitsHiroshi SHIBATA2020-04-091-1/+5
* 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