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-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
卜部昌平
2019-09-30
refactor rb_method_definition_create take opts
卜部昌平
2019-09-30
refactor split rb_method_definition_set
卜部昌平
2019-09-30
refactor constify most of rb_method_definition_t
卜部昌平
2019-09-30
refactor delete METHOD_ENTRY_COMPLEMENTED flag
卜部昌平
2019-09-25
Add Module#ruby2_keywords for passing keywords through regular argument splats
Jeremy Evans
2019-09-20
Call rb_vm_call_kw insted of rb_vm_call0 in a few cases
Jeremy Evans
2019-09-20
Make passing empty keywords to dig pass empty keywords to next dig method
Jeremy Evans
2019-09-05
Add rb_funcall_with_block_kw
Jeremy Evans
2019-08-29
drop-in type check for rb_define_private_method
卜部昌平
2019-08-29
drop-in type check for rb_define_method
卜部昌平
2019-08-18
Ensure non-OPT_GLOBAL_METHOD_CACHE code valid
Nobuyoshi Nakada
2019-08-18
Ensure VM_DEBUG_VERIFY_METHOD_CACHE code valid
Nobuyoshi Nakada
2019-08-01
Make attr* methods define public methods if self in caller is not same as rec...
Jeremy Evans
2019-04-10
* expand tabs.
svn
2019-04-10
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
vm_method.c: fix a warning
nobu
2019-04-09
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-05
`rb_add_method` is void function.
ko1
2019-04-05
* expand tabs.
svn
[prev]
[next]