| Commit message (Expand) | Author | Age | Files | Lines |
* | compile.c: zsuper keyword args | nobu | 2013-03-07 | 1 | -0/+16 |
* | compile.c: nd_line(node) | nobu | 2013-03-07 | 1 | -404/+407 |
* | compile.c: calc in int | nobu | 2013-03-07 | 1 | -7/+8 |
* | * compile.c (iseq_compile_each): remove redundant trace(line) | ko1 | 2013-02-28 | 1 | -0/+9 |
* | compile.c: no keyword check if kw_rest | nobu | 2013-02-23 | 1 | -1/+0 |
* | * compile.c (compile_array_): modify wrong optimization. | ko1 | 2013-01-09 | 1 | -0/+5 |
* | compile.c: adjust indent | nobu | 2013-01-08 | 1 | -1/+1 |
* | vm_core.h: flip_cnt in rb_iseq_t | nobu | 2013-01-08 | 1 | -3/+2 |
* | adjust style | nobu | 2012-12-29 | 1 | -1/+1 |
* | compile.c: no semicolon | nobu | 2012-12-29 | 1 | -1/+1 |
* | scoped constant op-assignment | nobu | 2012-12-24 | 1 | -0/+68 |
* | * vm_core.h (rb_vm_defineclass_type_t), | shugo | 2012-12-20 | 1 | -3/+9 |
* | compile.c, vm_insnhelper.c: flip-flop without hidden string key | nobu | 2012-12-10 | 1 | -5/+7 |
* | * compile.c (iseq_specialized_instruction): | ko1 | 2012-12-03 | 1 | -0/+2 |
* | * compile.c (iseq_compile_each): joke shouldn't use id.h defined ids. | ko1 | 2012-12-03 | 1 | -2/+8 |
* | * compile.c (ADD_CATCH_ENTRY): add a cast to fix SEGV with x64 mingw | shirosaki | 2012-11-30 | 1 | -1/+1 |
* | [EXPERIMENTAL: NEED DISCUSS] | ko1 | 2012-11-29 | 1 | -25/+30 |
* | * compile.c (compile_array_): refix r37991 remove assertion: | naruse | 2012-11-29 | 1 | -1/+4 |
* | Revert r37991 "compile.c: hash must be paired" | naruse | 2012-11-29 | 1 | -5/+1 |
* | compile.c: hash must be paired | nobu | 2012-11-29 | 1 | -1/+5 |
* | * include/ruby/util.h: removed extra semicolon in definition of | tadf | 2012-11-21 | 1 | -1/+1 |
* | * compile.c (insn_data_to_s_detail): remove debug lines. | ko1 | 2012-11-13 | 1 | -3/+0 |
* | * probes.d: add DTrace probe declarations. [ruby-core:27448] | tenderlove | 2012-11-12 | 1 | -0/+6 |
* | * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo), | shugo | 2012-11-12 | 1 | -1/+0 |
* | * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): | shugo | 2012-11-11 | 1 | -0/+1 |
* | * insns.def (opt_send_simple): introduce new instruction used | ko1 | 2012-10-18 | 1 | -20/+25 |
* | * compile.c (new_callinfo): set a temporary index of callinfo | ko1 | 2012-10-18 | 1 | -3/+4 |
* | * compile.c (compile_dstr_fragments): use `putobject' instead of | ko1 | 2012-10-16 | 1 | -4/+9 |
* | * vm_core.h (VM_CALL_*): rename VM_CALL_*_BIT | ko1 | 2012-10-15 | 1 | -19/+19 |
* | remove garbage line | nobu | 2012-10-14 | 1 | -1/+0 |
* | * insns.def (send, invokesuper, invokeblock, opt_*), vm_core.h: | ko1 | 2012-10-14 | 1 | -68/+117 |
* | * vm_core.h (rb_call_info_t): add new type `rb_call_inf_t'. | ko1 | 2012-10-09 | 1 | -6/+26 |
* | * insns.def (getlocal, setlocal): remove old getlocal/setlocal | ko1 | 2012-10-04 | 1 | -21/+29 |
* | * insns.def (opt_checkenv): remove unused instruction `opt_checkenv'. | ko1 | 2012-09-28 | 1 | -14/+0 |
* | * insns.def: add new instruction `opt_empty_p' for optimize `empty?' | ko1 | 2012-09-26 | 1 | -0/+1 |
* | Feature #7035 | nobu | 2012-09-24 | 1 | -13/+11 |
* | * compile.c (ADD_INSNL): make ADD_INSNSL as alias of ADD_INSN1. | ko1 | 2012-08-08 | 1 | -5/+3 |
* | * compile.c, insns.def (checkmatch): | ko1 | 2012-08-08 | 1 | -13/+12 |
* | * compile.c (iseq_set_sequence): nonstatic initializer of an | shyouhei | 2012-06-11 | 1 | -4/+5 |
* | * vm_core.h (rb_location_t): fix type and field name. | ko1 | 2012-06-04 | 1 | -24/+25 |
* | * vm_core.h: add a data type rb_location_t to store iseq location | ko1 | 2012-05-22 | 1 | -20/+20 |
* | * compile.c (iseq_compile_each): remove unused variable `size'. | ko1 | 2012-05-06 | 1 | -2/+1 |
* | * parse.y (assoc, parser_yylex): add syntax to splat keyword hash. | nobu | 2012-04-28 | 1 | -3/+16 |
* | * compile.c: fix to output warning when the same literals | ko1 | 2012-04-24 | 1 | -49/+47 |
* | * 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 |