summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-18webrick: fix SNI supportnormal
2017-07-17parse.y: refine literal error messagesnobu
2017-07-16parse.y: refine invalid Unicode escape messagenobu
2017-07-16assertions.rb: frozen string buffernobu
2017-07-16parse.y: utf-8 codepointsnobu
2017-07-16Use assert_syntax_errornobu
2017-07-15parse.y: refine error messagesnobu
2017-07-15test_lexer.rb: require ripper directlyyui-knk
2017-07-14io.c: textmode if newline decoratornobu
2017-07-14Zlib::GzipReader#pos underflows after calling #ungetbyte or #ungetc at start ...naruse
2017-07-14Alias Set#to_s to #inspect [ruby-core:81753] [Feature #13676]knu
2017-07-14Make tests for Set#inspect more straightforwardknu
2017-07-14hash.c: Add Hash#transform_keys and Hash#transform_keys!mrkn
2017-07-14Merge psych-3.0.0.beta3 from ruby/psych.hsbt
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-13Use Test::Unit::TestCase instead of MiniTest::Unit::TestCase. Becausehsbt
2017-07-12optparse.rb: get rid of evalnobu
2017-07-11tainted string should be tainted.ko1
2017-07-10test_rubyoptions.rb: assert -00nobu
2017-07-08assertions.rb: syntax_check for other implnobu
2017-07-07webrick: add Server Name Indication (SNI)normal
2017-07-06Fix DecimalInteger converting to octal bugnobu
2017-07-06lexer.rb: ignore dedented spacenobu
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-07-01parse.y: f_margs parser eventsnobu
2017-07-01parse.y: mlhs_add_postnobu
2017-07-01test_parser_events.rb: simplifynobu
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