aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
...
* The encoding of __FILE__ and __dir__ should be sameusa2017-10-211-0/+16
* Revert "Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]"naruse2017-10-211-1/+1
* Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]naruse2017-10-211-1/+1
* [Feature #13712] String#start_with? supports regexpnaruse2017-10-211-0/+5
* hash.c: Add Hash#sliceglass2017-10-211-0/+8
* assertion for r60225nobu2017-10-211-0/+3
* ruby.c: reject NUL in $0nobu2017-10-191-0/+7
* freeze Complex and Rationalnobu2017-10-192-8/+0
* parse.y: indent at '#'nobu2017-10-191-0/+8
* parse.y: serial comparisonsnobu2017-10-181-0/+8
* test_complex.rb: NaN Complexnobu2017-10-161-0/+6
* error.c: infinite recursion at Warning#warnnobu2017-10-131-0/+14
* revert a part of r60163.ko12017-10-111-1/+0
* check a thread on TracePoint.ko12017-10-111-0/+3
* process.c: null byte at initgroupsnobu2017-10-111-0/+8
* parse.y: token info with BOMnobu2017-10-111-0/+11
* io.c: encoding of ARGF.inplace_modenobu2017-10-101-0/+23
* io.c: path name conversion at ARGFnobu2017-10-101-0/+28
* Remove unnecessary `require 'thread'`kazu2017-10-086-7/+0
* proc.c: super_method of included methodnobu2017-10-061-0/+10
* 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