summaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)Author
2018-09-11bare_instructions.rb: use Hash#fetch to read attrk0kubun
2018-09-11_mjit_compile_insn.erb: prefer insn.always_leaf?k0kubun
2018-09-11_mjit_compile_pc_and_sp.erb: skip moving pck0kubun
2018-09-11transform_mjit_header.rb: add static to Init_*k0kubun
2018-09-11add new instruction attribute called leafshyouhei
2018-09-07tool/node_name.rb: rewrote without flip-flopnobu
2018-09-04use mingw ANSI stdionobu
2018-09-03Declare as gnu_printf on mingwnobu
2018-08-28Fixed installation failure with mswin environment.hsbt
2018-08-18tool/downloader.rb: retry 500 from GitHubk0kubun
2018-08-13get rid of an encode noncompatible errorusa
2018-08-12tool/downloader.rb: increase retriesk0kubun
2018-08-12vm_insnhelper.c: revert r64280k0kubun
2018-08-11_mjit_compile_pc_and_sp.erb: update the commentk0kubun
2018-08-11_mjit_compile_pc_and_sp.erb: always move pck0kubun
2018-08-11tool/downloader.rb: retry on 502 and 503 errork0kubun
2018-08-11vm_args.c: stop requiring `calling` in vm_caller_setup_arg_blockk0kubun
2018-08-11_mjit_compile_send.erb: refactor to share vm_call_iseq_setup_normalk0kubun
2018-08-06Ignore native extension of Date library when syncing gemification files.hsbt
2018-07-31transform_mjit_header.rb: more strict FUNC_HEADER_REGEXPk0kubun
2018-07-31Follow up r64141 with sync tool.hsbt
2018-07-31Fixed unexpected direction deletion with irb sync.hsbt
2018-07-31Support Sync module same as other default gems.hsbt
2018-07-31transform_mjit_header.rb: accept having attributek0kubun
2018-07-28make-snapshot: fetch from the official git sitenobu
2018-07-28use https:// instead of http://kazu
2018-07-28use https:// instead of git:// when possiblenormal
2018-07-25insns.def: s/handles_frame/handles_sp/k0kubun
2018-07-25Promote Mutex_m to Default gems.hsbt
2018-07-25Promote Exception2MessageMapper to Default gems.hsbt
2018-07-25Promote ThWait to Default gems.hsbt
2018-07-25Removed duplicate task in default gems that used single test filehsbt
2018-07-25Promote Forwardable to default gems.hsbt
2018-07-25Removed duplicate task in default gemshsbt
2018-07-25Support logger.gemspechsbt
2018-07-24transform_mjit_header.rb: fix performance regressionk0kubun
2018-07-20Promote Shell library to default gems.hsbt
2018-07-20Promote Tracer to default gems.hsbt
2018-07-19mjit_compile.c: reduce sp motion on JITk0kubun
2018-07-17revert r63988k0kubun
2018-07-17mjit_compile.c: resurrect local variable stackk0kubun
2018-07-17Promote Synchronizer to default gems.hsbt
2018-07-17Unified common workflow for default gems.hsbt
2018-07-16tool/downloader.rb:duerst
2018-07-09Add lldb as a debugger optiontenderlove
2018-07-09Promote irb library to default gems.hsbt
2018-07-08tool/git-refresh: skip git fetch and checkoutk0kubun
2018-07-07_mjit_compile_insn_body: rollback pc correctlyk0kubun
2018-07-05revert r62655 for r63763k0kubun
2018-06-27give up insn attr handles_frameshyouhei