summaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)Author
2021-01-23vcs.rb: continue just with warning if failed to fetch notesNobuyoshi Nakada
2021-01-23vcs.rb: include commit info in ChangeLogNobuyoshi Nakada
2021-01-22Keep ARCH_OPTION for arm64Nobuyoshi Nakada
2021-01-21Support `i` command in log-fixNobuyoshi Nakada
2021-01-18Update for autoconf 2.70Nobuyoshi Nakada
2021-01-15extlibs.rb: make patch command selectable [ci skip]Nobuyoshi Nakada
2021-01-13Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun
2021-01-12tool/sync_default_gems.rb: Prevent infinite loop due to unknown optionsKenta Murata
2021-01-11Avoid re-entering opt_invokebuiltin_delegate_leaveTakashi Kokubun
2021-01-09Get rid of defining methods for tests in core classesNobuyoshi Nakada
2021-01-07rbconfig.rb: extract cpu from RUBY_PLATFORM when universalNobuyoshi Nakada
2021-01-05[DOC] Fix grammar: "is same as" -> "is the same as"Marcus Stollsteimer
2021-01-05sync_default_gems.rb: added -a optionNobuyoshi Nakada
2021-01-05sync_default_gems.rb: reduced accesses to REPOSITORIESNobuyoshi Nakada
2021-01-04Fix broken JIT of getinlinecacheTakashi Kokubun
2021-01-04Avoid using inconsistent coding styleTakashi Kokubun
2021-01-05enable constant cache on ractorsKoichi Sasada
2021-01-04make-snapshot: add -extlibs optionNobuyoshi Nakada
2021-01-04ifchange: check the number of argumentsNobuyoshi Nakada
2021-01-01Method ID of call and fcall can be const not only identNobuyoshi Nakada
2020-12-31Access to reserved word parameter like as `__builtin.arg!(:if)`Nobuyoshi Nakada
2020-12-29bisect.sh: Apply bisect.patch if exists [ci skip]Nobuyoshi Nakada
2020-12-29Canonicalization functions were removed alreadyNobuyoshi Nakada
2020-12-29transcode-tblgen.rb: make silent a little when just -vNobuyoshi Nakada
2020-12-29transcode-tblgen.rb: send verbose messages to STDOUTNobuyoshi Nakada
2020-12-27Do not include external library sources into packagesNobuyoshi Nakada
2020-12-27Ignore symbols declared in the platform headerNobuyoshi Nakada
2020-12-27Ignore objects from the "missing" directoryNobuyoshi Nakada
2020-12-27Get rid of \K for old BASERUBYs which have a bug in String#scanNobuyoshi Nakada
2020-12-27Exclude entry pointsNobuyoshi Nakada
2020-12-27Support AC_FUNC_MEMCMPNobuyoshi Nakada
2020-12-25Follow up on variations of the development start messages [ci skip]Nobuyoshi Nakada
2020-12-25fix filenameNARUSE, Yui
2020-12-24gen-release-note.rb: Avoid to depend release metadatav3_0_0_rc2NARUSE, Yui
2020-12-24Add tag keyNARUSE, Yui
2020-12-24Add release engineering related toolsNARUSE, Yui
2020-12-24Revert "remove bz2"NARUSE, Yui
2020-12-24Pass keyword options in assert_syntax_errorNobuyoshi Nakada
2020-12-23[ruby/date] Fix envutil for old RubyKenta Murata
2020-12-22Skip checking ROBJECT_EMBEDTakashi Kokubun
2020-12-23[ruby/date] Workaround for non-ruby repository like ruby/date, flori/jsonHiroshi SHIBATA
2020-12-23Guard < Ruby 3.0 for the repositories of default gems.Hiroshi SHIBATA
2020-12-22Adapt tool/search-cgvars.rb for MacOSMarc-Andre Lafortune
2020-12-22Add tool/search-cgvars.rb, thanks @ko1Marc-Andre Lafortune
2020-12-22Prepare to release json-2.5.0Hiroshi SHIBATA
2020-12-21Prefer stdbool in vm_execTakashi Kokubun
2020-12-22Prepare for importing the set gemAkinori MUSHA
2020-12-20Add `require_relative` option to `assert_ractor`Marc-Andre Lafortune
2020-12-19Check mjit_call_p only when interruptedTakashi Kokubun
2020-12-19`assert_ractor` tweak. Thanks NobuMarc-Andre Lafortune