| Commit message (Expand) | Author | Age | Files | Lines |
* | constify parameters | nobu | 2014-06-18 | 1 | -3/+3 |
* | vm_method.c: no RTEST on mere flag | nobu | 2014-06-16 | 1 | -1/+1 |
* | vm_method.c: separate ID selection | nobu | 2014-06-15 | 1 | -5/+9 |
* | variable.c, vm_method.c: pin down | nobu | 2014-03-31 | 1 | -0/+2 |
* | * parse.y: support Symbol GC. [ruby-trunk Feature #9634] | nari | 2014-03-26 | 1 | -5/+5 |
* | vm_method.c fix commit miss | nobu | 2014-03-23 | 1 | -1/+1 |
* | vm_method.c: check if klass is 0 | nobu | 2014-03-23 | 1 | -1/+1 |
* | vm_method.c: fix infinite recursion | nobu | 2014-03-20 | 1 | -2/+9 |
* | vm_method.c: cast via VALUE | nobu | 2014-03-15 | 1 | -3/+3 |
* | vm_method.c: disable GMC writing if GMC is disabled | normal | 2014-03-02 | 1 | -12/+24 |
* | * vm_insnhelper.c (vm_call_method): should check ci->me->flag of | shugo | 2014-02-13 | 1 | -0/+1 |
* | vm_method.c: use RCLASS_SERIAL macro instead of direct access | tmm1 | 2013-12-20 | 1 | -2/+2 |
* | fix typo: s/POWOR/POWER/ | tmm1 | 2013-12-20 | 1 | -2/+2 |
* | vm_method: set automatically | nobu | 2013-12-20 | 1 | -1/+6 |
* | * vm_method.c: check definition of | ko1 | 2013-12-20 | 1 | -0/+5 |
* | * include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into | ko1 | 2013-12-20 | 1 | -8/+8 |
* | * 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 |