| Commit message (Expand) | Author | Age | Files | Lines |
* | Turn class variable warnings into exceptions | Jeremy Evans | 2020-04-10 | 1 | -2/+4 |
* | Changed numbered parameter prefix | Nobuyoshi Nakada | 2019-09-24 | 1 | -1/+1 |
* | Numbered parameters [Feature #4475] | nobu | 2019-03-17 | 1 | -1/+1 |
* | parse.y: condition node | nobu | 2015-01-29 | 1 | -0/+2 |
* | revert r37326 "remove string literal concatenation" | nobu | 2012-10-25 | 1 | -1/+1 |
* | remove string literal concatenation | nobu | 2012-10-25 | 1 | -1/+1 |
* | parse.y: token name | nobu | 2012-08-20 | 1 | -1/+1 |
* | parse.y: token name | nobu | 2012-08-20 | 1 | -1/+1 |
* | * remove trailing spaces. | nobu | 2011-05-15 | 1 | -6/+6 |
* | * iseq_compile_each (NODE_DEFINED): put nil first to fix stack | mame | 2010-05-19 | 1 | -0/+10 |
* | * parse.y (parser_yylex): reverted r27388 due to backward | nobu | 2010-04-21 | 1 | -3/+0 |
* | * parse.y (parser_yylex): seems like a symbol-literal when spaces | nobu | 2010-04-18 | 1 | -0/+3 |
* | * parse.y (string_content): preserve cond_stack and cmdarg_stack. | nobu | 2010-04-18 | 1 | -0/+6 |
* | * parse.y (dyna_pop_gen): pop dvars. [ruby-dev:39861] | nobu | 2009-12-09 | 1 | -0/+7 |
* | * parse.y (dyna_push_gen, dyna_pop_gen): adjust local vtable level | nobu | 2009-11-30 | 1 | -0/+41 |
* | * parse.y (literal_concat0): tail can be nil. [ruby-dev:38980] | nobu | 2009-08-02 | 1 | -0/+5 |
* | * parse.y (literal_concat_gen): NODE_DSTR was incorrectly handled as | mame | 2009-07-30 | 1 | -0/+3 |
* | * vm.c, eval_intern.h (PASS_PASSED_BLOCK): | ko1 | 2008-06-10 | 1 | -0/+11 |
* | * bootstraptest/test_knownbug.rb: move solved tests. | ko1 | 2008-05-19 | 1 | -0/+50 |
* | * parse.y (opt_block_param): command can start just after block param | nobu | 2008-02-29 | 1 | -0/+2 |
* | test updated for empty symbols | matz | 2008-01-31 | 1 | -1/+0 |
* | * parse.y (value_expr_gen): reverted r12880. [ruby-dev:33388] | nobu | 2008-01-27 | 1 | -2/+2 |
* | * compile.c (iseq_compile_each): validate argument expr of "next" | ko1 | 2008-01-26 | 1 | -0/+8 |
* | * compile.c, compile.h: fix stack pointer issues. | ko1 | 2008-01-25 | 1 | -0/+12 |
* | * compile.c (iseq_compile_each): fix stack consistency error | ko1 | 2007-12-25 | 1 | -3/+37 |
* | * compile.c (iseq_compile_each): fix stack consistency error. | ko1 | 2007-12-25 | 1 | -0/+22 |
* | * compile.c (iseq_compile_each): fix stack consistency bug. | ko1 | 2007-12-24 | 1 | -0/+9 |
* | * compile.c (iseq_compile_each): add a "pop" insn after break | ko1 | 2007-12-24 | 1 | -0/+19 |
* | illegal -> invalid. | akr | 2007-12-21 | 1 | -1/+1 |
* | * insnhelper.ci (vm_expandarray): fix sp increase place. | ko1 | 2007-12-20 | 1 | -1/+1 |
* | * bootstraptest/test_syntax.rb: add a test. | ko1 | 2007-12-20 | 1 | -0/+16 |
* | * compile.c (iseq_compile_each): add pop after throw as return. | ko1 | 2007-12-19 | 1 | -0/+3 |
* | * compile.c, insnhelper.ci, insns.def, object.c, vm.c, vm.h: | ko1 | 2007-12-18 | 1 | -0/+15 |
* | use \xf0 instead of \xfd for valid first byte of a UTF-8 character. | akr | 2007-12-06 | 1 | -1/+1 |
* | * bootstraptest/test_knownbug.rb: new test for block and | nobu | 2007-12-06 | 1 | -0/+4 |
* | * compile.c (iseq_compile_each): "when *[],1" dumps core. | ko1 | 2007-11-27 | 1 | -0/+12 |
* | * compile.c (iseq_compile_each): "a[*b] += 1" dumps core. | ko1 | 2007-11-27 | 1 | -0/+4 |
* | * compile.c, insns.def: change return value of "defined?" | ko1 | 2007-11-27 | 1 | -1/+1 |
* | * compile.c (iseq_compile_each): fix next/redo stack consistency. | ko1 | 2007-08-16 | 1 | -15/+78 |
* | * compile.c (iseq_peephole_optimize): fix peephole optimization | ko1 | 2007-08-12 | 1 | -2/+4 |
* | * parse.y (value_expr_gen): fix to cause "void value expression" | ko1 | 2007-08-06 | 1 | -2/+2 |
* | * parse.y (stmt, mlhs_node, lhs, arg, var_ref): return dummy | nobu | 2007-07-20 | 1 | -1/+1 |
* | * bootstraptest/test_syntax.rb: SEGV tests for syntax. | nobu | 2007-07-20 | 1 | -0/+20 |
* | * bootstraptest/runner.rb: fix to show file name. | ko1 | 2007-06-27 | 1 | -0/+525 |