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-08-11
Get rid of type-punning pointer casts [Bug #18062]
Nobuyoshi Nakada
2021-08-02
Using RBOOL macro
S.H
2021-07-29
Update documentation for ruby2_keywords
Jeremy Evans
2021-06-17
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-06-01
Enable VM_ASSERT in --jit CIs (#4543)
Takashi Kokubun
2021-05-21
Avoid setting the visibility of refinement method entries
Alan Wu
2021-05-11
Method cache: fix refinement entry handling
Alan Wu
2021-05-07
Protoized old pre-ANSI K&R style declarations and definitions
Nobuyoshi Nakada
2021-04-23
Fix setting method visibility for a refinement without an origin class
Jeremy Evans
2021-03-16
Skip refined method when exporting methods with changed visibility
Jeremy Evans
2021-02-19
invalidate negative cache any time.
Koichi Sasada
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
[next]