aboutsummaryrefslogtreecommitdiffstats
path: root/vm_method.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed premature returnNobuyoshi Nakada2021-01-191-1/+1
* Fix typo: invaldate -> invalidateAlan Wu2021-01-181-3/+3
* Don't try to clear cache on garbage objectsAaron Patterson2021-01-151-0/+1
* delete negative cache from the table correctlyKoichi Sasada2021-01-141-9/+19
* Revert "[Bug #11213] let defined?(super) call respond_to_missing?"Nobuyoshi Nakada2021-01-131-5/+7
* [DOC] Fix typos in vm_method.cMarcus Stollsteimer2020-12-261-7/+7
* Module#public_class_method also accepts a symbol array as an argumentYusuke Endoh2020-12-241-0/+11
* separate rb_ractor_pub from rb_ractor_tKoichi Sasada2020-12-221-1/+1
* Feature 17314: allow to pass array to public, protected and private methodsRadosław Bułat2020-12-191-6/+25
* Feature 17314: alias_method returns symbolRadosław Bułat2020-12-191-4/+5
* fix method cache debug toolKoichi Sasada2020-12-191-3/+3
* Use category: :deprecated in warnings that are related to deprecationJeremy Evans2020-12-181-1/+2
* Revert "Better cooperation between public/protected/private with attr* and al...Yusuke Endoh2020-12-181-30/+10
* Revert "Added missing tests for public, private, protected and alias_method"Yusuke Endoh2020-12-181-2/+1
* Added missing tests for public, private, protected and alias_methodNobuyoshi Nakada2020-12-181-1/+2
* Better cooperation between public/protected/private with attr* and alias_methodRadosław Bułat2020-12-171-10/+30
* add ccs_not_found debug counterKoichi Sasada2020-12-141-0/+2
* use method cache on Object#respond_to?Koichi Sasada2020-12-141-12/+34
* add cc_invalidate_negative debug counterKoichi Sasada2020-12-141-0/+2
* Introduce negative method cacheKoichi Sasada2020-12-141-6/+36
* rb_ext_ractor_safe() to declare ractor-safe extKoichi Sasada2020-12-011-21/+47
* [Bug #11213] let defined?(super) call respond_to_missing?Nobuyoshi Nakada2020-11-201-7/+5
* Revert assert for debugging on CIAlan Wu2020-10-261-1/+0
* Don't redefine #rb_intern over and over againStefan Stüben2020-10-211-3/+0
* Fix ASAN support when invalidating CCsAaron Patterson2020-09-281-0/+5
* prohibi method call by defined_method in other racotrsKoichi Sasada2020-09-251-0/+2
* sync callable_method_entry()Koichi Sasada2020-09-101-10/+20
* Remove write barrier exemption for T_ICLASSAlan Wu2020-08-171-7/+18
* Enable an assert on all configs for debuggingAlan Wu2020-08-011-0/+1
* Fixed a typoNobuyoshi Nakada2020-07-191-3/+3
* Split visibility casesNobuyoshi Nakada2020-06-301-4/+9
* Allow refining a frozen classJeremy Evans2020-06-181-1/+3
* Properly resolve refinements in defined? on private call [Bug #16932]Nobuyoshi Nakada2020-06-041-0/+6
* Properly resolve refinements in defined? on method call [Bug #16932]Nobuyoshi Nakada2020-06-041-1/+1
* Ensure origins for all included, prepended, and refined modulesJeremy Evans2020-06-031-1/+10
* Just call search_method_protect [Bug #16669]Nobuyoshi Nakada2020-04-231-7/+1
* rb_method_entry() returns valid me.Koichi Sasada2020-04-231-1/+7
* Suppress -Wswitch warningsNobuyoshi Nakada2020-04-081-0/+2
* Merge pull request #2721 from jeremyevans/method-inspect-chain-alias-11188Jeremy Evans2020-03-221-1/+1
* fix bug on method cache invalidation.Koichi Sasada2020-03-111-8/+13
* suppress uninitialized variable warnings卜部昌平2020-03-041-1/+1
* %p is for void *卜部昌平2020-03-041-3/+3
* Introduce disposable call-cache.Koichi Sasada2020-02-221-238/+392
* VALUE size packed callinfo (ci).Koichi Sasada2020-02-221-11/+0
* suppress clang warnings卜部昌平2020-02-201-1/+1
* VALUE is narrower than rb_serial_t卜部昌平2020-01-211-1/+1
* Check Module#ruby2_keywords arityNobuyoshi Nakada2020-01-021-0/+1
* per-method serial number卜部昌平2019-12-181-0/+2
* Skip optimized method check for most method IDsJohn Hawthorn2019-12-171-2/+10
* Replace debug test with assertionJohn Hawthorn2019-12-171-4/+1