index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_method.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix documentation for Module#ruby2_keywords
Jeremy Evans
2021-02-09
1
-1
/
+1
*
Make alias for aliased original method
Nobuyoshi Nakada
2021-02-03
1
-1
/
+7
*
Adjusted indent [ci skip]
Nobuyoshi Nakada
2021-02-03
1
-2
/
+2
*
Add RCLASS_SUBCLASSES Macro
Matt Valentine-House
2021-02-01
1
-1
/
+1
*
Add RCLASS_ALLOCATOR Macro
Matt Valentine-House
2021-02-01
1
-2
/
+2
*
global call-cache cache table for rb_funcall*
Koichi Sasada
2021-01-29
1
-4
/
+10
*
Warn the defined location as deprecation as well as the main message
Nobuyoshi Nakada
2021-01-23
1
-1
/
+2
*
Fixed premature return
Nobuyoshi Nakada
2021-01-19
1
-1
/
+1
*
Fix typo: invaldate -> invalidate
Alan Wu
2021-01-18
1
-3
/
+3
*
Don't try to clear cache on garbage objects
Aaron Patterson
2021-01-15
1
-0
/
+1
*
delete negative cache from the table correctly
Koichi Sasada
2021-01-14
1
-9
/
+19
*
Revert "[Bug #11213] let defined?(super) call respond_to_missing?"
Nobuyoshi Nakada
2021-01-13
1
-5
/
+7
*
[DOC] Fix typos in vm_method.c
Marcus Stollsteimer
2020-12-26
1
-7
/
+7
*
Module#public_class_method also accepts a symbol array as an argument
Yusuke Endoh
2020-12-24
1
-0
/
+11
*
separate rb_ractor_pub from rb_ractor_t
Koichi Sasada
2020-12-22
1
-1
/
+1
*
Feature 17314: allow to pass array to public, protected and private methods
Radosław Bułat
2020-12-19
1
-6
/
+25
*
Feature 17314: alias_method returns symbol
Radosław Bułat
2020-12-19
1
-4
/
+5
*
fix method cache debug tool
Koichi Sasada
2020-12-19
1
-3
/
+3
*
Use category: :deprecated in warnings that are related to deprecation
Jeremy Evans
2020-12-18
1
-1
/
+2
*
Revert "Better cooperation between public/protected/private with attr* and al...
Yusuke Endoh
2020-12-18
1
-30
/
+10
*
Revert "Added missing tests for public, private, protected and alias_method"
Yusuke Endoh
2020-12-18
1
-2
/
+1
*
Added missing tests for public, private, protected and alias_method
Nobuyoshi Nakada
2020-12-18
1
-1
/
+2
*
Better cooperation between public/protected/private with attr* and alias_method
Radosław Bułat
2020-12-17
1
-10
/
+30
*
add ccs_not_found debug counter
Koichi Sasada
2020-12-14
1
-0
/
+2
*
use method cache on Object#respond_to?
Koichi Sasada
2020-12-14
1
-12
/
+34
*
add cc_invalidate_negative debug counter
Koichi Sasada
2020-12-14
1
-0
/
+2
*
Introduce negative method cache
Koichi Sasada
2020-12-14
1
-6
/
+36
*
rb_ext_ractor_safe() to declare ractor-safe ext
Koichi Sasada
2020-12-01
1
-21
/
+47
*
[Bug #11213] let defined?(super) call respond_to_missing?
Nobuyoshi Nakada
2020-11-20
1
-7
/
+5
*
Revert assert for debugging on CI
Alan Wu
2020-10-26
1
-1
/
+0
*
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-21
1
-3
/
+0
*
Fix ASAN support when invalidating CCs
Aaron Patterson
2020-09-28
1
-0
/
+5
*
prohibi method call by defined_method in other racotrs
Koichi Sasada
2020-09-25
1
-0
/
+2
*
sync callable_method_entry()
Koichi Sasada
2020-09-10
1
-10
/
+20
*
Remove write barrier exemption for T_ICLASS
Alan Wu
2020-08-17
1
-7
/
+18
*
Enable an assert on all configs for debugging
Alan Wu
2020-08-01
1
-0
/
+1
*
Fixed a typo
Nobuyoshi Nakada
2020-07-19
1
-3
/
+3
*
Split visibility cases
Nobuyoshi Nakada
2020-06-30
1
-4
/
+9
*
Allow refining a frozen class
Jeremy Evans
2020-06-18
1
-1
/
+3
*
Properly resolve refinements in defined? on private call [Bug #16932]
Nobuyoshi Nakada
2020-06-04
1
-0
/
+6
*
Properly resolve refinements in defined? on method call [Bug #16932]
Nobuyoshi Nakada
2020-06-04
1
-1
/
+1
*
Ensure origins for all included, prepended, and refined modules
Jeremy Evans
2020-06-03
1
-1
/
+10
*
Just call search_method_protect [Bug #16669]
Nobuyoshi Nakada
2020-04-23
1
-7
/
+1
*
rb_method_entry() returns valid me.
Koichi Sasada
2020-04-23
1
-1
/
+7
*
Suppress -Wswitch warnings
Nobuyoshi Nakada
2020-04-08
1
-0
/
+2
*
Merge pull request #2721 from jeremyevans/method-inspect-chain-alias-11188
Jeremy Evans
2020-03-22
1
-1
/
+1
*
fix bug on method cache invalidation.
Koichi Sasada
2020-03-11
1
-8
/
+13
*
suppress uninitialized variable warnings
卜部昌平
2020-03-04
1
-1
/
+1
*
%p is for void *
卜部昌平
2020-03-04
1
-3
/
+3
*
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
1
-238
/
+392
[prev]
[next]