summaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)Author
2020-06-30Extract correct processor name for ARM64 MacsSamuel Giddins
2020-06-28Calculate header line count instead of hardcodingNobuyoshi Nakada
2020-06-28Replace separators in input file name in header tooNobuyoshi Nakada
2020-06-28Replace ALT_SEPARATOR with SEPARATOR also in output file nameNobuyoshi Nakada
2020-06-25Show what's inlined first in "JIT inline" logTakashi Kokubun
2020-06-25Decide JIT-ed insn based on cached cfuncTakashi Kokubun
2020-06-23Avoid generating opt_send with cfunc cc with JITTakashi Kokubun
2020-06-22Compile opt_send for opt_* only when cc has ISeqTakashi Kokubun
2020-06-21Verify builtin inline annotation with VM_CHECK_MODE (#3244)Takashi Kokubun
2020-06-21Prefer ruby_install_name as runnerNobuyoshi Nakada
2020-06-20Introduce Primitive.attr! to annotate 'inline' (#3242)Takashi Kokubun
2020-06-19[Feature #16254] Allow `Primitive.func` styleNobuyoshi Nakada
2020-06-19[Feature #16254] Allow `__builtin.func` styleNobuyoshi Nakada
2020-06-19Removed sdbm entries from toolchaninsHiroshi SHIBATA
2020-06-17Remove obsoleted opt_call_c_function insn (#3232)Takashi Kokubun
2020-06-15Prefer String#each_byte when using a blockNobuyoshi Nakada
2020-06-15tool/lib/minitest/unit.rb: Reproducible shuffle of test suitesYusuke Endoh
2020-06-15A help message to `tool/sync_default_gems.rb`David Rodríguez
2020-06-14Support arguments of singleton methodNobuyoshi Nakada
2020-06-14Fixed up rest, keywords, keyword rest and block argumentsNobuyoshi Nakada
2020-06-13Make __builtin_cexpr! and __builtin_cstmt! work againTakashi Kokubun
2020-06-13Added install-dbgNobuyoshi Nakada
2020-06-05[rubygems/rubygems] Test against compact_index 0.13.0David Rodríguez
2020-06-05[rubygems/rubygems] Bump compact_index to 0.12.1David Rodríguez
2020-06-04Update leaked-globals [Bug #16934]Nobuyoshi Nakada
2020-06-03Fixed up 56ca006784dNobuyoshi Nakada
2020-06-02run lldb to investigate the stuck process.Koichi Sasada
2020-06-01add more 2 sec.Koichi Sasada
2020-06-01send SEGV to show backtrace.Koichi Sasada
2020-05-30runnable.rb: ignore broken symlink error on Windows [ci skip]Nobuyoshi Nakada
2020-05-28Add a debug_counter for JIT cancel on leaveTakashi Kokubun
2020-05-28Remove Ruby <2.2 support from tool/lib/vcs.rbJeremy Evans
2020-05-28Use Module#name instead of #inspectYusuke Endoh
2020-05-27Don't convert bundler man pages from mdoc to manJeremy Evans
2020-05-27test/drb/test_drbssl.rb: skip LeakChecker as openssl keeps /dev/randomYusuke Endoh
2020-05-27fiddle: need to update configure after updating config toolsNobuyoshi Nakada
2020-05-23extlibs.rb: make symlink only if the target existsNobuyoshi Nakada
2020-05-23Fixed wrong usage rm_rf for cleanup the default gems in sync toolHiroshi SHIBATA
2020-05-20pure_parser.rb: get rid of an error at localed messagesNobuyoshi Nakada
2020-05-19Make builtin loader sources by RipperNobuyoshi Nakada
2020-05-17Reduce code size for rb_class_ofTakashi Kokubun
2020-05-17Mark some JIT-ed functions as COLDFUNCTakashi Kokubun
2020-05-17Added --test-order=nosort optionNobuyoshi Nakada
2020-05-16leakchecker.rb: show test nameNobuyoshi Nakada
2020-05-14extlibs.rb: fixed Downloader.cache_file call and return valueNobuyoshi Nakada
2020-05-12Stop always inlining not-optimized get/setivarTakashi Kokubun
2020-05-13Added test_gems.rb for setup dependenciesHiroshi SHIBATA
2020-05-12extlibs.rb: links in extracted directoryNobuyoshi Nakada
2020-05-12extlibs.rb: added variable referencesNobuyoshi Nakada
2020-05-10delete mk_builtin_binary.rb卜部昌平