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