| Commit message (Expand) | Author | Age | Files | Lines |
* | More description about the protected attribute of a method | naruse | 2017-01-19 | 1 | -0/+11 |
* | vm_method.c: resolve refined method to undef | nobu | 2017-01-18 | 1 | -1/+4 |
* | proc.c: assume rb_iseq_location_t::first_lineno is always a Fixnum | rhe | 2016-12-20 | 1 | -3/+3 |
* | * eval.c, method.h, proc.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c: | ktsj | 2016-11-05 | 1 | -4/+4 |
* | vm_method.c: update assertion [ci skip] | nobu | 2016-10-09 | 1 | -1/+1 |
* | * vm_method.c (make_method_entry_refined): fix wrong use of ||. | shugo | 2016-09-23 | 1 | -1/+2 |
* | * eval.c (rb_mod_refine): refine modules as well. | shugo | 2016-09-23 | 1 | -2/+6 |
* | rb_funcallv | nobu | 2016-07-29 | 1 | -1/+1 |
* | * vm_core.h: revisit the structure of frame, block and env. | ko1 | 2016-07-28 | 1 | -2/+2 |
* | * vm_method.c (method_entry_get_without_cache): check | ko1 | 2016-07-13 | 1 | -3/+5 |
* | No respond_to? as if the default definition | nobu | 2016-06-24 | 1 | -1/+1 |
* | internal.h: ONLY_FOR_INTERNAL_USE | nobu | 2016-04-27 | 1 | -3/+1 |
* | vm_method.c: fix aliased original name | nobu | 2016-03-08 | 1 | -4/+4 |
* | vm_method.c: fix assertion | nobu | 2016-03-01 | 1 | -1/+1 |
* | vm_method.c: for hidden object | nobu | 2016-02-24 | 1 | -1/+3 |
* | * vm_method.c: fix grammar in respond_to? warning. | hsbt | 2016-01-19 | 1 | -2/+2 |
* | Use `rb_method_visibility_t` instead of `int` in `rb_print_undef` | yui-knk | 2016-01-03 | 1 | -3/+3 |
* | * vm_method.c (rb_method_entry_make, check_override_opt_method): | shugo | 2015-12-18 | 1 | -0/+22 |
* | * vm_method.c (rb_class_clear_method_cache): should clear all | ko1 | 2015-11-18 | 1 | -6/+20 |
* | * vm_method.c (prepare_callable_method_entry): use | ko1 | 2015-11-18 | 1 | -2/+1 |
* | * method.h: introduce the folliwing field and macros. | ko1 | 2015-11-18 | 1 | -9/+26 |
* | revert r52614, r52615, r52617 because they cause serious errors | ko1 | 2015-11-17 | 1 | -26/+9 |
* | * method.h (METHOD_ENTRY_COMPLEMENTED(_SET)): introduced to recognize | ko1 | 2015-11-17 | 1 | -2/+2 |
* | * method.h: introduce rb_method_definition_t::complemented_count. | ko1 | 2015-11-17 | 1 | -9/+26 |
* | vm_method.c: check if frozen [Fix GH-1096] | nobu | 2015-11-15 | 1 | -0/+1 |
* | * vm.c (vm_define_method): do not use current CREF immediately, | ko1 | 2015-11-13 | 1 | -1/+9 |
* | * method.h: constify rb_cref_t::scope_visi; | ko1 | 2015-11-13 | 1 | -6/+10 |
* | internal.h: RUBY_DTRACE_HOOK | nobu | 2015-10-31 | 1 | -3/+1 |
* | * vm_method.c: added documentation of protected/private methods. | hsbt | 2015-10-30 | 1 | -5/+11 |
* | NameError#receiver of uninitialized constant | nobu | 2015-10-28 | 1 | -4/+4 |
* | * vm_method.c(rb_method_entry_make): | sorah | 2015-10-26 | 1 | -1/+1 |
* | vm_method.c: remove common code | nobu | 2015-10-24 | 1 | -16/+1 |
* | * method.h: remove METHOD_ENTRY_SAFE(me) and related code | ko1 | 2015-10-06 | 1 | -3/+1 |
* | vm_eval.c: cache results | nobu | 2015-08-22 | 1 | -7/+15 |
* | vm_eval.c: redefined respond_to_missing? | nobu | 2015-08-20 | 1 | -20/+37 |
* | vm_eval.c: share with rb_obj_respond_to | nobu | 2015-08-20 | 1 | -5/+20 |
* | vm_method.c: reuse method entry | nobu | 2015-08-19 | 1 | -5/+12 |
* | * id_table.h: introduce ID key table. | ko1 | 2015-08-12 | 1 | -15/+17 |
* | * vm_method.c: typo fix [fix GH-993][ci skip] Patch by @0x0dea | hsbt | 2015-08-11 | 1 | -8/+8 |
* | * make rb_iseq_t T_IMEMO object (type is imemo_iseq). | ko1 | 2015-07-21 | 1 | -10/+7 |
* | * method.h: introduce rb_callable_method_entry_t to remove | ko1 | 2015-07-03 | 1 | -96/+214 |
* | vm_method.c: remove unused code | nobu | 2015-07-01 | 1 | -12/+0 |
* | vm_method.c: no NOEX macros | nobu | 2015-07-01 | 1 | -9/+4 |
* | vm_method.c: orignial visibilities | nobu | 2015-07-01 | 1 | -6/+8 |
* | move RB_GC_GUARD responsibility to rb_add_method_iseq | normal | 2015-06-30 | 1 | -0/+1 |
* | * vm_method.c (rb_method_entry_create): need to call | ko1 | 2015-06-25 | 1 | -3/+5 |
* | * vm_method.c: make a rb_method_definition_t data (def) *after* making | ko1 | 2015-06-25 | 1 | -107/+110 |
* | * vm_method.c (rb_method_definition_reset): need a WB for | ko1 | 2015-06-24 | 1 | -2/+8 |
* | vm_method.c: use the current visibility | nobu | 2015-06-24 | 1 | -10/+12 |
* | vm_method.c: remove redundant check | nobu | 2015-06-24 | 1 | -9/+2 |