aboutsummaryrefslogtreecommitdiffstats
path: root/vm_method.c
Commit message (Expand)AuthorAgeFilesLines
* drop-in type check for rb_define_private_method卜部昌平2019-08-291-2/+2
* drop-in type check for rb_define_method卜部昌平2019-08-291-1/+1
* Ensure non-OPT_GLOBAL_METHOD_CACHE code validNobuyoshi Nakada2019-08-181-4/+3
* Ensure VM_DEBUG_VERIFY_METHOD_CACHE code validNobuyoshi Nakada2019-08-181-4/+1
* Make attr* methods define public methods if self in caller is not same as rec...Jeremy Evans2019-08-011-1/+3
* * expand tabs.svn2019-04-101-2/+2
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-101-1/+6
* vm_method.c: fix a warningnobu2019-04-101-6/+1
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-091-1/+1
* `rb_add_method` is void function.ko12019-04-051-4/+2
* * expand tabs.svn2019-04-051-2/+2
* add definemethod/definesmethod insn.ko12019-04-051-31/+4
* [DOC] Fix method references to Method instance methodsnobu2019-03-281-1/+1
* [DOC] fix markups [ci skip]nobu2019-03-281-1/+1
* change `cfunc->invoker` type for opt.ko12019-02-221-1/+1
* Add refinements support to method/instance_method.nobu2019-01-281-0/+6
* Fix styles [ci skip]nobu2019-01-091-1/+2
* Constified to fix warning at r66442nobu2018-12-181-1/+1
* * expand tabs.svn2018-12-181-1/+1
* Expand cross-recursion to a loopnobu2018-12-181-30/+17
* Enable refinements on symbol-proc in ruby-level methodsnobu2018-12-181-1/+1
* Warn redefinitions of some methods on Objectnobu2018-12-061-2/+8
* Revert "Symbol refinements"mrkn2018-12-041-1/+1
* Symbol refinementsmrkn2018-12-041-1/+1
* Revert "Symbol refinements"nobu2018-12-031-1/+1
* Symbol refinementsnobu2018-12-031-1/+1
* Revert "Symbol refinements [Bug #15114]"nobu2018-12-031-1/+1
* Symbol refinements [Bug #15114]nobu2018-12-031-1/+1
* * expand tabs.svn2018-11-261-5/+5
* Support targetting TracePoint [Feature #15289]ko12018-11-261-6/+10
* Enable refinements at Object#respond_to?nobu2018-11-221-1/+8
* 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