summaryrefslogtreecommitdiff
path: root/test/ruby/test_enum.rb
AgeCommit message (Expand)Author
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-10-04* enum.c (nmin_filter): Fix limit value.akr
2015-09-28preserve encodings in error messagesnobu
2015-08-11* enum.c: added doc for Enumerable#ziphsbt
2015-07-04all?, any?, one?, none? of empty Enumerablenobu
2015-07-04* Add test case for empty array and first method with args.hsbt
2015-07-04* Add test for `Enumerable#sort` with block. Patch by @yui-knkhsbt
2015-07-01* Add test for Enumerable#none? [fix GH-950] Patch by @yui-knkhsbt
2015-06-25enum.c (enum_minmax): simplify return value creationnormal
2015-06-14* enum.c (enum_chunk_while): New method Enumerable#chunk_while.akr
2015-06-12vm.c: break from orphan blocknobu
2015-05-14* enum.c (enum_grep_v, grep_i, grep_iter_i, Init_enum):sorah
2015-05-12* enum.c (enum_to_a): fix incompatibility introduced in r50457.glass
2015-04-20test_enum.rb: use assert_warningnobu
2015-04-06* enum.c: Enumerable#chunk and Enumerable#slice_before no longer takesakr
2015-02-28enum.c: limit sizenobu
2014-11-29test/ruby: suppress warningsnobu
2014-10-15enum.c: nil if no iterationnobu
2014-10-13* enum.c (nmin_run): max(n) and max_by(n) returns an array inakr
2014-09-20* enum.c (enum_slice_when): New method: Enumerable#slice_when.akr
2014-05-18* enum.c: Enumerable#slice_after implemented.akr
2014-04-26* test/ruby/test_enum.rb (test_flat_map): Added test for flat_map.hsbt
2014-04-16enum.c: fix condition to recycle block argumentnobu
2014-04-16test_enum.rb: add testsnobu
2014-03-13vm_insnhelper.c: relax arity checknobu
2014-03-12revert [Bug #9605]nobu
2014-03-07enum.c: yield multiple valuesnobu
2014-03-04* test/ruby: get rid of warnings.usa
2014-02-14* enum.c: Enumerable#{min,min_by,max,max_by} extended to take anakr
2013-12-23* array.c: Have to_h raise on elements that are not key-value pairs [#9239]marcandre
2013-10-23* array.c: Add Array#to_h [Feature #7292]marcandre
2013-03-22* test_enum.rb: Make test more precisemarcandre
2012-09-19array.c, enum.c: TypeError in zipnobu
2012-02-17* enum.c: move work variables to objects not to let called blocksnobu
2011-09-24* enum.c (slice_before_i): use rb_attr_get to surpress wrong warningnaruse
2011-01-01add a test.akr
2010-03-13* enum.c (enum_join): remove Enumerable#join. [ruby-core:24786]matz
2010-02-03* enumerator.c: move implementation of each_slice, each_cons,matz
2010-02-02* enum.c (enum_each_entry): new method #each_entry to pack valuesmatz
2010-01-25supress warnings.akr
2010-01-22* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.mame
2009-10-30* test/ruby/test_enum.rb (test_count): marked as an implementationnobu
2009-10-30* test/ruby/test_enum.rb (test_count): test for [ruby-core:24794].nobu
2009-10-02* enum.c (enum_slice_before): take a pattern if no block given.akr
2009-09-22* enum.c (enum_chunk): new method Enumerable#chunk.akr
2009-07-22* test/ruby/test_enum.rb (TestEnumerable#each): recursive join nowmatz
2009-07-10* array.c (recursive_join): use obj to tell if recursion occurs.nobu
2009-07-07* enum.c (rb_enum_join): non-nil separator must be convertible tonobu
2009-07-06* enum.c (enum_join): deals with self recursive objects to get ridnobu
2009-03-08* test/ruby/test_enum.rb: add some tests.mame