aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* warn unused blocks with Enumerable#all? any? one? none?nobu2018-09-131-0/+60
* fiber: fix crash on GC after forkingnormal2018-09-121-8/+15
* enumerator.c: Fix ArithmeticSequence for complex stepmrkn2018-09-121-0/+20
* Revert "enumerator.c: Fix ArithmeticSequence for complex step"mrkn2018-09-121-20/+0
* enumerator.c: Fix ArithmeticSequence for complex stepmrkn2018-09-121-0/+20
* test_jit.rb: show extra debug info for #test_unload_unitsk0kubun2018-09-111-6/+8
* Use https instead of httpkazu2018-09-111-1/+1
* Use `&.` after `&.`kazu2018-09-081-9/+9
* test/ruby/test_thread.rb: join threads in each testnormal2018-09-081-12/+17
* test/ruby/test_ast.rb: assert error messages toonobu2018-09-071-2/+6
* Refactor testnobu2018-09-071-10/+2
* range.c: Range#cover? accepts Range object. [Feature #14473]tarui2018-09-051-0/+46
* Merge csv-3.0.0 from ruby/csv repository.hsbt2018-09-056-98/+126
* Readline: expose rl_completion_quote_character variablenobu2018-09-021-0/+59
* complex.c: simplify division resultnobu2018-09-011-0/+7
* test/lib/test/unit/assertions.rb: explicit delegation of keyword argumentsmame2018-08-311-2/+2
* test/ruby/test_io.rb (test_select_leak): use handle_interruptnormal2018-08-291-5/+7
* cont.c: set th->root_fiber to current fiber at forknormal2018-08-291-1/+5
* * remove trailing spaces.svn2018-08-274-14/+14
* Merge master branch from rubygems upstream.hsbt2018-08-2723-84/+539
* * remove trailing spaces.svn2018-08-271-1/+1
* Merge rdoc-6.1.0.beta1.hsbt2018-08-2711-31/+360
* Merge psych-3.1.0.pre1.hsbt2018-08-274-14/+309
* test/ruby/test_io.rb (test_recycled_fd_close): Linux workaroundnormal2018-08-261-0/+12
* test/io/wait/test_io_wait_uncommon.rb: relax /dev/random checknormal2018-08-251-1/+7
* thread_pthread.c: main thread always gets hit by signalsnormal2018-08-251-0/+20
* test/ruby/test_io.rb (test_recycled_fd_close): use IO#read to avoid ppoll callnormal2018-08-241-1/+1
* test/readline/test_readline.rb: fix readline testk0kubun2018-08-232-7/+15
* check trace flags at loading [Bug #14702]ko12018-08-231-0/+14
* compile.c: remove tracecoverage instruction for line coveragemame2018-08-221-1/+1
* parse.y: remove coverage-related code fragmentsmame2018-08-221-9/+0
* Add more assertions for NotImplementedError of instance methodkazu2018-08-211-0/+4
* test/socket/test_socket.rb (timestamp_retry_rw): IO.select before recvmsgnormal2018-08-201-0/+1
* test/ruby/test_io.rb (test_select_leak): quiet unused variable warningnormal2018-08-191-1/+1
* Suppress read of ~/.irbrckazu2018-08-181-3/+3
* test/ruby/test_system.rb: suppress prompt and echo on Windowsnobu2018-08-181-0/+3
* test/lib/zombie_hunter.rb: enable zombie hunter for MJITk0kubun2018-08-181-3/+0
* test_function.rb: try running test_nogvl_poll againk0kubun2018-08-181-4/+0
* passing non-stdio fds is not supported on Windowsnobu2018-08-171-1/+1
* process.c: defaults to close_others falsenormal2018-08-162-0/+11
* test/net/imap/test_imap.rb (test_exception_during_idle): kill infinite loopernormal2018-08-161-1/+3
* test/ripper/test_parser_events.rb (test_block_variables): bump RLIMIT_AS againnormal2018-08-151-1/+1
* test_function.rb: skip running testk0kubun2018-08-151-0/+4
* test_readline.rb: skip teardown failurek0kubun2018-08-151-0/+3
* test_env.rb: change mingw branchk0kubun2018-08-151-4/+1
* skip tests failing on AppVeyor MinGWk0kubun2018-08-152-0/+6
* Revert "test/lib/leakchecker.rb (find_tempfiles): don't warn for missing files"normal2018-08-141-2/+1
* non-symbol keys in kwargsnobu2018-08-141-12/+12
* test/fiddle/test_function.rb (test_nogvl_poll): stop timer hacknormal2018-08-141-0/+6
* thread_pthread.c: eliminate timer thread by restructuring GVLnormal2018-08-133-7/+9