summaryrefslogtreecommitdiff
path: root/test/ruby/test_array.rb
AgeCommit message (Expand)Author
2019-07-02Implement Array#minmaxJeremy Evans
2019-06-26test/ruby/test_array.rb (test_sort_with_replace): run in a subprocessYusuke Endoh
2019-06-23array.c: always check frozenness in Array#unshift. Fixes [Bug #15952]Luke Gruber
2019-06-23Fix issue with Array#rindex when rb_equal modifies receiver arrayLuke Gruber
2019-04-03Revive accidentally removed assertionkazu
2019-04-03Introduce beginless range [Feature#14799]mame
2019-01-08Mark array as "going to be modified" in `Array#reject!`tenderlove
2018-12-30test_array.rb: increase timeout for RubyCIk0kubun
2018-12-28test_array.rb: increase timeout for RubyCIk0kubun
2018-12-21range.c: reject ArithmeticSequence in rb_range_valuesmrkn
2018-12-04Fix error messagenobu
2018-11-22Revert r63030nobu
2018-11-13appveyor.yml: run memory-exchausting test separatelyk0kubun
2018-11-13test_array.rb: try to avoid NoMemoryError on AppVeyork0kubun
2018-10-05Add difference method to Arraynobu
2018-09-20Enumerable#to_h with block and so onnobu
2018-09-20Add union method to Arraynobu
2018-07-22fix sum on infinitynobu
2018-04-19Introduce endless range [Feature#12912]mame
2018-04-17Remove the disabled old tests for Ruby 1.8/1.9 feature changemame
2018-04-17Use assert(false) for the path that is expected unreachablemame
2018-03-29array.c: yield blockarg in collectnobu
2018-03-15test_array.rb (test_slice!): moved misplaced testnobu
2018-02-25Add a new #filter alias for #selecteregon
2018-01-11vm_insnhelper.c: search in the indexing ordernobu
2017-12-12Add FrozenError as a subclass of RuntimeErrorshyouhei
2017-10-22Fixed misspelling words.hsbt
2017-09-29array.c: improve operations on small arraysnobu
2017-08-30array.c: integer calculationsnobu
2017-08-29array.c: join encodingnobu
2017-08-29test/ruby: tweaked heredocsnobu
2017-05-12array.c: fix position in messagenobu
2017-05-12array.c: check position to insertnobu
2017-04-21Removed mathn.rb from stdlib. It's deprecated from Ruby 2.2.hsbt
2017-04-06Rename RbConfig::Limits as RbConfig::LIMITSnobu
2017-04-01array.c: Array#append and Array#prependnobu
2017-03-02test: use RbConfig::Limitsnobu
2017-02-18array.c: check if numericnobu
2016-12-20array.c: do not resize to less than 0rhe
2016-12-20array.c: check array length every time after yieldingrhe
2016-12-17Increase timeoutnaruse
2016-12-06array.c, enum.c: change sum algorithmmrkn
2016-12-05random.c: private randnobu
2016-10-12test_array.rb: do not assume stable sortnobu
2016-09-08* array.c (flatten): use rb_obj_class instead of rb_class_ofktsj
2016-08-27multiple argumentsnobu
2016-05-19* test/ruby/test_array.rb (TestArray#test_push_over_ary_max): it seems to takeusa
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2016-05-01Fix rb_ary_sum for mathnmrkn
2016-04-24* test/ruby/test_array.rb: Add test cases for Array#sum withyui-knk