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
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
2020-02-22
VALUE size packed callinfo (ci).
Koichi Sasada
2020-02-20
suppress clang warnings
卜部昌平
2020-01-21
VALUE is narrower than rb_serial_t
卜部昌平
2020-01-02
Check Module#ruby2_keywords arity
Nobuyoshi Nakada
2019-12-18
per-method serial number
卜部昌平
2019-12-17
Skip optimized method check for most method IDs
John Hawthorn
2019-12-17
Replace debug test with assertion
John Hawthorn
2019-12-17
Check type with BUILTIN_TYPE in method cache clear
John Hawthorn
2019-12-17
Define PREV_CLASS_SERIAL
John Hawthorn
2019-12-17
Avoid revisiting seen nodes clearing method cache
John Hawthorn
2019-11-29
vm_method.c: add top-level ruby2_keywords
Yusuke Endoh
2019-11-27
Update documentation for ruby2_keywords [ci skip]
Jeremy Evans
2019-11-19
make functions static
卜部昌平
2019-11-05
rb_method_basic_definition_p with CC
卜部昌平
2019-10-16
Warn for calling public/protected/private/module_function without arguments i...
Jeremy Evans
2019-10-07
Allow ruby2_keywords to be used with bmethods
Jeremy Evans
2019-10-03
Revert https://github.com/ruby/ruby/pull/2486
卜部昌平
2019-09-30
rb_method_attr_t::location should be 0 or others.
Koichi Sasada
2019-09-30
refactor constify most of rb_method_entry_t
卜部昌平
2019-09-30
refactor add rb_method_entry_from_template
卜部昌平
2019-09-30
refactor reduce METHOD_ENTRY_FLAGS_COPY
卜部昌平
2019-09-30
refactor delete rb_method_entry_copy
卜部昌平
2019-09-30
refactor delete rb_method_definition_set
卜部昌平
[next]