| Commit message (Expand) | Author | Age | Files | Lines |
* | * compile.c (compile_array, compile_array_): | ko1 | 2012-04-12 | 1 | -52/+121 |
* | * compile.c (iseq_set_sequence): show a hint if there are duplicated | ko1 | 2012-04-10 | 1 | -1/+2 |
* | * compile.c (iseq_specialized_instruction): DRY and replace chain | nobu | 2012-03-19 | 1 | -55/+27 |
* | * compile.c: typo fix by Run Paint Run Run. | akr | 2012-03-18 | 1 | -1/+1 |
* | * compile.c (iseq_set_arguments): keyword rest arg without keyword args. | nobu | 2012-03-13 | 1 | -11/+17 |
* | * compile.c (iseq_compile_each): call on special object instead of | nobu | 2012-02-26 | 1 | -2/+2 |
* | * insns.def (splatarray): make new array if flag is set. | nobu | 2012-02-15 | 1 | -1/+1 |
* | * compile.c (defined_expr): guard the whole expression. | nobu | 2012-02-11 | 1 | -12/+42 |
* | * compile.c (iseq_set_sequence): adjust indent. | nobu | 2012-01-14 | 1 | -3/+3 |
* | * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments), iseq.c (... | mame | 2011-12-26 | 1 | -10/+5 |
* | * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments, iseq_comp... | mame | 2011-12-26 | 1 | -2/+68 |
* | * node.h, parse.y (new_args_gen), compile.c (iseq_set_arguments): use struct ... | mame | 2011-12-26 | 1 | -39/+19 |
* | * bignum.c (big_rshift), compile.c (validate_label, | nobu | 2011-12-05 | 1 | -0/+3 |
* | * class.c (rb_obj_methods), compile.c (iseq_compile_each), | nobu | 2011-12-05 | 1 | -2/+0 |
* | * use RB_TYPE_P which is optimized for constant types, instead of | nobu | 2011-09-29 | 1 | -4/+4 |
* | * iseq.h, iseq.c, compile.c: Change the line number data structure | ko1 | 2011-08-24 | 1 | -17/+24 |
* | * compile.c (when_vals): when a string literal is written on when | mame | 2011-07-10 | 1 | -1/+8 |
* | * method.h, internal.h iseq.h: declare internal functions. | akr | 2011-06-18 | 1 | -1/+0 |
* | * internal.h: declare more internal functions. | akr | 2011-06-18 | 1 | -2/+0 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -1/+1 |
* | * compile.c (iseq_compile_each): fix return value of obj[a,*b]=c. | naruse | 2011-06-17 | 1 | -0/+11 |
* | * prevent temporary objects from GC, and should not use | nobu | 2011-02-20 | 1 | -1/+1 |
* | * compile.c (get_exception_sym2type): guard temporary object from GC. | nagachika | 2011-02-17 | 1 | -1/+3 |
* | * compile.c (NODE_CLASS, NODE_MODULE), insns.def (defineclass): raise | mame | 2011-01-28 | 1 | -4/+4 |
* | * compile.c (setup_args), vm.c (invoke_block_from_c), | nobu | 2010-12-20 | 1 | -15/+8 |
* | * compile.c (setup_args), vm.c (invoke_block_from_c), | nobu | 2010-12-18 | 1 | -0/+1 |
* | * compile.c (setup_args, iseq_compile_each): optimize AMPER LAMBDA | nobu | 2010-12-18 | 1 | -8/+14 |
* | * compile.c (iseq_compile_each): fix for __goto__ and __label__ | nobu | 2010-12-12 | 1 | -9/+48 |
* | remove a comma at end of enumerator list. | kazu | 2010-12-10 | 1 | -1/+1 |
* | * compile.c: parenthesize macro arguments. | akr | 2010-12-02 | 1 | -51/+51 |
* | * compile.c (iseq_set_exception_local_table, iseq_set_local_table, | mame | 2010-11-15 | 1 | -4/+4 |
* | * compile.c (new_child_iseq): adjust argument types. | nobu | 2010-10-31 | 1 | -2/+2 |
* | * vm_core.h: some refactoring. | ko1 | 2010-10-31 | 1 | -20/+16 |
* | * compile.c (iseq_build_body), error.c (set_syserr, get_syserr), | nobu | 2010-10-12 | 1 | -2/+2 |
* | * compile.c (iseq_build_body), insns.def (getglobal, setglobal), | nobu | 2010-10-12 | 1 | -3/+3 |
* | * compile.c (iseq_compile_each): fix truncating cast. | nobu | 2010-10-12 | 1 | -2/+2 |
* | * compile.c: math.h for modf. | nobu | 2010-09-10 | 1 | -0/+1 |
* | * compile.c (case_when_optimizable_literal): When float value can be | wanabe | 2010-09-09 | 1 | -0/+5 |
* | * compile.c (NODE_ARGSCAT, NODE_ARGSPUSH): drop unused ARGSCAT | mame | 2010-08-05 | 1 | -7/+25 |
* | * compile.c (NODE_ARGSCAT, NODE_ARGSPUSH): revert r28870 and r28873 | mame | 2010-08-05 | 1 | -12/+2 |
* | * compile.c (iseq_compile_each): to_a method should be called. | nobu | 2010-08-05 | 1 | -3/+12 |
* | * compile.c (iseq_compile_each): drop unused ARGSCAT results. | nobu | 2010-08-05 | 1 | -2/+3 |
* | * class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c: | naruse | 2010-07-27 | 1 | -1/+1 |
* | * compile.c (rb_iseq_translate_threaded_code): removed duplicated code. | nobu | 2010-07-26 | 1 | -4/+0 |
* | * compile.c (iseq_compile_each): should consider block on stack, | matz | 2010-06-02 | 1 | -9/+37 |
* | * iseq_compile_each (NODE_DEFINED): put nil first to fix stack | mame | 2010-05-19 | 1 | -2/+3 |
* | * compile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block, | mame | 2010-05-09 | 1 | -2/+2 |
* | * compile.c (iseq_set_sequence): fix check range of ic_index. | wanabe | 2010-05-05 | 1 | -1/+1 |
* | * compile.c (iseq_build_body): update iseq->ic_size. | wanabe | 2010-05-04 | 1 | -0/+2 |
* | * compile.c (NODE_NEXT, NODE_REDO): add dummy putnil instruction to | mame | 2010-04-20 | 1 | -0/+6 |