index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_method.c
Age
Commit message (
Expand
)
Author
2021-02-09
Fix documentation for Module#ruby2_keywords
Jeremy Evans
2021-02-03
Make alias for aliased original method
Nobuyoshi Nakada
2021-02-03
Adjusted indent [ci skip]
Nobuyoshi Nakada
2021-02-01
Add RCLASS_SUBCLASSES Macro
Matt Valentine-House
2021-02-01
Add RCLASS_ALLOCATOR Macro
Matt Valentine-House
2021-01-29
global call-cache cache table for rb_funcall*
Koichi Sasada
2021-01-23
Warn the defined location as deprecation as well as the main message
Nobuyoshi Nakada
2021-01-19
Fixed premature return
Nobuyoshi Nakada
2021-01-18
Fix typo: invaldate -> invalidate
Alan Wu
2021-01-15
Don't try to clear cache on garbage objects
Aaron Patterson
2021-01-14
delete negative cache from the table correctly
Koichi Sasada
2021-01-13
Revert "[Bug #11213] let defined?(super) call respond_to_missing?"
Nobuyoshi Nakada
2020-12-26
[DOC] Fix typos in vm_method.c
Marcus Stollsteimer
2020-12-24
Module#public_class_method also accepts a symbol array as an argument
Yusuke Endoh
2020-12-22
separate rb_ractor_pub from rb_ractor_t
Koichi Sasada
2020-12-19
Feature 17314: allow to pass array to public, protected and private methods
Radosław Bułat
2020-12-19
Feature 17314: alias_method returns symbol
Radosław Bułat
2020-12-19
fix method cache debug tool
Koichi Sasada
2020-12-18
Use category: :deprecated in warnings that are related to deprecation
Jeremy Evans
2020-12-18
Revert "Better cooperation between public/protected/private with attr* and al...
Yusuke Endoh
2020-12-18
Revert "Added missing tests for public, private, protected and alias_method"
Yusuke Endoh
2020-12-18
Added missing tests for public, private, protected and alias_method
Nobuyoshi Nakada
2020-12-17
Better cooperation between public/protected/private with attr* and alias_method
Radosław Bułat
2020-12-14
add ccs_not_found debug counter
Koichi Sasada
2020-12-14
use method cache on Object#respond_to?
Koichi Sasada
2020-12-14
add cc_invalidate_negative debug counter
Koichi Sasada
2020-12-14
Introduce negative method cache
Koichi Sasada
2020-12-01
rb_ext_ractor_safe() to declare ractor-safe ext
Koichi Sasada
2020-11-20
[Bug #11213] let defined?(super) call respond_to_missing?
Nobuyoshi Nakada
2020-10-26
Revert assert for debugging on CI
Alan Wu
2020-10-21
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-09-28
Fix ASAN support when invalidating CCs
Aaron Patterson
2020-09-25
prohibi method call by defined_method in other racotrs
Koichi Sasada
2020-09-10
sync callable_method_entry()
Koichi Sasada
2020-08-17
Remove write barrier exemption for T_ICLASS
Alan Wu
2020-08-01
Enable an assert on all configs for debugging
Alan Wu
2020-07-19
Fixed a typo
Nobuyoshi Nakada
2020-06-30
Split visibility cases
Nobuyoshi Nakada
2020-06-18
Allow refining a frozen class
Jeremy Evans
2020-06-04
Properly resolve refinements in defined? on private call [Bug #16932]
Nobuyoshi Nakada
2020-06-04
Properly resolve refinements in defined? on method call [Bug #16932]
Nobuyoshi Nakada
2020-06-03
Ensure origins for all included, prepended, and refined modules
Jeremy Evans
2020-04-23
Just call search_method_protect [Bug #16669]
Nobuyoshi Nakada
2020-04-23
rb_method_entry() returns valid me.
Koichi Sasada
2020-04-08
Suppress -Wswitch warnings
Nobuyoshi Nakada
2020-03-22
Merge pull request #2721 from jeremyevans/method-inspect-chain-alias-11188
Jeremy Evans
2020-03-11
fix bug on method cache invalidation.
Koichi Sasada
2020-03-04
suppress uninitialized variable warnings
卜部昌平
2020-03-04
%p is for void *
卜部昌平
2020-02-22
Introduce disposable call-cache.
Koichi Sasada
[next]