aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* net/pop: make modified strings mutablenormal2018-01-301-0/+29
* compile.c: try to convert in massign `for`nobu2018-01-271-0/+10
* defined? returns nil for toplevel constant lookupnobu2018-01-271-0/+4
* error.c: receiver kwargnobu2018-01-261-0/+46
* test_exception.rb: NameError.new NoMethodError.newnobu2018-01-261-0/+61
* error.c: KeyError missing keyword argumentsnobu2018-01-261-0/+4
* KeyError#initialize accepts receiver and key.kou2018-01-261-0/+38
* optparse.rb: froze string literalsnobu2018-01-261-0/+9
* hash.c: support key swapping in Hash#transform_keys!mrkn2018-01-261-0/+8
* string.c: clear substring code rangenobu2018-01-251-0/+6
* process.c: add :exception option to Kernel.#systemk0kubun2018-01-241-0/+19
* dir.c: Dir#each_childnobu2018-01-241-0/+3
* vm_args.c: to_proc refinementsnobu2018-01-241-0/+116
* Fix a typoyui-knk2018-01-241-1/+1
* init.c: encode socket error messagenobu2018-01-231-0/+8
* test_io.rb: avoid OOMnobu2018-01-191-1/+2
* vm_insnhelper.c: fix many keyword argumentsnobu2018-01-191-2/+5
* vm_insnhelper.c: should invert unspecified flagnobu2018-01-191-0/+50
* extend timeout morenaruse2018-01-181-1/+1
* parse.y: fix overflownobu2018-01-181-0/+8
* extend timeoutnaruse2018-01-171-1/+1
* test_ast.rb: no base directory namenobu2018-01-171-4/+4
* parse.y (new_regexp): Fix SEGV of `/#{"\u3042"}#{'い'}/` in non UTF-8mame2018-01-161-2/+6
* Add tests for Node code locationsyui-knk2018-01-151-0/+132
* test/ruby/test_syntax.rb (test_command_with_cmd_brace_block): Addedmame2018-01-151-0/+5
* test_console_attr.rb: fix testnobu2018-01-151-3/+14
* parse.y: Fix a bug of `obj[42, &blk] ||= foo bar`mame2018-01-151-0/+24
* fix for IPv6 envnaruse2018-01-111-2/+3
* Mock fetching data from real DNS [Feature #14340]naruse2018-01-111-12/+16
* Fix indent and use as skipped message instead of commentkazu2018-01-112-2/+2
* iseq.c: child iseq encodingnobu2018-01-111-0/+5
* vm_insnhelper.c: search in the indexing ordernobu2018-01-111-0/+12
* skip some tests so that no failure occurs in root privilegemame2018-01-1017-4/+32
* parse.y: insane syntax too (class definition in cond)mame2018-01-091-0/+5
* parse.y: insane syntaxnobu2018-01-091-0/+5
* Allow `-> do rescue; end` as well as `proc do rescue; end`mame2018-01-091-0/+18
* vm.c: respect redefinition of Proc#callnobu2018-01-081-0/+18
* parse.y: nd_line of new_qcallnobu2018-01-071-0/+26
* eval_error.c: reset in each linenobu2018-01-071-0/+3
* test_exception.rb: fix messagenobu2018-01-071-2/+2
* net/ftp: fix FrozenError in BufferedSocketnormal2018-01-061-0/+6
* test_process.rb: skip not-found groupsnobu2018-01-061-1/+6
* Extend timeout of test_clear_unreachable_keyword_argsnaruse2018-01-051-1/+1
* Show how many seconds it timeoutsnaruse2018-01-051-1/+1
* extend timeout to 15 seconds for ARMv8 environmentnaruse2018-01-051-1/+1
* compile.c: fix stack consistency errornobu2018-01-051-0/+9
* marshal.c: allow marshalling keyword_init structk0kubun2018-01-051-0/+7
* check array for zsuper. [Bug #14279]ko12018-01-051-0/+16
* test/ruby/test_io.rb: relax RLIMIT_NPROC for invocation of rubymame2018-01-041-1/+1
* test_iseq_load.rb: set locationnobu2018-01-041-11/+22