aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* tool: fixed shadowing variablesnobu2018-05-183-5/+5
* tool: removed unused variablesnobu2018-05-1810-26/+16
* redmine-backporter.rb: suppress a warning [ci skip]nobu2018-05-181-1/+1
* _mjit_compile_send.erb: disable attr_reader inlinek0kubun2018-05-171-14/+0
* generic_erb.rb: get rid of fileutilsnobu2018-05-151-2/+2
* transform_mjit_header.rb: workaround for Solaris 10 with old GCCngoto2018-05-111-3/+7
* _mjit_compile_pc_and_sp: re-commit r63360k0kubun2018-05-091-2/+1
* _mjit_compile_send.erb: revert r63350k0kubun2018-05-091-3/+0
* _mjit_compile_pc_and_sp.erb: revert r63360k0kubun2018-05-091-1/+2
* _mjit_compile_pc_and_sp.erb: make sure no uninitializedk0kubun2018-05-081-2/+1
* _mjit_compile_send.erb: inline recursive callk0kubun2018-05-071-0/+3
* _mjit_compile_send.erb: retry inlining attr_readerk0kubun2018-05-032-8/+32
* mjit_compile.c: verify stack size agreementk0kubun2018-05-031-4/+0
* mjit_compile.inc.erb: verify stack consistencyk0kubun2018-05-031-4/+15
* tool/ruby_vm/views/_insn_name_info.erb: Auto-detect the longest insn namemame2018-05-021-0/+1
* _mjit_compile_send.erb: fix pointer conversion warningk0kubun2018-04-291-1/+1
* rbinstall.rb: fix timing to read stubnobu2018-04-271-6/+16
* revert r63212k0kubun2018-04-232-31/+7
* _mjit_compile_send.erb: inline attr_reader callk0kubun2018-04-202-7/+31
* _mjit_compile_send.erb: simplify control flowk0kubun2018-04-191-3/+5
* tool/ruby_vm/scripts/insns2vm.rb: fix typo in r62064stomar2018-04-061-1/+1
* `make test-all COVERAGE=true` supports directory-separated buildmame2018-04-051-1/+16
* Honor --silent optionnobu2018-04-032-6/+6
* Fixed unmatched quotes and bracketsnobu2018-04-031-3/+3
* Support upstream directory structure for ruby/csv.hsbt2018-04-031-2/+2
* Reverting r62775, this should fix i686 buildstenderlove2018-03-191-0/+1
* transform_mjit_header.rb: read output and errorsnobu2018-03-171-2/+2
* Revert "Add direct marking on iseq operands"naruse2018-03-161-1/+0
* Add direct marking on iseq operandstenderlove2018-03-091-0/+1
* transform_mjit_header.rb: inline ivar operationsk0kubun2018-03-071-0/+3
* _mjit_compile_pc_and_sp.erb: skip moving pck0kubun2018-03-064-3/+15
* transform_mjit_header.rb: inline VM instructionsk0kubun2018-03-061-2/+33
* transform_mjit_header.rb: drop obsoleted debug codek0kubun2018-03-061-8/+0
* mjit_compile.c: use local variables for stackk0kubun2018-03-045-26/+102
* vm.c: add mjit_enable_p flagk0kubun2018-03-032-2/+2
* tool/bisect.sh: extracted build part [ci skip]nobu2018-03-011-12/+17
* bisect.sh: make srcs in builddir [ci skip]nobu2018-03-011-2/+2
* Prefer to use %x instead of backtick.hsbt2018-02-281-2/+2
* Remove tool/pull-latest-mspec-speceregon2018-02-271-18/+0
* [EXPERIMENTAL] Support upload option for s3 package hosting.hsbt2018-02-271-0/+8
* Refactor ERB version checking for keyword argumentsk0kubun2018-02-273-5/+3
* tool/ruby_vm/helpers/dumper.rb: check ERB versionk0kubun2018-02-261-1/+2
* make-snapshot: added missing options to usagenobu2018-02-261-0/+6
* make-snapshot: exporting ChangLog with gitnobu2018-02-261-12/+12
* make-snapshot: remove -j option from GNUMAKEFLAGSnobu2018-02-261-0/+5
* vcs.rb: .git at exportnobu2018-02-261-1/+0
* Judge ERB version not RUBY_VERSION but ERB.versionnaruse2018-02-241-1/+1
* On getting changelog, use git-log with --no-notesnaruse2018-02-241-1/+1
* tool/generic_erb.rb: check ERB versionk0kubun2018-02-221-1/+2
* erb.rb: deprecate safe_level of ERB.newk0kubun2018-02-223-3/+15