aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* test_call.rb: refine test_safe_callnobu2017-10-021-3/+3
* compile.c: fix stack consitency errornobu2017-10-021-0/+1
* io.c: check null charnobu2017-10-021-0/+6
* test_argf.rb: indent here docsnobu2017-10-021-311/+367
* test_refinement.rb: test for r59946nobu2017-10-011-0/+15
* eval.c: check typenobu2017-09-301-0/+21
* string.c: fix ASCII-only on succnobu2017-09-301-0/+5
* string.c: ASCII-incompatible is not ASCII onlynobu2017-09-291-1/+6
* pack.c: unpack "M" may be ASCII onlynobu2017-09-291-0/+5
* array.c: improve operations on small arraysnobu2017-09-291-0/+44
* complex.c: no overflownobu2017-09-271-0/+3
* complex.c: no overflownobu2017-09-271-0/+3
* Suppress warnings by other than self-assignmentsnobu2017-09-261-5/+9
* Time#at receives 3rd argument which specifies the unit of 2nd argument [Featu...naruse2017-09-251-0/+11
* test/ruby/test_iseq.rb: Skip test_safe_call_chain if Coverage is running.yui-knk2017-09-251-1/+3
* test_gc.rb: relax criterionnobu2017-09-241-1/+1
* dup String#split return valuenobu2017-09-231-0/+5
* dup String#rpartition return valuenobu2017-09-231-0/+5
* dup String#partition return valuenobu2017-09-231-1/+6
* numeric.c: use NUM2DBLnobu2017-09-222-0/+19
* load.c: real path to loadnobu2017-09-212-1/+15
* process: block/unblock signals around forknormal2017-09-201-0/+10
* ruby.c: paragraph mode by -00nobu2017-09-201-0/+2
* thread.c: report then abortnobu2017-09-191-1/+15
* parse.y: lex by lvarnobu2017-09-191-0/+11
* vm.c: fix `cfp consistency error' which occursktsj2017-09-181-0/+21
* error.c: KeyError#receiver and KeyError#keynobu2017-09-183-3/+12
* refinements in string interpolationnobu2017-09-181-0/+13
* literal symbol by internnobu2017-09-171-0/+15
* Remove needless splat arraykazu2017-09-151-1/+1
* object.c: fix conversion failure messagenobu2017-09-151-0/+1
* Measure branch and method coverage for `make test-all`mame2017-09-141-1/+1
* added workaround for APFS file format.hsbt2017-09-141-1/+10
* test_rubyoptions.rb: keep paths if necessarynobu2017-09-131-5/+7
* fiber: fix machine stack marking when FIBER_USE_NATIVE is 0normal2017-09-081-0/+11
* string.c: fix false coderangenobu2017-09-061-7/+20
* string.c: grapheme clusters on frozen stringnobu2017-09-041-0/+2
* string.c: enumerator_wantarraynobu2017-09-031-4/+35
* string.c: fix for non-Unicode encodingsnobu2017-09-031-0/+2
* test_io.rb: suppress a warningnobu2017-09-031-1/+1
* cont.c: fix root fiber to_snobu2017-09-021-0/+1
* skip unless PLATFORM is darwin.ko12017-09-011-4/+5
* Fix C level backtrace on Darwinnaruse2017-09-011-0/+20
* compile.c: ensure after toplevel returnnobu2017-09-011-1/+1
* Skip test_open_tempfile_path on EINVALsorah2017-08-311-5/+11
* File#path: Raise IOError when a file is O_TMPFILEsorah2017-08-311-0/+12
* test_syntax.rb: suppress warningsnobu2017-08-311-1/+1
* String#each_grapheme_cluster and String#grapheme_clustersnaruse2017-08-311-0/+40
* test_syntax.rb: assert outputnobu2017-08-311-7/+4
* array.c: integer calculationsnobu2017-08-301-6/+43