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
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
2019-04-05
add definemethod/definesmethod insn.
ko1
2019-03-28
[DOC] Fix method references to Method instance methods
nobu
2019-03-28
[DOC] fix markups [ci skip]
nobu
2019-02-22
change `cfunc->invoker` type for opt.
ko1
2019-01-28
Add refinements support to method/instance_method.
nobu
2019-01-09
Fix styles [ci skip]
nobu
2018-12-18
Constified to fix warning at r66442
nobu
2018-12-18
* expand tabs.
svn
2018-12-18
Expand cross-recursion to a loop
nobu
2018-12-18
Enable refinements on symbol-proc in ruby-level methods
nobu
2018-12-06
Warn redefinitions of some methods on Object
nobu
2018-12-04
Revert "Symbol refinements"
mrkn
2018-12-04
Symbol refinements
mrkn
2018-12-03
Revert "Symbol refinements"
nobu
2018-12-03
Symbol refinements
nobu
2018-12-03
Revert "Symbol refinements [Bug #15114]"
nobu
2018-12-03
Symbol refinements [Bug #15114]
nobu
2018-11-26
* expand tabs.
svn
2018-11-26
Support targetting TracePoint [Feature #15289]
ko1
2018-11-22
Enable refinements at Object#respond_to?
nobu
2018-08-13
Fix problem about notimplemented case
usa
2018-08-13
Revert "Support optional inherit argument for Module#method_defined?"
kazu
2018-08-13
* remove trailing spaces.
svn
2018-08-13
Support optional inherit argument for Module#method_defined?
usa
2018-08-07
Remove unnecessary assignment
kazu
2018-07-27
eval.c: rename "rb_frozen_class_p" to "rb_class_modify_check"
mame
2018-07-24
vm.c: simplify the implementation of r64031
k0kubun
2018-07-24
UNREACHABLE_RETURN
nobu
2018-03-12
Fix setting method visibility on method wrapped with prepend
nobu
2018-02-17
prefixed functions exported for mjit
nobu
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-01-02
explicit cast to void* required for %p
shyouhei
2017-12-26
vm_method.c: fix super in refined module
nobu
2017-12-17
vm_method.c: empty table
nobu
2017-12-17
vm_method.c: debug message
nobu
2017-11-29
Make Module#{define|alias|undef|remove}_method public [#14133]
marcandre
2017-11-16
make a func static.
ko1
2017-11-16
remove unused function.
ko1
2017-10-28
`th` -> `ec` for method management functions.
ko1
[next]