aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* Use colorize.rb for non-capable terminalsNobuyoshi Nakada2020-08-111-1/+6
* Add default color for each instanceNobuyoshi Nakada2020-08-111-4/+8
* tool/prelude.c.tmpl: use RubyVM::CEscape卜部昌平2020-08-111-1/+1
* RubyVM::CEscape#rstring2cstr: do not escape '卜部昌平2020-08-111-1/+1
* Fixed the inconsistency gemspec location with net-* gems.Hiroshi SHIBATA2020-08-051-12/+8
* Followed up b2d96abb42abbe2e01f010ffc9ac51f0f9a50002 for net-ftp.Hiroshi SHIBATA2020-08-031-3/+2
* Promote io-nonblock to the default gems.Hiroshi SHIBATA2020-07-301-0/+7
* Promote io-wait to the default gemsHiroshi SHIBATA2020-07-301-0/+7
* rbinstall.rb: fix generated script name to set modeNobuyoshi Nakada2020-07-291-5/+3
* rbinstall.rb: fix dry-run modeNobuyoshi Nakada2020-07-291-20/+52
* Use https instead of httpKazuhiro NISHIYAMA2020-07-281-1/+1
* Remove `EnvUtil.rubyexec`, because it is not used anywhere.Vít Ondruch2020-07-281-5/+0
* Promote optparse to default gemsHiroshi SHIBATA2020-07-221-0/+1
* skip inlining cexpr! that are not attr! inline卜部昌平2020-07-162-23/+27
* Check warning flags only if available to run with old versionsNobuyoshi Nakada2020-07-151-1/+1
* _mjit_compile_invokebuiltin: sp_inc can be negative卜部昌平2020-07-141-1/+1
* mk_builtin_loader.rb: STACK_ADDR_FROM_TOP unusable卜部昌平2020-07-132-3/+3
* builtin.h: avoid copy&paste卜部昌平2020-07-133-22/+24
* %p is not portable accross platforms卜部昌平2020-07-131-1/+1
* add comments卜部昌平2020-07-131-1/+1
* fix typo卜部昌平2020-07-131-1/+1
* inline Primitive.cexpr!卜部昌平2020-07-132-28/+55
* precalc invokebuiltin destinations卜部昌平2020-07-134-7/+49
* sync_default_gems.rb: Updated commentsNobuyoshi Nakada2020-07-131-56/+1
* sync_default_gems.rb: Added `list` subcommandNobuyoshi Nakada2020-07-131-0/+13
* sync_default_gems.rb: Ignore conflicted files in toplevel moreNobuyoshi Nakada2020-07-131-1/+6
* sync_default_gems.rb: Added -e option to edit when conflictedNobuyoshi Nakada2020-07-121-4/+20
* Show messages around the line when replacing failed in format_changelogKazuhiro NISHIYAMA2020-07-101-1/+13
* Make sure vm_call_cfunc uses inlined ccTakashi Kokubun2020-07-101-2/+2
* tool/sync_default_gems.rb: Accept multiple commit rangesNobuyoshi Nakada2020-07-061-9/+12
* tool/sync_default_gems.rb: Added bigdecimalNobuyoshi Nakada2020-07-051-0/+1
* Skip comment and empty lines in gems/bundled_gems fileNobuyoshi Nakada2020-07-053-0/+3
* fix up Primitive.cinit! codeKoichi Sasada2020-07-051-2/+2
* Check ROBJECT_EMBED on guards-merged ivar accessTakashi Kokubun2020-07-041-18/+9
* support all locals for cexpr!, cstmt!Koichi Sasada2020-07-041-27/+50
* Merge ivar guards on JIT (#3284)Takashi Kokubun2020-07-031-11/+40
* Use ID instead of GENTRY for gvars. (#3278)Koichi Sasada2020-07-032-58/+0
* Expose `assert_pattern_list` for drb test with test-unit gem.Hiroshi SHIBATA2020-07-022-43/+43
* Extract correct processor name for ARM64 MacsSamuel Giddins2020-06-301-0/+3
* Calculate header line count instead of hardcodingNobuyoshi Nakada2020-06-281-1/+2
* Replace separators in input file name in header tooNobuyoshi Nakada2020-06-281-4/+4
* Replace ALT_SEPARATOR with SEPARATOR also in output file nameNobuyoshi Nakada2020-06-281-1/+5
* Show what's inlined first in "JIT inline" logTakashi Kokubun2020-06-251-0/+3
* Decide JIT-ed insn based on cached cfuncTakashi Kokubun2020-06-251-7/+1
* Avoid generating opt_send with cfunc cc with JITTakashi Kokubun2020-06-232-4/+10
* Compile opt_send for opt_* only when cc has ISeqTakashi Kokubun2020-06-222-4/+4
* Verify builtin inline annotation with VM_CHECK_MODE (#3244)Takashi Kokubun2020-06-211-2/+2
* Prefer ruby_install_name as runnerNobuyoshi Nakada2020-06-211-2/+3
* Introduce Primitive.attr! to annotate 'inline' (#3242)Takashi Kokubun2020-06-202-1/+22
* [Feature #16254] Allow `Primitive.func` styleNobuyoshi Nakada2020-06-191-0/+5