summaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)Author
2020-05-10delete mk_builtin_binary.rb卜部昌平
2020-05-10delete mk_call_iseq_optimized.rb卜部昌平
2020-05-09rbuninstall.rb: show paths without destdir as well as rbinstall.rbNobuyoshi Nakada
2020-05-09rbuninstall.rb: get rid of errors when prefix ends with "/."Nobuyoshi Nakada
2020-05-09rbuninstall.rb: print output record separator instead of $\Nobuyoshi Nakada
2020-05-09rbinstall.rb: get rid of installing duplicate filesNobuyoshi Nakada
2020-05-09rbinstall.rb: record bundled gem filesNobuyoshi Nakada
2020-05-08Workaround for Minitest5Hiroshi SHIBATA
2020-05-08Check encodings of STDIN,STDOUT,STDERR tooKazuhiro NISHIYAMA
2020-05-06Always correct sp on leave cancelTakashi Kokubun
2020-05-07leakchecker.rb: try `lsof`Nobuyoshi Nakada
2020-05-06Makes nil-safeNobuyoshi Nakada
2020-05-06Ignore FDs kept by system libraryNobuyoshi Nakada
2020-05-06leakchecker.rb: search /dev/fd tooNobuyoshi Nakada
2020-05-05envutil.rb: Also alias to #nameNobuyoshi Nakada
2020-05-04Bison 3.5.91 now defaults parse.error to "simple"Nobuyoshi Nakada
2020-05-04Bison 3.59.1 folds yydestruct function headerNobuyoshi Nakada
2020-04-30Include unit id in a function name of an inlined methodTakashi Kokubun
2020-04-25fetch-bundled_gems.rb: Fixed the position of -cNobuyoshi Nakada
2020-04-25fetch-bundled_gems.rb: Quiet detached HEAD adviceNobuyoshi Nakada
2020-04-25`git co` is alias of `git checkout`Hiroshi SHIBATA
2020-04-23Initialize the class variable for Minitest::Unit.current_repeat_countNobuyoshi Nakada
2020-04-23Expand retrying test file names to realpathNobuyoshi Nakada
2020-04-20[sync_default_gems.rb] Force reset conflict files to be ignoredNobuyoshi Nakada
2020-04-20Revert irrelevant change [ci skip]Nobuyoshi Nakada
2020-04-20Removed phony atomic operations for void* and VALUENobuyoshi Nakada
2020-04-18Make sure newarraykwsplat accesses a correct indexTakashi Kokubun
2020-04-17Rescue EPIPE in _reportNobuyoshi Nakada
2020-04-17core_assertions.rb: fixed fd leak at timeoutNobuyoshi Nakada
2020-04-17envutil.rb: not try to close pipes twiceNobuyoshi Nakada
2020-04-13Make vm_call_cfunc_with_frame a fastpath (#3027)Takashi Kokubun
2020-04-13Unwrap vm_call_cfunc indirection on JITTakashi Kokubun
2020-04-09Fixed to initialize ruby-core repository when it has no master branchHiroshi SHIBATA
2020-04-09Support one repository for updating the latest commitsHiroshi SHIBATA
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-04-06Remove unused variable stack_sizeTakashi Kokubun
2020-04-06Delay definition of pc_moved_pTakashi Kokubun
2020-04-06Fix -Wshorten-64-to-32 in 4f802828f4Takashi Kokubun
2020-04-06Refactor `argc` in mjit_compile_sendTakashi Kokubun
2020-04-06Update outdated comments in mjit_compile_sendTakashi Kokubun
2020-04-06Collapse `if` conditions to decrease indentationTakashi Kokubun
2020-04-05Fallback if Pathname#relative_path_from failsNobuyoshi Nakada
2020-04-05Revert "Moved aclocal.m4 to macro directory"Nobuyoshi Nakada
2020-04-05Moved aclocal.m4 to macro directoryNobuyoshi Nakada
2020-04-04Also scan `rescue` clausesNobuyoshi Nakada
2020-04-04Remove unnecessary escapeKazuhiro NISHIYAMA
2020-04-03[sync_default_gems.rb] Reset files to be ignoredNobuyoshi Nakada
2020-04-03[sync_default_gems.rb] Ignore files under .github directoryNobuyoshi Nakada
2020-04-03[sync_default_gems.rb] Use block form `IO.popen` to reap zombiesNobuyoshi Nakada
2020-03-31Make JIT-ed leave insn leafTakashi Kokubun