aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* strscan.c: fix segfault in arefnobu2017-07-211-0/+10
* ripper: add kwrest_param parser eventrhe2017-07-212-1/+14
* logger.rb: Fix handling prognamesonots2017-07-201-0/+4
* 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
* lib/net/imap.rb: Ignore trailing space for Microsoft Exchange Servershugo2017-07-191-0/+13
* 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
* webrick: fix SNI supportnormal2017-07-181-30/+58
* parse.y: refine literal error messagesnobu2017-07-171-3/+15
* parse.y: refine invalid Unicode escape messagenobu2017-07-161-1/+4
* assertions.rb: frozen string buffernobu2017-07-161-2/+2
* 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
* test_lexer.rb: require ripper directlyyui-knk2017-07-151-1/+1
* io.c: textmode if newline decoratornobu2017-07-141-0/+38
* Zlib::GzipReader#pos underflows after calling #ungetbyte or #ungetc at start ...naruse2017-07-141-0/+12
* Alias Set#to_s to #inspect [ruby-core:81753] [Feature #13676]knu2017-07-141-0/+11
* Make tests for Set#inspect more straightforwardknu2017-07-141-5/+4
* hash.c: Add Hash#transform_keys and Hash#transform_keys!mrkn2017-07-141-0/+28
* Merge psych-3.0.0.beta3 from ruby/psych.hsbt2017-07-1445-56/+67
* 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
* Use Test::Unit::TestCase instead of MiniTest::Unit::TestCase. Becausehsbt2017-07-138-15/+9
* optparse.rb: get rid of evalnobu2017-07-121-0/+3
* tainted string should be tainted.ko12017-07-111-0/+11
* test_rubyoptions.rb: assert -00nobu2017-07-101-0/+2
* assertions.rb: syntax_check for other implnobu2017-07-081-3/+19
* webrick: add Server Name Indication (SNI)normal2017-07-071-0/+84
* Fix DecimalInteger converting to octal bugnobu2017-07-061-6/+6
* lexer.rb: ignore dedented spacenobu2017-07-061-0/+19
* 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
* parse.y: f_margs parser eventsnobu2017-07-012-0/+93
* parse.y: mlhs_add_postnobu2017-07-011-4/+27
* test_parser_events.rb: simplifynobu2017-07-012-5/+38
* compile.c: disallow next in oncenobu2017-06-292-11/+8