summaryrefslogtreecommitdiff
path: root/compile.c
AgeCommit message (Expand)Author
2012-12-03* compile.c (iseq_specialized_instruction):ko1
2012-12-03* compile.c (iseq_compile_each): joke shouldn't use id.h defined ids.ko1
2012-11-30* compile.c (ADD_CATCH_ENTRY): add a cast to fix SEGV with x64 mingwshirosaki
2012-11-29 [EXPERIMENTAL: NEED DISCUSS]ko1
2012-11-29* compile.c (compile_array_): refix r37991 remove assertion:naruse
2012-11-29Revert r37991 "compile.c: hash must be paired"naruse
2012-11-29compile.c: hash must be pairednobu
2012-11-21 * include/ruby/util.h: removed extra semicolon in definition oftadf
2012-11-13* compile.c (insn_data_to_s_detail): remove debug lines.ko1
2012-11-12* probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove
2012-11-12* vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo),shugo
2012-11-11* vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo):shugo
2012-10-18* insns.def (opt_send_simple): introduce new instruction usedko1
2012-10-18* compile.c (new_callinfo): set a temporary index of callinfoko1
2012-10-16* compile.c (compile_dstr_fragments): use `putobject' instead ofko1
2012-10-15* vm_core.h (VM_CALL_*): rename VM_CALL_*_BITko1
2012-10-14remove garbage linenobu
2012-10-14* insns.def (send, invokesuper, invokeblock, opt_*), vm_core.h:ko1
2012-10-09* vm_core.h (rb_call_info_t): add new type `rb_call_inf_t'.ko1
2012-10-04* insns.def (getlocal, setlocal): remove old getlocal/setlocalko1
2012-09-28* insns.def (opt_checkenv): remove unused instruction `opt_checkenv'.ko1
2012-09-26* insns.def: add new instruction `opt_empty_p' for optimize `empty?'ko1
2012-09-24Feature #7035nobu
2012-08-08* compile.c (ADD_INSNL): make ADD_INSNSL as alias of ADD_INSN1.ko1
2012-08-08* compile.c, insns.def (checkmatch):ko1
2012-06-11 * compile.c (iseq_set_sequence): nonstatic initializer of anshyouhei
2012-06-04* vm_core.h (rb_location_t): fix type and field name.ko1
2012-05-22* vm_core.h: add a data type rb_location_t to store iseq locationko1
2012-05-06* compile.c (iseq_compile_each): remove unused variable `size'.ko1
2012-04-28* parse.y (assoc, parser_yylex): add syntax to splat keyword hash.nobu
2012-04-24* compile.c: fix to output warning when the same literalsko1
2012-04-12* compile.c (compile_array, compile_array_):ko1
2012-04-10* compile.c (iseq_set_sequence): show a hint if there are duplicatedko1
2012-03-19* compile.c (iseq_specialized_instruction): DRY and replace chainnobu
2012-03-18* compile.c: typo fix by Run Paint Run Run.akr
2012-03-13* compile.c (iseq_set_arguments): keyword rest arg without keyword args.nobu
2012-02-26* compile.c (iseq_compile_each): call on special object instead ofnobu
2012-02-15* insns.def (splatarray): make new array if flag is set.nobu
2012-02-11* compile.c (defined_expr): guard the whole expression.nobu
2012-01-14* compile.c (iseq_set_sequence): adjust indent.nobu
2011-12-26* vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments), iseq.c (...mame
2011-12-26* vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments, iseq_comp...mame
2011-12-26* node.h, parse.y (new_args_gen), compile.c (iseq_set_arguments): use struct ...mame
2011-12-05* bignum.c (big_rshift), compile.c (validate_label,nobu
2011-12-05* class.c (rb_obj_methods), compile.c (iseq_compile_each),nobu
2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu
2011-08-24* iseq.h, iseq.c, compile.c: Change the line number data structureko1
2011-07-10* compile.c (when_vals): when a string literal is written on whenmame
2011-06-18* method.h, internal.h iseq.h: declare internal functions.akr
2011-06-18* internal.h: declare more internal functions.akr