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_insnhelper.c
Age
Commit message (
Expand
)
Author
2019-10-06
Revert "tailcall optimization again (#2528)"
Koichi Sasada
2019-10-06
tailcall optimization again (#2528)
wanabe
2019-10-03
add debug counters for vm_search_method_slowpath()
卜部昌平
2019-10-03
Revert https://github.com/ruby/ruby/pull/2486
卜部昌平
2019-10-02
Treat return in block in class/module as LocalJumpError (#2511)
Jeremy Evans
2019-09-30
Fix assertion
Nobuyoshi Nakada
2019-09-30
delete unnecessary branch
卜部昌平
2019-09-30
refactor constify most of rb_method_entry_t
卜部昌平
2019-09-30
refactor add rb_method_entry_from_template
卜部昌平
2019-09-30
refactor delete rb_method_entry_copy
卜部昌平
2019-09-30
refactor delete rb_method_definition_set
卜部昌平
2019-09-30
refactor rb_method_definition_create take opts
卜部昌平
2019-09-30
refactor constify most of rb_method_definition_t
卜部昌平
2019-09-29
Remove VM_NO_KEYWORDS, replace with RB_NO_KEYWORDS
Jeremy Evans
2019-09-27
Correctly issue ArgumentError when calling method that accepts no keywords
Jeremy Evans
2019-09-27
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-09-27
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-09-25
Add Module#ruby2_keywords for passing keywords through regular argument splats
Jeremy Evans
2019-09-20
Use RUBY_VM_NEXT_CONTROL_FRAME macro
Takashi Kokubun
2019-09-19
fix spec failure
卜部昌平
2019-09-19
reuse cc->call
卜部昌平
2019-09-18
delete unused variable
卜部昌平
2019-09-17
Fix keyword argument separation issues with sym procs when using refinements
Jeremy Evans
2019-09-06
Convert keyword argument to required positional hash argument for Class#new, ...
Jeremy Evans
2019-09-06
* remove trailing spaces. [ci skip]
git
2019-09-05
Mark rb_warn_keyword_to_last_hash as static inline
Jeremy Evans
2019-09-05
Convert empty keyword hash to required positional argument and warn for metho...
Jeremy Evans
2019-09-05
Convert empty keyword hash to required positional argument and warn for sym p...
Jeremy Evans
2019-09-05
Convert empty keyword hash to required positional argument and warn for lambd...
Jeremy Evans
2019-09-05
Convert empty keyword hash to required positional argument and warn
Jeremy Evans
2019-09-05
Always remove empty keyword hashes when calling methods
Jeremy Evans
2019-09-05
Add a keyword-to-last-hash warning for some case of define_method method
Yusuke Endoh
2019-09-05
define_method should not drop the empty keyword hash
Yusuke Endoh
2019-09-05
vm_call_bmethod should not drop the empty keyword hash
Yusuke Endoh
2019-09-05
vm_call_opt_send should not drop the empty keyword hash
Yusuke Endoh
2019-09-05
vm_insnhelper.c: Do not read `ci->flag` after CALLER_SETUP_ARG
Yusuke Endoh
2019-09-05
Add a comment that some ci->flag is inconsistent after CALLER_SETUP_ARG
Yusuke Endoh
2019-09-05
Ignore an empty keyword splat for attr_reader/writer methods
Yusuke Endoh
2019-09-05
C method should accept a keyword hash (for compatibility with 2.6)
Yusuke Endoh
2019-09-05
CALLER_SETUP_ARG removes an empty keyword hash from argv
Yusuke Endoh
2019-09-05
vm_argc.c (vm_caller_setup_arg_kw): "cfunc" argument is no longer used
Yusuke Endoh
2019-09-05
Set calling->kw_splat = 1 in vm_caller_setup_arg_kw
Yusuke Endoh
2019-09-05
Fix passing keywords without splats to sym procs, define_method, and method_m...
Jeremy Evans
2019-09-05
Make Symbol#to_proc calls handle keyword arguments
Jeremy Evans
2019-09-05
If removing an empty keyword splat hash, unset the kw_splat flag
Jeremy Evans
2019-09-05
Add rb_funcall_with_block_kw
Jeremy Evans
2019-09-05
Set VM_FRAME_FLAG_CFRAME_KW if kw_splat set in vm_yield_with_cfunc
Jeremy Evans
2019-09-05
Propagate kw_splat information
Yusuke Endoh
2019-09-03
Merge pull request #2422 from jeremyevans/rb_keyword_given_p
Jeremy Evans
2019-09-02
fix shortcut condition
Urabe, Shyouhei
[next]