aboutsummaryrefslogtreecommitdiffstats
path: root/vm_method.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vm_eval.c: share with rb_obj_respond_tonobu2015-08-201-5/+20
* vm_method.c: reuse method entrynobu2015-08-191-5/+12
* * id_table.h: introduce ID key table.ko12015-08-121-15/+17
* * vm_method.c: typo fix [fix GH-993][ci skip] Patch by @0x0deahsbt2015-08-111-8/+8
* * make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko12015-07-211-10/+7
* * method.h: introduce rb_callable_method_entry_t to removeko12015-07-031-96/+214
* vm_method.c: remove unused codenobu2015-07-011-12/+0
* vm_method.c: no NOEX macrosnobu2015-07-011-9/+4