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
*
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
*
vm_call_opt_send should not drop the empty keyword hash
Yusuke Endoh
2019-09-05
1
-1
/
+1
*
vm_insnhelper.c: Do not read `ci->flag` after CALLER_SETUP_ARG
Yusuke Endoh
2019-09-05
1
-2
/
+2
*
Add a comment that some ci->flag is inconsistent after CALLER_SETUP_ARG
Yusuke Endoh
2019-09-05
1
-0
/
+10
*
Ignore an empty keyword splat for attr_reader/writer methods
Yusuke Endoh
2019-09-05
1
-2
/
+2
*
C method should accept a keyword hash (for compatibility with 2.6)
Yusuke Endoh
2019-09-05
1
-1
/
+1
*
CALLER_SETUP_ARG removes an empty keyword hash from argv
Yusuke Endoh
2019-09-05
1
-21
/
+9
*
vm_argc.c (vm_caller_setup_arg_kw): "cfunc" argument is no longer used
Yusuke Endoh
2019-09-05
1
-1
/
+1
*
Set calling->kw_splat = 1 in vm_caller_setup_arg_kw
Yusuke Endoh
2019-09-05
1
-4
/
+3
*
Fix passing keywords without splats to sym procs, define_method, and method_m...
Jeremy Evans
2019-09-05
1
-3
/
+4
*
Make Symbol#to_proc calls handle keyword arguments
Jeremy Evans
2019-09-05
1
-2
/
+1
*
If removing an empty keyword splat hash, unset the kw_splat flag
Jeremy Evans
2019-09-05
1
-0
/
+2
*
Add rb_funcall_with_block_kw
Jeremy Evans
2019-09-05
1
-2
/
+2
*
Set VM_FRAME_FLAG_CFRAME_KW if kw_splat set in vm_yield_with_cfunc
Jeremy Evans
2019-09-05
1
-2
/
+1
*
Propagate kw_splat information
Yusuke Endoh
2019-09-05
1
-9
/
+13
*
Merge pull request #2422 from jeremyevans/rb_keyword_given_p
Jeremy Evans
2019-09-03
1
-1
/
+5
*
fix shortcut condition
Urabe, Shyouhei
2019-09-02
1
-0
/
+1
*
delete unused function
Urabe, Shyouhei
2019-09-02
1
-11
/
+0
*
opt_regexpmatch1 is actually making things slower.
Urabe, Shyouhei
2019-09-02
1
-0
/
+4
*
Simplify setting of VM_CALL_KW_SPLAT in vm_call_method_missing
Jeremy Evans
2019-09-01
1
-4
/
+1
*
Fix keyword argument separation warning in method_missing
Jeremy Evans
2019-09-01
1
-0
/
+3
*
Fix keyword argument separation warning when using send
Jeremy Evans
2019-08-31
1
-2
/
+2
*
Don't pass an empty keyword hash when double splatting empty hash when callin...
Jeremy Evans
2019-08-31
1
-1
/
+8
*
Don't pass an empty keyword hash when double splatting empty hash
Jeremy Evans
2019-08-30
1
-0
/
+6
*
Separate keyword arguments from positional arguments
Yusuke Endoh
2019-08-30
1
-15
/
+21
*
Show the previous definition location,
Nobuyoshi Nakada
2019-08-29
1
-4
/
+24
*
decouple compile.c usage of imemo_ifunc
卜部昌平
2019-08-27
1
-1
/
+1
*
Hoisted out search_refined_method
Nobuyoshi Nakada
2019-08-17
1
-42
/
+49
*
Search refinement module along nested usings
Nobuyoshi Nakada
2019-08-17
1
-29
/
+27
*
* expand tabs. [ci skip]
git
2019-08-15
1
-1
/
+1
*
Remove support for nil::Constant
Jeremy Evans
2019-08-14
1
-3
/
+3
[next]