summaryrefslogtreecommitdiff
path: root/vm_method.c
AgeCommit message (Expand)Author
2019-08-01Make attr* methods define public methods if self in caller is not same as rec...Jeremy Evans
2019-04-10* expand tabs.svn
2019-04-10Reverting all commits from r67479 to r67496 because of CI failureskazu
2019-04-10vm_method.c: fix a warningnobu
2019-04-09Adding `GC.compact` and compacting GC support.tenderlove
2019-04-05`rb_add_method` is void function.ko1
2019-04-05* expand tabs.svn
2019-04-05add definemethod/definesmethod insn.ko1
2019-03-28[DOC] Fix method references to Method instance methodsnobu
2019-03-28[DOC] fix markups [ci skip]nobu
2019-02-22change `cfunc->invoker` type for opt.ko1
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