aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Test for r60396nobu2017-10-241-0/+15
* Lazy Proc allocation for block parametersko12017-10-241-0/+65
* io.c: fix infinite retrynobu2017-10-231-0/+10
* io.c: fix buffered outputnobu2017-10-231-0/+14
* io.c: no restrictionnobu2017-10-231-13/+7
* Fixed misspelling words.hsbt2017-10-225-7/+7
* Fix a target method of a testyui-knk2017-10-221-1/+1
* sort test resultnaruse2017-10-221-1/+1
* Make IO#write accept multiple argumentsglass2017-10-221-0/+26
* sort the test resultnaruse2017-10-221-2/+2
* Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]naruse2017-10-222-1/+5
* parse.y: workaround for warningsnobu2017-10-221-0/+1
* Add arity check into Hash#flattenglass2017-10-221-1/+6
* Fix typo in commentsonots2017-10-211-3/+3
* Improve performance of string interpolationnobu2017-10-211-0/+5
* Revert "ignore server side error"naruse2017-10-211-1/+1
* ignore server side errornaruse2017-10-211-1/+1
* 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