aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* fix TracePoint#return_value with non-local exitsko12017-04-061-0/+142
* Rename RbConfig::Limits as RbConfig::LIMITSnobu2017-04-066-9/+9
* Fix arguments order of IO#pwritekazu2017-04-031-1/+1
* Add IO#pread and IO#pwrite methodsnobu2017-04-031-0/+21
* test/ruby/test_optimization.rb: quiet warningsnormal2017-04-011-3/+3
* compile.c: optimize literal String range in case/when dispatchnormal2017-04-011-0/+15
* array.c: Array#append and Array#prependnobu2017-04-011-0/+19
* test_symbol.rb: switch to assert_not_equalnobu2017-03-291-4/+4
* test/ruby/test_symbol.rb: new test for nondeterminismnormal2017-03-281-0/+10
* dir.c: err at glob failurenobu2017-03-271-0/+18
* fix redefinition optimization for -"literal string" (UMinus)normal2017-03-271-0/+5
* class.c: prohibit refinement modulenobu2017-03-251-0/+14
* vm_args.c: arity check of lambdanobu2017-03-192-1/+7
* test_lambda.rb: remove duplcate testsnobu2017-03-181-26/+0
* test_lambda.rb: refine testnobu2017-03-181-2/+4
* vm_args.c: pass blocknobu2017-03-181-0/+25
* rational.c: float denomnobu2017-03-161-1/+13
* rational.c: read_numnobu2017-03-161-0/+16
* test_rational.rb: invalid exponentnobu2017-03-161-0/+4
* test_rational.rb: duplicate assertionsnobu2017-03-161-36/+0
* rational.c: zero divisionnobu2017-03-161-0/+5
* test_rational.rb: shortennobu2017-03-161-93/+98
* object.c: make String#to_f consistent with literalnobu2017-03-151-0/+6
* Fiber also has same issue. [Bug #13313]ko12017-03-141-0/+8
* thread.c: Thread.start with Symbolnobu2017-03-141-0/+8
* file.c: join with /nobu2017-03-131-0/+13
* string.c: $; is a GC-rootnobu2017-03-131-0/+11
* test/ruby/test_require.rb: use squiggly heredocsnobu2017-03-111-26/+38
* fix UTF-32 valid_encoding?nobu2017-03-091-2/+2
* fix UTF-32 valid_encoding?nobu2017-03-091-0/+68
* test_utf16.rb: refine valid_encoding testsnobu2017-03-091-50/+62
* proc.c: preserve class name encoding in Proc#to_snobu2017-03-081-0/+2
* parse.y: remove tracenobu2017-03-071-0/+9
* string.c: negation of LONG_MINnobu2017-03-071-0/+2
* refine a warning message.akr2017-03-021-6/+6
* test: use RbConfig::Limitsnobu2017-03-025-8/+8
* parse.y: indent at invalid identifiernobu2017-02-261-0/+4
* NEWS: document String#-@ changenormal2017-02-251-0/+2
* Integer.sqrt argument checknobu2017-02-241-0/+1
* Integer.sqrt [Feature #13219]nobu2017-02-241-0/+24
* rational.c: infinity in powernobu2017-02-221-0/+2
* rational.c: infinity in powernobu2017-02-221-0/+6
* refine warning message for binary regexp /.../n.akr2017-02-221-6/+6
* Thread#fetchnobu2017-02-221-0/+30
* numeric.c: Numeric#clone and #dupnobu2017-02-221-4/+10
* object.c: message encodingnobu2017-02-211-0/+4
* regparse.c: initialize return valuesnobu2017-02-201-0/+19
* vm_insnhelper.c: super to module in refinementnobu2017-02-191-0/+32
* array.c: check if numericnobu2017-02-181-0/+3
* marshal.c: revert r57631 partiallynobu2017-02-151-0/+3