aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_array.rb
Commit message (Expand)AuthorAgeFilesLines
* Revive accidentally removed assertionkazu2019-04-031-0/+1
* Introduce beginless range [Feature#14799]mame2019-04-031-1/+14
* Mark array as "going to be modified" in `Array#reject!`tenderlove2019-01-081-0/+59
* test_array.rb: increase timeout for RubyCIk0kubun2018-12-301-1/+1
* test_array.rb: increase timeout for RubyCIk0kubun2018-12-281-1/+1
* range.c: reject ArithmeticSequence in rb_range_valuesmrkn2018-12-211-0/+1
* Fix error messagenobu2018-12-041-1/+5
* Revert r63030nobu2018-11-221-1/+3
* appveyor.yml: run memory-exchausting test separatelyk0kubun2018-11-131-1/+0
* test_array.rb: try to avoid NoMemoryError on AppVeyork0kubun2018-11-131-0/+1
* Add difference method to Arraynobu2018-10-051-0/+21
* Enumerable#to_h with block and so onnobu2018-09-201-8/+31
* Add union method to Arraynobu2018-09-201-0/+38
* fix sum on infinitynobu2018-07-221-0/+7
* Introduce endless range [Feature#12912]mame2018-04-191-0/+13
* Remove the disabled old tests for Ruby 1.8/1.9 feature changemame2018-04-171-33/+7
* Use assert(false) for the path that is expected unreachablemame2018-04-171-2/+2
* array.c: yield blockarg in collectnobu2018-03-291-0/+2
* test_array.rb (test_slice!): moved misplaced testnobu2018-03-151-0/+2
* Add a new #filter alias for #selecteregon2018-02-251-0/+20
* vm_insnhelper.c: search in the indexing ordernobu2018-01-111-0/+12
* Add FrozenError as a subclass of RuntimeErrorshyouhei2017-12-121-13/+13
* Fixed misspelling words.hsbt2017-10-221-2/+2
* array.c: improve operations on small arraysnobu2017-09-291-0/+44
* array.c: integer calculationsnobu2017-08-301-6/+43
* array.c: join encodingnobu2017-08-291-0/+1
* test/ruby: tweaked heredocsnobu2017-08-291-7/+14
* array.c: fix position in messagenobu2017-05-121-0/+1
* array.c: check position to insertnobu2017-05-121-0/+1
* Removed mathn.rb from stdlib. It's deprecated from Ruby 2.2.hsbt2017-04-211-4/+0
* Rename RbConfig::Limits as RbConfig::LIMITSnobu2017-04-061-2/+2
* array.c: Array#append and Array#prependnobu2017-04-011-0/+19
* test: use RbConfig::Limitsnobu2017-03-021-2/+2
* array.c: check if numericnobu2017-02-181-0/+3
* array.c: do not resize to less than 0rhe2016-12-201-0/+5
* array.c: check array length every time after yieldingrhe2016-12-201-3/+10
* Increase timeoutnaruse2016-12-171-1/+1
* array.c, enum.c: change sum algorithmmrkn2016-12-061-0/+1
* random.c: private randnobu2016-12-051-0/+11
* test_array.rb: do not assume stable sortnobu2016-10-121-1/+1
* * array.c (flatten): use rb_obj_class instead of rb_class_ofktsj2016-09-081-0/+18
* multiple argumentsnobu2016-08-271-0/+6
* * test/ruby/test_array.rb (TestArray#test_push_over_ary_max): it seems to takeusa2016-05-191-1/+1
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-6/+6
* Fix rb_ary_sum for mathnmrkn2016-05-011-0/+4
* * test/ruby/test_array.rb: Add test cases for Array#sum withyui-knk2016-04-241-0/+3
* * array.c (rb_ary_sum): Don't yield same element twice.akr2016-04-151-0/+7
* * array.c (rb_ary_sum): Fix SEGV by [1/2r, 1].sum.akr2016-04-151-0/+1
* array.c (rb_ary_sum): use rb_rational_add directlymrkn2016-04-151-0/+2
* array.c: sum for Rational and Float mixed arraysmrkn2016-04-151-0/+2