aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove outdated proc.c binding comment.nobu2018-03-211-3/+1
* parse.y: terminator at continued linenobu2018-03-212-1/+20
* parse.y: unindent continued linenobu2018-03-212-1/+15
* test_iseq.rb: disable load_from_binarynobu2018-03-211-1/+1
* * 2018-03-21svn2018-03-211-1/+1
* iseq.c: constfied validate_get_insn_info [ci skip]nobu2018-03-211-2/+2
* node.c: predicates for special NODEsnobu2018-03-205-12/+13
* io.c: Methods of File should not invoke external commandsshugo2018-03-203-8/+9
* compile.c: fix ibf_load_codenobu2018-03-203-6/+10
* Reverting r62775, this should fix i686 buildstenderlove2018-03-197-73/+189
* * 2018-03-20svn2018-03-191-1/+1
* * win32/README.win32: `make up` is only necessary when building from SVN source.usa2018-03-191-1/+1
* parse.y: NUL-terminate ruby_sourcefilenobu2018-03-192-8/+7
* note that patch is required and need to run make up before makeusa2018-03-191-3/+6
* parse.y: push `do` token infonobu2018-03-191-6/+16
* parse.y: ignore do indentationsnobu2018-03-191-2/+4
* parse.y: mismatched indentations at middlenobu2018-03-192-13/+58
* compile.c: arg var indexnobu2018-03-192-31/+90
* parse.y: fix duplicate kwrestnobu2018-03-191-6/+6
* iseq.c: append local var index to namenobu2018-03-191-2/+8
* * 2018-03-19svn2018-03-191-1/+1
* iseq.c: mark kwrest argnobu2018-03-191-1/+2
* compile.c: fix function name [ci skip]nobu2018-03-181-2/+2
* Improve CSV performancewatson19782018-03-181-7/+7
* Remove duplicated `,` [ci skip]kazu2018-03-181-1/+1
* IBF works only on x86 platforms nownobu2018-03-181-0/+1
* * 2018-03-18svn2018-03-171-1/+1
* If host of URI is omitted, make it with IP address. seki2018-03-171-1/+5
* compile.c: resize to align offsetsnobu2018-03-171-1/+11
* debugging SEGV on Solaris11snobu2018-03-171-0/+3
* Remove unused variablesk0kubun2018-03-171-2/+2
* Add doc for `opt` parameter of IO#reopen [ci skip]k0kubun2018-03-171-2/+3
* test_jit.rb: debug cc1 availabilityk0kubun2018-03-171-3/+10
* compile.c: align offsetsnobu2018-03-171-4/+19
* string.c: [DOC] split with block [ci skip]nobu2018-03-171-1/+5
* misc/ruby-style.el: use spaces for indentationk0kubun2018-03-171-1/+1
* transform_mjit_header.rb: read output and errorsnobu2018-03-171-2/+2
* debugging SEGV on Solaris11snobu2018-03-171-7/+18
* * 2018-03-17svn2018-03-171-1/+1
* mjit.c: add timeout for --jit-waitk0kubun2018-03-172-2/+16
* test_weakmap.rb: skip unstable assertionnobu2018-03-161-2/+2
* sample/timeout.rb: fix warningskazu2018-03-161-8/+8
* re.c: do not escape terminator in Regexp.unionnobu2018-03-162-12/+24
* debugging SEGV on Solaris11snobu2018-03-161-0/+14
* debugging SEGV on Solaris11snobu2018-03-161-0/+14
* test_iseq.rb: skip iseq with coveragenobu2018-03-161-1/+6
* Revert "Add direct marking on iseq operands"naruse2018-03-167-171/+72
* Revert "Fix error: implicit conversion loses integer precision"naruse2018-03-163-4/+4
* Revert "Fix warning: cast from pointer to integer of different size"naruse2018-03-161-5/+5
* compile.c: fix load_from_binarynobu2018-03-162-6/+13