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
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
2017-10-26
rb_vm_bh_to_procval() accepts `ec` instead of `th`.
ko1
2017-10-26
vm_pop_frame() accepts `ec` instead of `th`.
ko1
2017-10-26
vm_push_frame() accepts `ec` instead of `th`.
ko1
2017-10-26
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-24
Lazy Proc allocation for block parameters
ko1
2017-10-06
proc.c: super_method of included method
nobu
2017-10-01
use rb_hash_new_with_size()
glass
2017-08-10
vm_args.c: prefer optarg to keyword splat
nobu
2017-08-05
splat keyword hash
nobu
2017-07-04
vm_args.c: improve keyword argument errors
nobu
2017-06-05
remove arg_setup_lambda.
ko1
2017-05-31
Improve performance of implicit type conversion
watson1978
2017-05-09
rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
normal
2017-04-17
vm_backtrace.c: backtrace functions per threads
nobu
2017-03-19
vm_args.c: arity check of lambda
nobu
2017-03-18
vm_args.c: pass block
nobu
2016-10-15
vm_args.c: cache procs
nobu
2016-10-15
vm_args.c: allow refinements in Symbol proc
nobu
2016-09-25
vm_args.c: split make_unused_kw_hash
nobu
2016-07-28
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-07-26
* vm_insnhelper.c: introduce rb_vm_pop_frame() and use it
ko1
2016-07-08
* vm_args.c (vm_caller_setup_arg_block): call rb_sym_to_proc()
shugo
2016-07-07
* vm_args.c (setup_parameters_complex): don't raise ArgumentError
naruse
2016-07-07
* vm_args.c (vm_caller_setup_arg_block): disable symbol block
shugo
2016-05-29
vm_core.h: rb_exc_set_backtrace declaration
nobu
2015-12-17
* vm_args.c (vm_caller_setup_arg_block): remove code for ifunc
shugo
2015-10-16
vm_args.c: symbol proc
nobu
2015-10-06
* vm_args.c: remove an unused field args_info::calling.
ko1
2015-10-06
vm_args.c: wrap symbol ifunc
nobu
2015-10-01
vm_args.c: fix marking symbol ifunc
nobu
2015-10-01
revert r51991
nobu
2015-10-01
vm_args.c: GC guard
nobu
2015-09-30
vm_args.c: optimize symbol block passing
nobu
2015-09-19
* vm_core.h: split rb_call_info_t into several structs.
ko1
2015-09-08
* vm_core.h: remove rb_call_info_t::blockiseq.
ko1
[next]