Age | Commit message (Expand) | Author |
2017-11-29 | Make Module#{define|alias|undef|remove}_method public [#14133] | marcandre |
2017-11-16 | make a func static. | ko1 |
2017-11-16 | remove unused function. | ko1 |
2017-10-28 | `th` -> `ec` for method management functions. | ko1 |
2017-10-28 | use `ec` directly. | ko1 |
2017-10-28 | `th` -> `ec` for vm_set_*_stack. | ko1 |
2017-10-28 | move fields from `th` to `ec`. | ko1 |
2017-10-27 | `vm_call_handler` and related functions accept `ec` instead of `th`. | ko1 |
2017-10-26 | some functions accept `ec` instead of `th`. | ko1 |
2017-10-26 | Use rb_execution_context_t instead of rb_thread_t | ko1 |
2017-10-06 | proc.c: super_method of included method | nobu |
2017-08-17 | vm_method.c: alias warning at refined method | nobu |
2017-07-30 | UNALIGNED_MEMBER_ACCESS | nobu |
2017-06-01 | rename absolute_path to realpath internally and introduce pathobj. | ko1 |
2017-05-09 | rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t | normal |
2017-02-21 | add performance counting mechanism for MRI debug/tuning purpose. | ko1 |
2017-02-21 | backward.h: 2.2 deprecated features | nobu |
2017-02-17 | DEPRECATED_INTERNAL_FEATURE | nobu |
2017-01-19 | More description about the protected attribute of a method | naruse |
2017-01-18 | vm_method.c: resolve refined method to undef | nobu |
2016-12-20 | proc.c: assume rb_iseq_location_t::first_lineno is always a Fixnum | rhe |
2016-11-05 | * eval.c, method.h, proc.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c: | ktsj |
2016-10-09 | vm_method.c: update assertion [ci skip] | nobu |
2016-09-23 | * vm_method.c (make_method_entry_refined): fix wrong use of ||. | shugo |
2016-09-23 | * eval.c (rb_mod_refine): refine modules as well. | shugo |
2016-07-29 | rb_funcallv | nobu |
2016-07-28 | * vm_core.h: revisit the structure of frame, block and env. | ko1 |
2016-07-13 | * vm_method.c (method_entry_get_without_cache): check | ko1 |
2016-06-24 | No respond_to? as if the default definition | nobu |
2016-04-27 | internal.h: ONLY_FOR_INTERNAL_USE | nobu |
2016-03-08 | vm_method.c: fix aliased original name | nobu |
2016-03-01 | vm_method.c: fix assertion | nobu |
2016-02-24 | vm_method.c: for hidden object | nobu |
2016-01-19 | * vm_method.c: fix grammar in respond_to? warning. | hsbt |
2016-01-03 | Use `rb_method_visibility_t` instead of `int` in `rb_print_undef` | yui-knk |
2015-12-18 | * vm_method.c (rb_method_entry_make, check_override_opt_method): | shugo |
2015-11-18 | * vm_method.c (rb_class_clear_method_cache): should clear all | ko1 |
2015-11-18 | * vm_method.c (prepare_callable_method_entry): use | ko1 |
2015-11-18 | * method.h: introduce the folliwing field and macros. | ko1 |
2015-11-17 | revert r52614, r52615, r52617 because they cause serious errors | ko1 |
2015-11-17 | * method.h (METHOD_ENTRY_COMPLEMENTED(_SET)): introduced to recognize | ko1 |
2015-11-17 | * method.h: introduce rb_method_definition_t::complemented_count. | ko1 |
2015-11-15 | vm_method.c: check if frozen [Fix GH-1096] | nobu |
2015-11-13 | * vm.c (vm_define_method): do not use current CREF immediately, | ko1 |
2015-11-13 | * method.h: constify rb_cref_t::scope_visi; | ko1 |
2015-10-31 | internal.h: RUBY_DTRACE_HOOK | nobu |
2015-10-30 | * vm_method.c: added documentation of protected/private methods. | hsbt |
2015-10-28 | NameError#receiver of uninitialized constant | nobu |
2015-10-26 | * vm_method.c(rb_method_entry_make): | sorah |
2015-10-24 | vm_method.c: remove common code | nobu |