summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2017-07-26parse.y: brace after array literal argnobu
2017-07-25parse.y: limit codepoint lengthnobu
2017-07-23sprintf.c: width too bignobu
2017-07-20string.c: add String#delete_suffix and String#delete_suffix!sonots
2017-07-20parse.y: empty hash in definednobu
2017-07-20compile.c: restore stack at returnnobu
2017-07-19random.c: ensure initializednobu
2017-07-19test_rand.rb: improved assert_fork_statusnobu
2017-07-19revert r59359, r59356, r59355, r59354normal
2017-07-18fix typonobu
2017-07-18descriptive asssertionsnobu
2017-07-18string: preserve taint flag with String#-@ (uminus)normal
2017-07-18vm_eval.c: rb_lambda_callnobu
2017-07-18test/ruby/test_string.rb: ensure we do not have tainted stringsnormal
2017-07-18newhash insn reuses existing keysnormal
2017-07-18hash: keep fstrings of tainted strings for string keysnormal
2017-07-17parse.y: refine literal error messagesnobu
2017-07-16parse.y: refine invalid Unicode escape messagenobu
2017-07-16parse.y: utf-8 codepointsnobu
2017-07-16Use assert_syntax_errornobu
2017-07-15parse.y: refine error messagesnobu
2017-07-14io.c: textmode if newline decoratornobu
2017-07-14hash.c: Add Hash#transform_keys and Hash#transform_keys!mrkn
2017-07-14process.c: null bytesnobu
2017-07-13Use tr! instead of gsub!kazu
2017-07-13process.c: handle dynamic :rlimit_* symbols in spawn execoptsnormal
2017-07-11tainted string should be tainted.ko1
2017-07-10test_rubyoptions.rb: assert -00nobu
2017-07-04vm_args.c: improve keyword argument errorsnobu
2017-07-04time.c: preserve marshalled timezonenobu
2017-07-03Suppress warning: method redefined; discarding old ==naruse
2017-07-02Symbol#== should be able to be redefinedktsj
2017-06-29compile.c: disallow next in oncenobu
2017-06-28introduce rb_fiber_t::first_proc.ko1
2017-06-28parse.y: fix tokennobu
2017-06-28parse.y: add ellipsisnobu
2017-06-28parse.y: flush numeric tokennobu
2017-06-28add two testsduerst
2017-06-28parse.y: fix parser_yyerrornobu
2017-06-27fix return in toplevel ensurenobu
2017-06-27fix return in toplevel rescue/ensurenobu
2017-06-27vm_insnhelper.c: break in oncenobu
2017-06-25compile.c: toplevel return in argumentnobu
2017-06-23parse.y: should not warn op method callnobu
2017-06-23parse.y: check multibyte charnobu
2017-06-23skip on other threads (again).ko1
2017-06-23revert r59151 which introduce failures.ko1
2017-06-23skip on other threads.ko1
2017-06-23Revert "Allow IO#reopen to take a block"glass
2017-06-22Allow IO#reopen to take a blockglass