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
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
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
2017-10-28
use `ec` directly.
ko1
2017-10-28
`th` -> `ec` for vm_set_*_stack.
ko1
2017-10-28
move fields from `th` to `ec`.
ko1
2017-10-27
`vm_call_handler` and related functions accept `ec` instead of `th`.
ko1
2017-10-26
some functions accept `ec` instead of `th`.
ko1
2017-10-26
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-06
proc.c: super_method of included method
nobu
2017-08-17
vm_method.c: alias warning at refined method
nobu
2017-07-30
UNALIGNED_MEMBER_ACCESS
nobu
2017-06-01
rename absolute_path to realpath internally and introduce pathobj.
ko1
2017-05-09
rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
normal
2017-02-21
add performance counting mechanism for MRI debug/tuning purpose.
ko1
2017-02-21
backward.h: 2.2 deprecated features
nobu
2017-02-17
DEPRECATED_INTERNAL_FEATURE
nobu
2017-01-19
More description about the protected attribute of a method
naruse
2017-01-18
vm_method.c: resolve refined method to undef
nobu
2016-12-20
proc.c: assume rb_iseq_location_t::first_lineno is always a Fixnum
rhe
2016-11-05
* eval.c, method.h, proc.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c:
ktsj
2016-10-09
vm_method.c: update assertion [ci skip]
nobu
2016-09-23
* vm_method.c (make_method_entry_refined): fix wrong use of ||.
shugo
2016-09-23
* eval.c (rb_mod_refine): refine modules as well.
shugo
2016-07-29
rb_funcallv
nobu
2016-07-28
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-07-13
* vm_method.c (method_entry_get_without_cache): check
ko1
2016-06-24
No respond_to? as if the default definition
nobu
[next]