aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* should not return.ko12017-04-171-1/+1
* eval.c: copy before cause setupnobu2017-04-171-0/+7
* test_integer.rb: simplify teststomar2017-04-161-8/+5
* test/ruby/test_io.rb: use Thread.stop? to waitnobu2017-04-161-1/+1
* * test/ruby/test_io.rb (test_race_closed_stream): separate because it stopsusa2017-04-161-18/+21
* bignum.c: fix inexact estimationnobu2017-04-151-0/+12
* sync certainly.ko12017-04-141-1/+1
* more explicit synchronization.ko12017-04-141-1/+4
* increase timeout seconds.ko12017-04-141-1/+1
* Terminate created threads.ko12017-04-131-0/+2
* thread.c: disable VM events when stack overflownobu2017-04-131-0/+15
* 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