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_args.c
Age
Commit message (
Expand
)
Author
2019-08-30
Remove a verbose warning that is no longer needed
Jeremy Evans
2019-08-30
When splitting a keyword hash, dup it first to not mutate it
Jeremy Evans
2019-08-30
Implement keyword argument to last positional hash emulation
Jeremy Evans
2019-08-30
Make keyword_hash_split static
Jeremy Evans
2019-08-30
Support **nil syntax for specifying a method does not accept keyword arguments
Jeremy Evans
2019-08-30
Restore splitting of hashes into positional and keyword arguments, add warning
Jeremy Evans
2019-08-30
Only promote last hash to keyword if all keys are symbols
Jeremy Evans
2019-08-30
Fix hash to keyword warning to apply in all cases
Jeremy Evans
2019-08-30
Allow ** syntax to be used for calling methods that do not accept keywords
Jeremy Evans
2019-08-30
Separate keyword arguments from positional arguments
Yusuke Endoh
2019-05-23
update Array's length correctly.
Koichi Sasada
2019-04-10
Adjusted styles
nobu
2019-04-10
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
Adjusted styles
nobu
2019-02-01
on-smash canary detection
shyouhei
2018-12-30
vm_args.c: search symbol proc in super classes
nobu
2018-12-26
insns.def: refactor to avoid CALL_METHOD macro
shyouhei
2018-12-18
Freeze and hide callback arguments holder
nobu
2018-12-18
Enable refinements on symbol-proc in ruby-level methods
nobu
2018-12-04
Revert "Symbol refinements"
mrkn
2018-12-04
Symbol refinements
mrkn
2018-12-03
Revert "Symbol refinements"
nobu
2018-12-03
Symbol refinements
nobu
2018-12-03
Revert "Symbol refinements [Bug #15114]"
nobu
2018-12-03
Symbol refinements [Bug #15114]
nobu
2018-10-30
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
* expand tabs.
svn
2018-10-30
revert r65444 and r65446 because of commit miss
ko1
2018-10-30
* expand tabs.
svn
2018-10-30
introduce TransientHeap. [Bug #14858]
ko1
2018-08-28
rest parameter optimization [Feature #15010]
ko1
2018-08-11
vm_args.c: stop requiring `calling` in vm_caller_setup_arg_block
k0kubun
2018-07-29
repack structs
nobu
2018-07-24
vm.c: simplify the implementation of r64031
k0kubun
2018-05-31
vm_args.c: refined warning splat to var
nobu
2018-03-25
vm_args.c: warn splat to var
nobu
2018-02-06
mjit_compile.c: share the definition of macros
k0kubun
2018-01-24
vm_args.c: to_proc refinements
nobu
2018-01-19
vm_args.c: fix KW_SPECIFIED_BITS_MAX
nobu
2018-01-19
vm_insnhelper.c: fix many keyword arguments
nobu
2018-01-08
use `getblockparamproxy` to pass blocks.
ko1
2017-11-21
vm_args.c: ec arg of args_setup_kw_parameters
nobu
2017-11-09
fix backtrace on argment error.
ko1
2017-11-07
`th` is not used.
ko1
2017-10-29
constify `rb_vm_bh_to_procval()`
ko1
2017-10-28
`th` -> `ec` for backtrace functions.
ko1
2017-10-28
move fields from `th` to `ec`.
ko1
2017-10-27
Fix parameter name
kazu
2017-10-27
vm_exec_core() accepts `ec` instead of `th`.
ko1
2017-10-27
`vm_call_handler` and related functions accept `ec` instead of `th`.
ko1
[prev]
[next]