summaryrefslogtreecommitdiff
path: root/vm_method.c
AgeCommit message (Expand)Author
2019-01-28Add refinements support to method/instance_method.nobu
2019-01-09Fix styles [ci skip]nobu
2018-12-18Constified to fix warning at r66442nobu
2018-12-18* expand tabs.svn
2018-12-18Expand cross-recursion to a loopnobu
2018-12-18Enable refinements on symbol-proc in ruby-level methodsnobu
2018-12-06Warn redefinitions of some methods on Objectnobu
2018-12-04Revert "Symbol refinements"mrkn
2018-12-04Symbol refinementsmrkn
2018-12-03Revert "Symbol refinements"nobu
2018-12-03Symbol refinementsnobu
2018-12-03Revert "Symbol refinements [Bug #15114]"nobu
2018-12-03Symbol refinements [Bug #15114]nobu
2018-11-26* expand tabs.svn
2018-11-26Support targetting TracePoint [Feature #15289]ko1
2018-11-22Enable refinements at Object#respond_to?nobu
2018-08-13Fix problem about notimplemented caseusa
2018-08-13Revert "Support optional inherit argument for Module#method_defined?"kazu
2018-08-13* remove trailing spaces.svn
2018-08-13Support optional inherit argument for Module#method_defined?usa
2018-08-07Remove unnecessary assignmentkazu
2018-07-27eval.c: rename "rb_frozen_class_p" to "rb_class_modify_check"mame
2018-07-24vm.c: simplify the implementation of r64031k0kubun
2018-07-24UNREACHABLE_RETURNnobu
2018-03-12Fix setting method visibility on method wrapped with prependnobu
2018-02-17prefixed functions exported for mjitnobu
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-01-02explicit cast to void* required for %pshyouhei
2017-12-26vm_method.c: fix super in refined modulenobu
2017-12-17vm_method.c: empty tablenobu
2017-12-17vm_method.c: debug messagenobu
2017-11-29Make Module#{define|alias|undef|remove}_method public [#14133]marcandre
2017-11-16make a func static.ko1
2017-11-16remove unused function.ko1
2017-10-28`th` -> `ec` for method management functions.ko1
2017-10-28use `ec` directly.ko1
2017-10-28`th` -> `ec` for vm_set_*_stack.ko1
2017-10-28move fields from `th` to `ec`.ko1
2017-10-27`vm_call_handler` and related functions accept `ec` instead of `th`.ko1
2017-10-26some functions accept `ec` instead of `th`.ko1
2017-10-26Use rb_execution_context_t instead of rb_thread_tko1
2017-10-06proc.c: super_method of included methodnobu
2017-08-17vm_method.c: alias warning at refined methodnobu
2017-07-30UNALIGNED_MEMBER_ACCESSnobu
2017-06-01rename absolute_path to realpath internally and introduce pathobj.ko1
2017-05-09rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal
2017-02-21add performance counting mechanism for MRI debug/tuning purpose.ko1
2017-02-21backward.h: 2.2 deprecated featuresnobu
2017-02-17DEPRECATED_INTERNAL_FEATUREnobu
2017-01-19More description about the protected attribute of a methodnaruse