summaryrefslogtreecommitdiff
path: root/test/ruby/test_enum.rb
AgeCommit message (Expand)Author
2016-07-20fix typoskazu
2016-07-20enum.c: Enumerable#uniqnobu
2016-05-17Optimize enum_sum for a range from int to intmrkn
2016-05-17Implement Enumerable#summrkn
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2016-05-01envutil.rb defines Integer::{FIXNUM_MIN,FIXNUM_MAX}.akr
2016-04-13* array.c (rb_ary_sum): Array#sum is implemented.akr
2016-03-23* enum.c (ary_inject_op): Use Kahan's compensated summation algorithmmrkn
2016-03-17* enum.c (ary_inject_op): Implement the specialized code for sum ofakr
2016-03-17* array.c (rb_ary_max, rb_ary_min): Array#max and Array#min added.mame
2016-03-17* enum.c (enum_inject): Implement the specialized code for sum ofakr
2016-03-15* enum.c (enum_inject): Consider redefinition of Fixnum#+.akr
2016-02-19test/ruby: suppress parser warningsnobu
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