aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* refactor newhash (revision 58463 another try) [fix GH-1600]shyouhei2017-04-272-1/+73
* error.c: send as a single stringnobu2017-04-261-0/+4
* add timeout.ko12017-04-251-2/+11
* no longer rescue exceptions of #<=> when initializing a Rangeeregon2017-04-251-0/+8
* no longer rescue exceptions of #coerce in Integer#steperegon2017-04-252-3/+3
* no longer rescue exceptions in numeric comparison operationseregon2017-04-251-6/+4
* load.c: backtrace of circular requirenobu2017-04-251-5/+29
* parse.y: args tail at errornobu2017-04-241-0/+7
* Fix space flag when Inf/NaN and width==3nobu2017-04-231-0/+52
* test_file_exhaustive.rb: check case-sensitive fsnobu2017-04-221-2/+4
* define PACKED_STRUCT_UNALIGNED correctlynormal2017-04-221-0/+17
* Removed mathn.rb from stdlib. It's deprecated from Ruby 2.2.hsbt2017-04-213-19/+0
* use correct synchronization.ko12017-04-201-6/+6
* Move test_extlibs.rb because it's not the test of ruby itselfusa2017-04-201-85/+0
* compile.c: wrong optimizationnobu2017-04-181-0/+43
* test_optimization.rb: heredoc code stylenobu2017-04-181-36/+50
* 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