aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest/test_syntax.rb
Commit message (Expand)AuthorAgeFilesLines
* parse.y: condition nodenobu2015-01-291-0/+2
* revert r37326 "remove string literal concatenation"nobu2012-10-251-1/+1
* remove string literal concatenationnobu2012-10-251-1/+1
* parse.y: token namenobu2012-08-201-1/+1
* parse.y: token namenobu2012-08-201-1/+1
* * remove trailing spaces.nobu2011-05-151-6/+6
* * iseq_compile_each (NODE_DEFINED): put nil first to fix stackmame2010-05-191-0/+10
* * parse.y (parser_yylex): reverted r27388 due to backwardnobu2010-04-211-3/+0
* * parse.y (parser_yylex): seems like a symbol-literal when spacesnobu2010-04-181-0/+3
* * parse.y (string_content): preserve cond_stack and cmdarg_stack.nobu2010-04-181-0/+6
* * parse.y (dyna_pop_gen): pop dvars. [ruby-dev:39861]nobu2009-12-091-0/+7
* * parse.y (dyna_push_gen, dyna_pop_gen): adjust local vtable levelnobu2009-11-301-0/+41
* * parse.y (literal_concat0): tail can be nil. [ruby-dev:38980]nobu2009-08-021-0/+5
* * parse.y (literal_concat_gen): NODE_DSTR was incorrectly handled asmame2009-07-301-0/+3
* * vm.c, eval_intern.h (PASS_PASSED_BLOCK):ko12008-06-101-0/+11
* * bootstraptest/test_knownbug.rb: move solved tests.ko12008-05-191-0/+50
* * parse.y (opt_block_param): command can start just after block paramnobu2008-02-291-0/+2
* test updated for empty symbolsmatz2008-01-311-1/+0
* * parse.y (value_expr_gen): reverted r12880. [ruby-dev:33388]nobu2008-01-271-2/+2
* * compile.c (iseq_compile_each): validate argument expr of "next"ko12008-01-261-0/+8
* * compile.c, compile.h: fix stack pointer issues.ko12008-01-251-0/+12
* * compile.c (iseq_compile_each): fix stack consistency errorko12007-12-251-3/+37
* * compile.c (iseq_compile_each): fix stack consistency error.ko12007-12-251-0/+22
* * compile.c (iseq_compile_each): fix stack consistency bug.ko12007-12-241-0/+9
* * compile.c (iseq_compile_each): add a "pop" insn after breakko12007-12-241-0/+19
* illegal -> invalid.akr2007-12-211-1/+1
* * insnhelper.ci (vm_expandarray): fix sp increase place.ko12007-12-201-1/+1
* * bootstraptest/test_syntax.rb: add a test.ko12007-12-201-0/+16
* * compile.c (iseq_compile_each): add pop after throw as return.ko12007-12-191-0/+3
* * compile.c, insnhelper.ci, insns.def, object.c, vm.c, vm.h:ko12007-12-181-0/+15
* use \xf0 instead of \xfd for valid first byte of a UTF-8 character.akr2007-12-061-1/+1
* * bootstraptest/test_knownbug.rb: new test for block andnobu2007-12-061-0/+4
* * compile.c (iseq_compile_each): "when *[],1" dumps core.ko12007-11-271-0/+12
* * compile.c (iseq_compile_each): "a[*b] += 1" dumps core.ko12007-11-271-0/+4
* * compile.c, insns.def: change return value of "defined?"ko12007-11-271-1/+1
* * compile.c (iseq_compile_each): fix next/redo stack consistency.ko12007-08-161-15/+78
* * compile.c (iseq_peephole_optimize): fix peephole optimizationko12007-08-121-2/+4
* * parse.y (value_expr_gen): fix to cause "void value expression"ko12007-08-061-2/+2
* * parse.y (stmt, mlhs_node, lhs, arg, var_ref): return dummynobu2007-07-201-1/+1
* * bootstraptest/test_syntax.rb: SEGV tests for syntax.nobu2007-07-201-0/+20
* * bootstraptest/runner.rb: fix to show file name.ko12007-06-271-0/+525