aboutsummaryrefslogtreecommitdiffstats
path: root/vm_method.c
Commit message (Expand)AuthorAgeFilesLines
* `th` -> `ec` for method management functions.ko12017-10-281-16/+16
* use `ec` directly.ko12017-10-281-2/+2
* `th` -> `ec` for vm_set_*_stack.ko12017-10-281-1/+1
* move fields from `th` to `ec`.ko12017-10-281-2/+2
* `vm_call_handler` and related functions accept `ec` instead of `th`.ko12017-10-271-1/+1
* some functions accept `ec` instead of `th`.ko12017-10-261-5/+5
* Use rb_execution_context_t instead of rb_thread_tko12017-10-261-3/+3
* proc.c: super_method of included methodnobu2017-10-061-14/+14
* vm_method.c: alias warning at refined methodnobu2017-08-171-0/+1
* UNALIGNED_MEMBER_ACCESSnobu2017-07-301-2/+2
* rename absolute_path to realpath internally and introduce pathobj.ko12017-06-011-2/+2
* rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal2017-05-091-3/+3
* add performance counting mechanism for MRI debug/tuning purpose.ko12017-02-211-0/+5
* backward.h: 2.2 deprecated featuresnobu2017-02-211-6/+0
* DEPRECATED_INTERNAL_FEATUREnobu2017-02-171-1/+1
* More description about the protected attribute of a methodnaruse2017-01-191-0/+11
* vm_method.c: resolve refined method to undefnobu2017-01-181-1/+4
* proc.c: assume rb_iseq_location_t::first_lineno is always a Fixnumrhe2016-12-201-3/+3
* * eval.c, method.h, proc.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c:ktsj2016-11-051-4/+4
* vm_method.c: update assertion [ci skip]nobu2016-10-091-1/+1
* * vm_method.c (make_method_entry_refined): fix wrong use of ||.shugo2016-09-231-1/+2
* * eval.c (rb_mod_refine): refine modules as well.shugo2016-09-231-2/+6
* rb_funcallvnobu2016-07-291-1/+1
* * vm_core.h: revisit the structure of frame, block and env.ko12016-07-281-2/+2
* * vm_method.c (method_entry_get_without_cache): checkko12016-07-131-3/+5
* No respond_to? as if the default definitionnobu2016-06-241-1/+1
* internal.h: ONLY_FOR_INTERNAL_USEnobu2016-04-271-3/+1
* vm_method.c: fix aliased original namenobu2016-03-081-4/+4
* vm_method.c: fix assertionnobu2016-03-011-1/+1
* vm_method.c: for hidden objectnobu2016-02-241-1/+3
* * vm_method.c: fix grammar in respond_to? warning.hsbt2016-01-191-2/+2
* Use `rb_method_visibility_t` instead of `int` in `rb_print_undef`yui-knk2016-01-031-3/+3
* * vm_method.c (rb_method_entry_make, check_override_opt_method):shugo2015-12-181-0/+22
* * vm_method.c (rb_class_clear_method_cache): should clear allko12015-11-181-6/+20
* * vm_method.c (prepare_callable_method_entry): useko12015-11-181-2/+1
* * method.h: introduce the folliwing field and macros.ko12015-11-181-9/+26
* revert r52614, r52615, r52617 because they cause serious errorsko12015-11-171-26/+9
* * method.h (METHOD_ENTRY_COMPLEMENTED(_SET)): introduced to recognizeko12015-11-171-2/+2
* * method.h: introduce rb_method_definition_t::complemented_count.ko12015-11-171-9/+26
* vm_method.c: check if frozen [Fix GH-1096]nobu2015-11-151-0/+1
* * vm.c (vm_define_method): do not use current CREF immediately,ko12015-11-131-1/+9
* * method.h: constify rb_cref_t::scope_visi;ko12015-11-131-6/+10
* internal.h: RUBY_DTRACE_HOOKnobu2015-10-311-3/+1
* * vm_method.c: added documentation of protected/private methods.hsbt2015-10-301-5/+11
* NameError#receiver of uninitialized constantnobu2015-10-281-4/+4
* * vm_method.c(rb_method_entry_make):sorah2015-10-261-1/+1
* vm_method.c: remove common codenobu2015-10-241-16/+1
* * method.h: remove METHOD_ENTRY_SAFE(me) and related codeko12015-10-061-3/+1
* vm_eval.c: cache resultsnobu2015-08-221-7/+15
* vm_eval.c: redefined respond_to_missing?nobu2015-08-201-20/+37