aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* range.c: Make Range#bsearch support endless rangesmame2018-04-191-0/+5
* Make Range#min, max, include?, cover?, and === to support endless rangemame2018-04-191-0/+25
* Introduce endless range [Feature#12912]mame2018-04-192-3/+77
* dir.c: warning for NULnobu2018-04-191-2/+4
* Add slice method to ENV like Hash#slicenobu2018-04-191-0/+11
* test/ruby/test_super.rb: Remove unused assertionsmame2018-04-171-2/+2
* The test for TracePoint with thread had never worked correctlymame2018-04-171-2/+4
* The test for TracePoint#raised_exception had never worked correctlymame2018-04-171-2/+2
* Remove the old disabled assertions for 1.8/1.9mame2018-04-172-36/+0
* Enable the assertions that had been disabled for historical reasonmame2018-04-171-5/+4
* Remove the assertions that have no meaningmame2018-04-171-4/+4
* Remove the disabled old tests for Ruby 1.8/1.9 feature changemame2018-04-172-36/+7
* Use assert(false) for the path that is expected unreachablemame2018-04-172-3/+3
* test/date/test_date_base.rb: removedmame2018-04-171-435/+0
* test/csv/test_features.rb: enable accidentally-disabled assertionsmame2018-04-171-10/+8
* test/zlib/test_zlib.rb (test_path): enable the accidentally-disabled assertionmame2018-04-171-3/+3
* parse.y: fix cmdarg in command_argsnobu2018-04-171-0/+4
* compile.c: align rangenobu2018-04-161-0/+1
* string.c: fix dumped suffixnobu2018-04-161-1/+4
* string.c: fix checking ordernobu2018-04-161-0/+3
* Extend timeoutnaruse2018-04-141-1/+1
* irb.rb: restore the last errornobu2018-04-141-0/+9
* irb/{context,workspace}.rb: use local_variable_setnobu2018-04-141-0/+44
* file.c: chardev is loadablenobu2018-04-131-0/+5
* parse.y: `when` indentnobu2018-04-121-3/+3
* assert indents of `case` and `end`nobu2018-04-121-0/+1
* error.c: super in method_missingnobu2018-04-121-0/+16
* marshaltestlib.rb: use clean object for exceptionnobu2018-04-121-1/+3
* eval_error.c: fix loop on exception in messagenobu2018-04-111-0/+11
* symbol.c: non-ASCII constant namesnobu2018-04-101-0/+39
* parse.y: extra error message after no digitsnobu2018-04-091-4/+5
* test_literal.rb: use assert_syntax_errornobu2018-04-091-5/+1
* compile.c: align IBF dumped datanobu2018-04-081-1/+0
* test/ruby/test_iseq.rb: hexdump to diffnobu2018-04-071-2/+11
* Use assert_includenobu2018-04-071-3/+3
* Use assert_operator instead of assertkazu2018-04-061-3/+3
* compile.c: fix positions encodenobu2018-04-051-5/+24
* * test/test_tempfile.rb (test_{new,create}_traversal_dir): should not assume `t`usa2018-04-041-2/+2
* test/test_tempfile.rb: close a file object created by Tempfile.createmame2018-04-041-1/+3
* bignum.c: Bignum#fdiv avoids double division when divisor is bignummame2018-04-041-0/+1
* rexml: Fix a XPath bug of /child::node()kou2018-04-041-10/+17
* use Queue for inter-thread synchronization.ko12018-04-041-2/+3
* rexml: Fix a XPath bug of @attribute/parentkou2018-04-041-5/+5
* test_fiber.rb: fix test_create_fiber_in_new_threadnobu2018-04-031-3/+3
* Fix typonobu2018-04-031-1/+1
* rexml: Fix a XPath bug of name(node-set)kou2018-04-031-17/+25
* adjust indent [ci skip]nobu2018-04-031-1/+1
* repatch r62966 and r62969.ko12018-04-033-2/+105
* Fix Fiber with Thread issue on Windows [Bug #14642]ko12018-04-031-0/+9
* adjust indent [ci skip]nobu2018-04-031-1/+1