aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_keyword.rb
Commit message (Expand)AuthorAgeFilesLines
* * vm_insnhelper.c (vm_call_method_each_type): should not set fastpathko12015-12-161-0/+20
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * vm_args.c: protect value stack from calling other methodsko12015-04-061-0/+10
* vm_args.c: fix non-symbol keys hashnobu2015-01-011-0/+7
* parse.y: fix internal IDs conflictnobu2014-12-281-0/+20
* * vm_args.c: fix backtrace location for keyword related exceptions.ko12014-11-271-2/+13
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* class.c: delete expected keywords directlynobu2014-10-221-0/+15
* parse.y: label cannot be followed by a modifiernobu2014-09-231-0/+14
* compile.c: store IDs as Symbolsnobu2014-09-201-0/+9
* vm_insnhelper.c: fix implicit splat keyword argumentnobu2014-07-101-0/+10
* vm.c: return the result hashnobu2014-06-031-0/+11
* compile.c: non-destructive keyword splatnobu2014-04-261-0/+13
* parse.y: required kwarg without parenthesesnobu2014-03-251-0/+9
* parse.y: required kwarg without parenthesesnobu2014-03-251-0/+10
* compile.c: unnamed keyword rest checknobu2013-12-251-0/+9
* test_keyword.rb: suppress warningsnobu2013-12-251-4/+4
* vm_insnhelper.c: post arguments as mandatorynobu2013-12-141-0/+10
* class.c, vm_insnhelper.c: check unknown keywordsnobu2013-12-081-0/+2
* test_keyword.rb: check error messagesnobu2013-12-081-6/+8
* * vm_insnhelper.c (vm_callee_setup_arg_complex, vm_yield_setup_block_args):ktsj2013-09-291-0/+19
* compile.c: not simple if keyword argsnobu2013-06-011-0/+2
* vm_insnhelper.c: extract keyword arguments after splatnobu2013-06-011-1/+6
* * vm_insnhelper.c (vm_callee_setup_keyword_arg,mame2013-05-301-1/+11
* compile.c: forward kwrestnobu2013-05-181-0/+30
* vm_insnhelper.c: non-symbol keynobu2013-04-121-0/+1
* compile.c: append keyword hash to splatnobu2013-04-091-0/+21
* vm_insnhelper.c: check required kwarg with resthashnobu2013-03-211-0/+16
* required keyword argumentsnobu2013-03-121-0/+21
* test_keyword.rb: suppress warningnobu2013-02-261-1/+1
* parse.y: keyword argument without parennobu2013-02-261-0/+16
* parse.y: bare kwrest_marknobu2013-01-071-0/+8
* vm_insnhelper.c: keyrest should not overwrite rest argnobu2013-01-071-0/+11
* * test/ruby/test_keyword.rb: add a test for passing hashktsj2012-12-301-0/+1
* * vm_insnhelper.c: set keyword hash on Proc/block calls.ktsj2012-12-301-0/+119
* * iseq.c (rb_iseq_parameters): fix limit for optional arguments.eregon2012-12-111-0/+24
* * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments), iseq.c (...mame2011-12-261-0/+9
* * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments, iseq_comp...mame2011-12-261-0/+105