aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Improve error messagekazu2017-07-311-2/+2
* visibility of inherited methodnobu2017-07-291-0/+44
* parse.y: brace after array literal argnobu2017-07-261-0/+4
* parse.y: limit codepoint lengthnobu2017-07-251-0/+2
* sprintf.c: width too bignobu2017-07-231-0/+6
* string.c: add String#delete_suffix and String#delete_suffix!sonots2017-07-201-0/+145
* parse.y: empty hash in definednobu2017-07-201-1/+7
* compile.c: restore stack at returnnobu2017-07-201-0/+1
* random.c: ensure initializednobu2017-07-191-0/+4
* test_rand.rb: improved assert_fork_statusnobu2017-07-191-3/+14
* revert r59359, r59356, r59355, r59354normal2017-07-192-44/+0
* fix typonobu2017-07-181-1/+1
* descriptive asssertionsnobu2017-07-181-10/+10
* string: preserve taint flag with String#-@ (uminus)normal2017-07-181-0/+5
* vm_eval.c: rb_lambda_callnobu2017-07-181-0/+4
* test/ruby/test_string.rb: ensure we do not have tainted stringsnormal2017-07-181-0/+2
* newhash insn reuses existing keysnormal2017-07-181-0/+7
* hash: keep fstrings of tainted strings for string keysnormal2017-07-181-0/+31
* parse.y: refine literal error messagesnobu2017-07-171-3/+15
* parse.y: refine invalid Unicode escape messagenobu2017-07-161-1/+4
* parse.y: utf-8 codepointsnobu2017-07-161-0/+3
* Use assert_syntax_errornobu2017-07-161-12/+4
* parse.y: refine error messagesnobu2017-07-151-4/+10
* io.c: textmode if newline decoratornobu2017-07-141-0/+38
* hash.c: Add Hash#transform_keys and Hash#transform_keys!mrkn2017-07-141-0/+28
* process.c: null bytesnobu2017-07-141-0/+4
* Use tr! instead of gsub!kazu2017-07-131-1/+1
* process.c: handle dynamic :rlimit_* symbols in spawn execoptsnormal2017-07-131-0/+12
* tainted string should be tainted.ko12017-07-111-0/+11
* test_rubyoptions.rb: assert -00nobu2017-07-101-0/+2
* vm_args.c: improve keyword argument errorsnobu2017-07-041-0/+13
* time.c: preserve marshalled timezonenobu2017-07-041-1/+3
* Suppress warning: method redefined; discarding old ==naruse2017-07-031-0/+1
* Symbol#== should be able to be redefinedktsj2017-07-021-0/+12
* compile.c: disallow next in oncenobu2017-06-292-11/+8
* introduce rb_fiber_t::first_proc.ko12017-06-281-0/+13
* parse.y: fix tokennobu2017-06-281-0/+8
* parse.y: add ellipsisnobu2017-06-281-0/+9
* parse.y: flush numeric tokennobu2017-06-281-0/+6
* add two testsduerst2017-06-281-0/+3
* parse.y: fix parser_yyerrornobu2017-06-281-0/+6
* fix return in toplevel ensurenobu2017-06-271-0/+1
* fix return in toplevel rescue/ensurenobu2017-06-272-0/+11
* vm_insnhelper.c: break in oncenobu2017-06-271-0/+11
* compile.c: toplevel return in argumentnobu2017-06-251-1/+3
* parse.y: should not warn op method callnobu2017-06-231-0/+1
* parse.y: check multibyte charnobu2017-06-231-0/+2
* skip on other threads (again).ko12017-06-231-1/+1
* revert r59151 which introduce failures.ko12017-06-231-1/+0
* skip on other threads.ko12017-06-231-0/+1