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_insnhelper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
move rb_vm_lvar_exposed() correctly.
Koichi Sasada
2019-11-14
1
-0
/
+9
*
Avoid top-level search for nested constant reference from nil in defined?
Dylan Thacker-Smith
2019-11-13
1
-1
/
+4
*
rewrite comment.
Koichi Sasada
2019-11-11
1
-4
/
+3
*
use STACK_ADDR_FROM_TOP()
Koichi Sasada
2019-11-09
1
-2
/
+1
*
initialize kw special local var.
Koichi Sasada
2019-11-09
1
-1
/
+4
*
name the result of calccall
卜部昌平
2019-11-08
1
-2
/
+3
*
describe vm_cache_check_for_class_serial [ci skip]
卜部昌平
2019-11-08
1
-0
/
+79
*
support builtin features with Ruby and C.
Koichi Sasada
2019-11-08
1
-0
/
+186
*
extend rb_call_cache
卜部昌平
2019-11-07
1
-14
/
+47
*
rb_method_basic_definition_p with CC
卜部昌平
2019-11-05
1
-5
/
+11
*
fix bug in keyword + protected combination
卜部昌平
2019-10-28
1
-2
/
+9
*
more on struct rb_call_data
卜部昌平
2019-10-25
1
-114
/
+151
*
retry tailcall optimization (#2529)
wanabe
2019-10-25
1
-3
/
+34
*
Duplicate hash when converting keyword hash to keywords
Jeremy Evans
2019-10-24
1
-2
/
+4
*
Combine call info and cache to speed up method invocation
Alan Wu
2019-10-24
1
-35
/
+31
*
extracted declare_under
Nobuyoshi Nakada
2019-10-10
1
-8
/
+10
*
Revert "tailcall optimization again (#2528)"
Koichi Sasada
2019-10-06
1
-34
/
+3
*
tailcall optimization again (#2528)
wanabe
2019-10-06
1
-3
/
+34
*
add debug counters for vm_search_method_slowpath()
卜部昌平
2019-10-03
1
-0
/
+5
*
Revert https://github.com/ruby/ruby/pull/2486
卜部昌平
2019-10-03
1
-23
/
+29
*
Treat return in block in class/module as LocalJumpError (#2511)
Jeremy Evans
2019-10-02
1
-1
/
+5
*
Fix assertion
Nobuyoshi Nakada
2019-09-30
1
-1
/
+1
*
delete unnecessary branch
卜部昌平
2019-09-30
1
-4
/
+0
*
refactor constify most of rb_method_entry_t
卜部昌平
2019-09-30
1
-6
/
+6
*
refactor add rb_method_entry_from_template
卜部昌平
2019-09-30
1
-10
/
+2
*
refactor delete rb_method_entry_copy
卜部昌平
2019-09-30
1
-1
/
+0
*
refactor delete rb_method_definition_set
卜部昌平
2019-09-30
1
-20
/
+27
*
refactor rb_method_definition_create take opts
卜部昌平
2019-09-30
1
-4
/
+4
*
refactor constify most of rb_method_definition_t
卜部昌平
2019-09-30
1
-3
/
+3
*
Remove VM_NO_KEYWORDS, replace with RB_NO_KEYWORDS
Jeremy Evans
2019-09-29
1
-1
/
+1
*
Correctly issue ArgumentError when calling method that accepts no keywords
Jeremy Evans
2019-09-27
1
-0
/
+2
*
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-09-27
1
-7
/
+7
*
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-09-27
1
-3
/
+6
*
Add Module#ruby2_keywords for passing keywords through regular argument splats
Jeremy Evans
2019-09-25
1
-17
/
+27
*
Use RUBY_VM_NEXT_CONTROL_FRAME macro
Takashi Kokubun
2019-09-20
1
-3
/
+2
*
fix spec failure
卜部昌平
2019-09-19
1
-2
/
+10
*
reuse cc->call
卜部昌平
2019-09-19
1
-6
/
+31
*
delete unused variable
卜部昌平
2019-09-18
1
-1
/
+0
*
Fix keyword argument separation issues with sym procs when using refinements
Jeremy Evans
2019-09-17
1
-4
/
+22
*
Convert keyword argument to required positional hash argument for Class#new, ...
Jeremy Evans
2019-09-06
1
-2
/
+10
*
* remove trailing spaces. [ci skip]
git
2019-09-06
1
-1
/
+1
*
Mark rb_warn_keyword_to_last_hash as static inline
Jeremy Evans
2019-09-05
1
-1
/
+0
*
Convert empty keyword hash to required positional argument and warn for metho...
Jeremy Evans
2019-09-05
1
-1
/
+1
*
Convert empty keyword hash to required positional argument and warn for sym p...
Jeremy Evans
2019-09-05
1
-1
/
+1
*
Convert empty keyword hash to required positional argument and warn for lambd...
Jeremy Evans
2019-09-05
1
-4
/
+6
*
Convert empty keyword hash to required positional argument and warn
Jeremy Evans
2019-09-05
1
-5
/
+22
*
Always remove empty keyword hashes when calling methods
Jeremy Evans
2019-09-05
1
-13
/
+18
*
Add a keyword-to-last-hash warning for some case of define_method method
Yusuke Endoh
2019-09-05
1
-0
/
+4
*
define_method should not drop the empty keyword hash
Yusuke Endoh
2019-09-05
1
-1
/
+1
*
vm_call_bmethod should not drop the empty keyword hash
Yusuke Endoh
2019-09-05
1
-1
/
+1
[next]