summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2017-05-12array.c: fix position in messagenobu
2017-05-12array.c: check position to insertnobu
2017-05-10test_exception.rb: test_machine_stackoverflow_by_tracenobu
2017-05-09parse.y: brace after literal argnobu
2017-05-09parse.y: do after cmdarg in parennobu
2017-05-09test_syntax.rb: test_brace_after_local_variablenobu
2017-05-07variable.c: cleanup waitq upon thread deathnormal
2017-05-06make Integer#{round,floor,ceil,truncate} always return integerstomar
2017-05-04parse.y: make shared string modifiablenobu
2017-05-01object.c: Kernel#yield_selfnobu
2017-04-29node.h: sign-extendnobu
2017-04-28parse.y: fix line in rescuenobu
2017-04-27Send the backtrace of the circular require warning as a single String to Warn...eregon
2017-04-27refactor newhash (revision 58463 another try) [fix GH-1600]shyouhei
2017-04-26error.c: send as a single stringnobu
2017-04-25add timeout.ko1
2017-04-25no longer rescue exceptions of #<=> when initializing a Rangeeregon
2017-04-25no longer rescue exceptions of #coerce in Integer#steperegon
2017-04-25no longer rescue exceptions in numeric comparison operationseregon
2017-04-25load.c: backtrace of circular requirenobu
2017-04-24parse.y: args tail at errornobu
2017-04-23Fix space flag when Inf/NaN and width==3nobu
2017-04-22test_file_exhaustive.rb: check case-sensitive fsnobu
2017-04-22define PACKED_STRUCT_UNALIGNED correctlynormal
2017-04-21Removed mathn.rb from stdlib. It's deprecated from Ruby 2.2.hsbt
2017-04-20use correct synchronization.ko1
2017-04-20Move test_extlibs.rb because it's not the test of ruby itselfusa
2017-04-18compile.c: wrong optimizationnobu
2017-04-18test_optimization.rb: heredoc code stylenobu
2017-04-17should not return.ko1
2017-04-17eval.c: copy before cause setupnobu
2017-04-16test_integer.rb: simplify teststomar
2017-04-16test/ruby/test_io.rb: use Thread.stop? to waitnobu
2017-04-16* test/ruby/test_io.rb (test_race_closed_stream): separate because it stopsusa
2017-04-15bignum.c: fix inexact estimationnobu
2017-04-14sync certainly.ko1
2017-04-14more explicit synchronization.ko1
2017-04-14increase timeout seconds.ko1
2017-04-13Terminate created threads.ko1
2017-04-13thread.c: disable VM events when stack overflownobu
2017-04-06fix TracePoint#return_value with non-local exitsko1
2017-04-06Rename RbConfig::Limits as RbConfig::LIMITSnobu
2017-04-03Fix arguments order of IO#pwritekazu
2017-04-03Add IO#pread and IO#pwrite methodsnobu
2017-04-01test/ruby/test_optimization.rb: quiet warningsnormal
2017-04-01compile.c: optimize literal String range in case/when dispatchnormal
2017-04-01array.c: Array#append and Array#prependnobu
2017-03-29test_symbol.rb: switch to assert_not_equalnobu
2017-03-28test/ruby/test_symbol.rb: new test for nondeterminismnormal
2017-03-27dir.c: err at glob failurenobu