| Commit message (Expand) | Author | Age | Files | Lines |
* | * vm_method.c (rb_method_entry_make): fix WB miss. | ko1 | 2013-12-16 | 1 | -1/+1 |
* | proc.c, vm_method.c: fix super and alias | nobu | 2013-12-13 | 1 | -8/+26 |
* | vm.c: reduce clearing method cache | nobu | 2013-12-13 | 1 | -3/+1 |
* | vm_method.c: add new ruby::method-cache-clear dtrace probe | tmm1 | 2013-12-09 | 1 | -1/+7 |
* | * internal.h (RCLASS_SERIAL): Add RCLASS_SERIAL as a convenience | charliesome | 2013-12-09 | 1 | -1/+1 |
* | * compile.c, insns.def, test/ruby/test_rubyvm.rb, vm.c, vm_core.h, | charliesome | 2013-12-09 | 1 | -7/+7 |
* | * class.c: unify names of vm state version counters to 'serial'. | charliesome | 2013-11-09 | 1 | -11/+11 |
* | * vm_method.c (rb_method_entry_make): fix to pass an ISeq value. | ko1 | 2013-10-31 | 1 | -1/+1 |
* | * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: split | charliesome | 2013-10-29 | 1 | -12/+20 |
* | * vm_insnhelper.c (vm_call_method): set ci->me to 0 when the | shugo | 2013-10-17 | 1 | -1/+6 |
* | * vm_method.c (rb_gc_mark_unlinked_live_method_entries): | ko1 | 2013-10-11 | 1 | -3/+1 |
* | revert r43259 because it is possible to mark miss classes defined in C-exts. ... | ko1 | 2013-10-11 | 1 | -1/+3 |
* | object.c: avoid inadvertent symbol creation | nobu | 2013-10-09 | 1 | -4/+3 |
* | vm_method.c: preserve encoding | nobu | 2013-10-09 | 1 | -7/+4 |
* | * proc.c: catch up last commit. | ko1 | 2013-10-07 | 1 | -1/+1 |
* | * iseq.c, internal.h: change to public (but internal) functions | ko1 | 2013-10-07 | 1 | -1/+1 |
* | * vm_method.c (rb_undef): raise a NameError if the original method | shugo | 2013-09-30 | 1 | -3/+5 |
* | * gc.c (free_method_cache_entry_i): unused function | charliesome | 2013-09-24 | 1 | -4/+0 |
* | * class.c (class_alloc): remove mc_tbl | charliesome | 2013-09-24 | 1 | -21/+24 |
* | vm_method.c: constify | nobu | 2013-09-10 | 1 | -3/+3 |
* | vm_method.c: clear cache after refine method | nobu | 2013-09-09 | 1 | -0/+1 |
* | vm.c: prototype | nobu | 2013-09-04 | 1 | -1/+2 |
* | * class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h, | charliesome | 2013-09-04 | 1 | -48/+57 |
* | vm_method.c: [DOC] example of respond_to_missing? | nobu | 2013-08-31 | 1 | -1/+1 |
* | * variable.c, vm_method.c: remove dead code. | ktsj | 2013-08-18 | 1 | -9/+0 |
* | * class.c (rb_include_class_new), eval.c (rb_using_refinement): | ko1 | 2013-06-22 | 1 | -1/+18 |
* | * include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for second | ko1 | 2013-06-21 | 1 | -3/+3 |
* | * class.c, include/ruby/ruby.h: add write barriers for T_CLASS, | ko1 | 2013-06-14 | 1 | -6/+9 |
* | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo | 2013-06-12 | 1 | -26/+0 |
* | vm_method.c: change argument of set_visibility | nobu | 2013-06-06 | 1 | -3/+3 |
* | vm_method.c: top_private rdoc | nobu | 2013-06-06 | 1 | -0/+12 |
* | vm_method.c: extract set_visibility | nobu | 2013-05-31 | 1 | -24/+16 |
* | no clearing method cache | nobu | 2013-05-25 | 1 | -0/+1 |
* | vm_method.c: quote method name | nobu | 2013-05-25 | 1 | -1/+2 |
* | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 | 2013-05-13 | 1 | -2/+2 |
* | vm_method.c: rb_method_entry_at | nobu | 2013-05-13 | 1 | -0/+6 |
* | id.def: predefined IDs | nobu | 2013-05-02 | 1 | -12/+8 |
* | vm_method.c: fix visibility on anonymous module | nobu | 2013-04-18 | 1 | -2/+2 |
* | * vm_method.c (rb_sweep_method_entry): simplify code to unlink. | nobu | 2013-03-24 | 1 | -10/+4 |
* | vm_method.c: overrid flag of prepending method | nobu | 2013-03-13 | 1 | -1/+2 |
* | * object.c: Document methods receiving string and convert to symbol | zzak | 2013-02-24 | 1 | -0/+37 |
* | vm_method.c: fix method_removed | nobu | 2013-02-14 | 1 | -1/+2 |
* | vm_method.c: show respond_to location | nobu | 2013-02-06 | 1 | -1/+10 |
* | vm_method.c: drop include_all flag | nobu | 2013-02-05 | 1 | -1/+18 |
* | vm_method.c: suppress warnings | nobu | 2013-01-16 | 1 | -18/+18 |
* | * vm_method.c (Init_eval_method): main.public and main.private | shugo | 2013-01-07 | 1 | -2/+4 |
* | vm_method.c: idRespond_to_missing | nobu | 2012-12-30 | 1 | -6/+5 |
* | internal.h: quote unprintable | nobu | 2012-12-22 | 1 | -2/+2 |
* | * method.h: remove `VM_METHOD_TYPE_CFUNC_FRAMELESS' method type. | ko1 | 2012-12-17 | 1 | -1/+0 |
* | * vm_method.c (rb_method_entry_without_refinements): use | shugo | 2012-12-10 | 1 | -1/+1 |