| Commit message (Expand) | Author | Age | Files | Lines |
* | `th` -> `ec` for method management functions. | ko1 | 2017-10-28 | 1 | -16/+16 |
* | use `ec` directly. | ko1 | 2017-10-28 | 1 | -2/+2 |
* | `th` -> `ec` for vm_set_*_stack. | ko1 | 2017-10-28 | 1 | -1/+1 |
* | move fields from `th` to `ec`. | ko1 | 2017-10-28 | 1 | -2/+2 |
* | `vm_call_handler` and related functions accept `ec` instead of `th`. | ko1 | 2017-10-27 | 1 | -1/+1 |
* | some functions accept `ec` instead of `th`. | ko1 | 2017-10-26 | 1 | -5/+5 |
* | Use rb_execution_context_t instead of rb_thread_t | ko1 | 2017-10-26 | 1 | -3/+3 |
* | proc.c: super_method of included method | nobu | 2017-10-06 | 1 | -14/+14 |
* | vm_method.c: alias warning at refined method | nobu | 2017-08-17 | 1 | -0/+1 |
* | UNALIGNED_MEMBER_ACCESS | nobu | 2017-07-30 | 1 | -2/+2 |
* | rename absolute_path to realpath internally and introduce pathobj. | ko1 | 2017-06-01 | 1 | -2/+2 |
* | rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t | normal | 2017-05-09 | 1 | -3/+3 |
* | add performance counting mechanism for MRI debug/tuning purpose. | ko1 | 2017-02-21 | 1 | -0/+5 |
* | backward.h: 2.2 deprecated features | nobu | 2017-02-21 | 1 | -6/+0 |
* | DEPRECATED_INTERNAL_FEATURE | nobu | 2017-02-17 | 1 | -1/+1 |
* | 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 |