| Commit message (Expand) | Author | Age | Files | Lines |
* | * insns.def: Change the operand type of setinlinecache | ko1 | 2010-02-24 | 1 | -65/+71 |
* | * common.mk (compile.$(OBJEXT)): dependencies lacking. | shyouhei | 2010-01-20 | 1 | -2/+3 |
* | removes the dtrace support. reverts r26239, r26238 and r26235. | yugui | 2010-01-05 | 1 | -1/+0 |
* | * trace.h: new file. wraps tracing mechanisms. | yugui | 2010-01-03 | 1 | -0/+1 |
* | * compile.c (compile_cpath, iseq_compile_each): reverted | shugo | 2009-12-03 | 1 | -2/+4 |
* | fix typos. | akr | 2009-11-03 | 1 | -12/+12 |
* | * compile.c (ADD_TRACE): fire coverage event in ensure clause. | mame | 2009-10-08 | 1 | -1/+2 |
* | * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, | nobu | 2009-09-21 | 1 | -21/+21 |
* | * compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat() | nobu | 2009-09-18 | 1 | -4/+4 |
* | * include/ruby/st.h (st_hash_func): use st_index_t. | nobu | 2009-09-08 | 1 | -3/+3 |
* | * compile.c (iseq_specialized_instruction), insns.def (opt_size): | ko1 | 2009-09-06 | 1 | -0/+3 |
* | * compile.c (iseq_compile_each): op_asgn to aref should return rhs. | nobu | 2009-09-05 | 1 | -16/+26 |
* | * compile.c (FIXNUM_OR): typo. | nobu | 2009-09-05 | 1 | -1/+1 |
* | * compile.c (FIXNUM_INC, FIXNUM_OR): trivial optimizations. | nobu | 2009-09-05 | 1 | -10/+12 |
* | * compile.c (iseq_compile_each): &&= and ||= should return rhs. | nobu | 2009-09-05 | 1 | -11/+21 |
* | * compile.c (NODE_RETURN): fire return event at explicit return. | mame | 2009-08-18 | 1 | -0/+1 |
* | * compile.c (iseq_compile_each): used more appropriate construct. | nobu | 2009-07-31 | 1 | -3/+1 |
* | * compile.c (iseq_compile_each): fix stack consistency error. | mame | 2009-07-30 | 1 | -6/+2 |
* | * vm_core.h (struct rb_iseq_t): add a new field line_no. This field | mame | 2009-07-22 | 1 | -23/+20 |
* | * compile.c (compile_dstr_fragments): reduced needless literal. | nobu | 2009-07-20 | 1 | -3/+6 |
* | * node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry. | ko1 | 2009-07-16 | 1 | -3/+3 |
* | * method.h, vm_core.h: add rb_method_entry_t. Remove nodes around | ko1 | 2009-07-15 | 1 | -6/+0 |
* | * vm_core.h, compile.c: declare struct iseq_inline_cache_entry. | ko1 | 2009-07-13 | 1 | -12/+15 |
* | * insns.def, vm_insnhelper.c (getinstancevariable): | ko1 | 2009-07-13 | 1 | -30/+20 |
* | * compile.c (iseq_set_arguments, iseq_compile_each): internal | nobu | 2009-06-22 | 1 | -2/+3 |
* | * compile.c: fixed types. | nobu | 2009-06-22 | 1 | -8/+8 |
* | * compile.c: fixed types. | nobu | 2009-05-17 | 1 | -14/+15 |
* | * compile.c (rb_parse_in_eval): returns true in true eval, not in | nobu | 2009-05-17 | 1 | -1/+1 |
* | * compile.c (cdhash_type, iseq_set_sequence): should not call | nobu | 2009-02-27 | 1 | -0/+33 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -1/+0 |
* | * compile.c: fix to add "ensure" codes across "while" clause | ko1 | 2009-02-16 | 1 | -29/+44 |
* | * compile.c (iseq_compile_each): just freeze xstr. | nobu | 2009-02-12 | 1 | -1/+1 |
* | * compile.c (iseq_set_sequence, compile_dstr_fragments), | nobu | 2009-02-12 | 1 | -2/+6 |
* | * compile.c (hide_obj): OBJ_FREEZE() is not an expression. a patch | nobu | 2009-02-12 | 1 | -2/+2 |
* | * compile.c (compile_array_, defined_expr, iseq_compile_each): hide | nobu | 2009-02-12 | 1 | -1/+4 |
* | * vm.c: add a prefix "rb_" to exposed functions | ko1 | 2009-01-19 | 1 | -3/+3 |
* | * iseq.c: | ko1 | 2009-01-19 | 1 | -7/+21 |
* | * iseq.c (rb_iseq_load): renamed from ruby_iseq_load, since it is | nobu | 2009-01-18 | 1 | -2/+2 |
* | * ruby.c (process_options): decrement parse_in_eval to recognize | ko1 | 2009-01-15 | 1 | -0/+6 |
* | * iseq.h, iseq.c (rb_iseq_new_main): add a type ISEQ_TYPE_MAIN. | ko1 | 2008-12-27 | 1 | -1/+22 |
* | * vm.c (Init_VM): create and define TOPLEVEL_BINDING at first. | ko1 | 2008-12-27 | 1 | -9/+13 |
* | * compile.c (iseq_peephole_optimize): fix typo. | ko1 | 2008-12-24 | 1 | -1/+1 |
* | * compile.c (iseq_compile_each), gc.c (assign_heap_slot), | nobu | 2008-12-09 | 1 | -1/+1 |
* | * compile.c (iseq_set_sequence): uses rb_compile_warning() for | nobu | 2008-12-05 | 1 | -1/+2 |
* | * compile.c (ruby_iseq_compile, ruby_iseq_translate_threaded_code), | nobu | 2008-12-05 | 1 | -13/+11 |
* | * compile.c (iseq_set_sequence): fix memory leak. | mame | 2008-10-16 | 1 | -0/+4 |
* | * compile.c (iseq_compile_each): fixed indent. | nobu | 2008-10-12 | 1 | -101/+101 |
* | * compile.c (iseq_set_sequence): check duplicated when clauses. | mame | 2008-09-28 | 1 | -1/+6 |
* | * include/ruby/node.h, node.h: move node.h from include path. | ko1 | 2008-09-23 | 1 | -1/+0 |
* | * include/ruby/node.h, vm_core.h: move definition of | ko1 | 2008-09-23 | 1 | -12/+279 |