aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* fix typos [ci skip]kazu2016-10-312-2/+2
* parse.y: !-operator warningnobu2016-10-291-0/+40
* compile.c: not flip-flopnobu2016-10-291-0/+2
* vm_eval.c: follow the original classnobu2016-10-291-0/+14
* Update windows-1255 tablenobu2016-10-281-1/+1
* object.c: fixable float to fixnumnobu2016-10-271-0/+10
* object.c: use converted stringnobu2016-10-271-0/+4
* proc.c: follow the original classnobu2016-10-251-0/+16
* test_thread.rb: count accuratelynobu2016-10-241-5/+5
* complex.c: undefine Comparable methodsnobu2016-10-241-6/+4
* refine assertionsnobu2016-10-242-65/+65
* complex.c: undefine clampnobu2016-10-241-0/+1
* test_refinement.rb: Symbol#to_proc testnobu2016-10-231-0/+5
* numeric.c: fix up r55891nobu2016-10-221-0/+27
* hash.c: fix Hash#compact! return valuenobu2016-10-221-1/+2
* compile.c: order with splattingnobu2016-10-221-0/+8
* fix r56467nobu2016-10-211-1/+1
* dir.c: retry glob with GCnobu2016-10-211-0/+14
* test_require.rb: reduce GCnobu2016-10-211-2/+6
* test_proc.rb: improve curry testsnobu2016-10-201-9/+17
* vm_insnhelper.c: refinements with sendnobu2016-10-191-2/+2
* * enc/windows_1254.c, test/ruby/enc/test_case_comprehensive.rb:duerst2016-10-161-1/+1
* test_io.rb: use assert_not_predicatenobu2016-10-151-8/+3
* test_refinement.rb: test_symbol_procnobu2016-10-152-12/+8
* test_refinement.rb: using without evalnobu2016-10-151-6/+6
* Add test of DATA.binmode?kazu2016-10-151-0/+12
* vm_args.c: allow refinements in Symbol procnobu2016-10-151-0/+12
* process.c: use uaspawnnobu2016-10-141-0/+21
* io.c: copy_stream to duplex IOnobu2016-10-131-0/+12
* hash.c: add compact and compact! methodsnobu2016-10-131-0/+8
* test_array.rb: do not assume stable sortnobu2016-10-121-1/+1
* ruby.c: bind fd before waitingnobu2016-10-101-0/+20
* test_require.rb: use assert_separatelynobu2016-10-101-20/+23
* load.c: setup syntax error backtracenobu2016-10-061-10/+10
* load.c: fix load/require contextnobu2016-10-061-0/+20
* test_io.rb: split test_gets_rsnobu2016-10-061-4/+19
* test_io.rb: workaround for Dockernobu2016-10-051-2/+8
* * enum.c: Make Enumerable#chunk with no block returnmarcandre2016-10-041-0/+6
* compile.c: optimize flip-flopnobu2016-10-011-0/+3
* test_flip.rb: addnobu2016-09-301-0/+5
* test_range.rb: all assertionsnobu2016-09-301-49/+60
* error.c: check argument of Warning.warnnobu2016-09-271-0/+12
* parse.y: fix up r56198nobu2016-09-271-0/+13
* test_syntax.rb: more test_warn_balancednobu2016-09-271-2/+8
* * error.c: This makes all warnings raised call Warning.warn, whichshyouhei2016-09-271-0/+27
* iseq.c: syntax error in compile_filenobu2016-09-271-0/+18
* test_exception.rb: another assertionnobu2016-09-261-1/+2
* eval_intern.h: make TH_PUSH_TAG() initialize rb_vm_tag::tag with Qundefrhe2016-09-261-0/+9
* * eval.c (rb_mod_refine): refine modules as well.shugo2016-09-231-7/+54
* parse.y: preserve cmdarg_stacknobu2016-09-211-0/+21