aboutsummaryrefslogtreecommitdiffstats
path: root/vm_method.c
Commit message (Expand)AuthorAgeFilesLines
* Fix problem about notimplemented caseusa2018-08-131-54/+81
* Revert "Support optional inherit argument for Module#method_defined?"kazu2018-08-131-80/+54
* * remove trailing spaces.svn2018-08-131-1/+1
* Support optional inherit argument for Module#method_defined?usa2018-08-131-54/+80
* Remove unnecessary assignmentkazu2018-08-071-1/+1
* eval.c: rename "rb_frozen_class_p" to "rb_class_modify_check"mame2018-07-271-4/+4
* vm.c: simplify the implementation of r64031k0kubun2018-07-241-1/+1
* UNREACHABLE_RETURNnobu2018-07-241-1/+1
* Fix setting method visibility on method wrapped with prependnobu2018-03-121-2/+3
* prefixed functions exported for mjitnobu2018-02-171-7/+9
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-9/+10
* explicit cast to void* required for %pshyouhei2018-01-021-4/+4
* vm_method.c: fix super in refined modulenobu2017-12-261-2/+25
* vm_method.c: empty tablenobu2017-12-171-4/+5
* vm_method.c: debug messagenobu2017-12-171-1/+1
* Make Module#{define|alias|undef|remove}_method public [#14133]marcandre2017-11-291-3/+3
* make a func static.ko12017-11-161-1/+1
* remove unused function.ko12017-11-161-6/+0
* `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