summaryrefslogtreecommitdiff
path: root/compile.c
AgeCommit message (Expand)Author
2007-03-21* compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,ko1
2007-03-08* compile.c: iseq_compile -> rb_iseq_compile.aamine
2007-02-25* yarvcore.h:ko1
2007-02-24* parse.y, node.h, compile.c: change node tree structure. a purposeko1
2007-02-23* parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz
2007-02-14* compile.c (defined_expr): no longer distinguish ordinary localmatz
2007-02-07* this commit is a result of refactoring. only renaming functions,ko1
2007-02-06* blockinlining.c, compile.c, compile.h, error.c, eval.c,ko1
2007-02-06* compile.c (iseq_compile_each): fix setting is_local flag.ko1
2007-02-06* compile.c, insns.def: remove (get|set)instancevariable2 and add ako1
2007-02-04* parse.y (rb_compose_ivar2): function to create a new ivar2matz
2007-02-04* insns.def (setclassvariable): remove unnecessary operand.matz
2007-02-02* call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu
2007-02-02* ruby.h (SYMBOL_P): make Symbol immediate again for performance. matz
2007-02-02* parse.y (assignable_gen): no need to generate NODE_CVDECL.matz
2007-01-17* some refactoring around yarvcore and proc.ko1
2007-01-06* insns.def : support direct method dispatch with "send" or "funcall".ko1
2007-01-05* compile.c, compile.h : add ADD_CALL_RECEIVER() macro.ko1
2007-01-05* compile.c (iseq_compile_each, set_block_local_tbl) :ko1
2006-12-31 * Merge YARVko1