summaryrefslogtreecommitdiff
path: root/test/ruby/test_enum.rb
AgeCommit message (Expand)Author
2018-10-30introduce TransientHeap. [Bug #14858]ko1
2018-10-30revert r65444 and r65446 because of commit missko1
2018-10-30introduce TransientHeap. [Bug #14858]ko1
2018-09-20Enumerable#to_h with block and so onnobu
2018-09-13warn unused blocks with Enumerable#all? any? one? none?nobu
2018-07-22fix sum on infinitynobu
2017-12-10Add case equality arity to Enumerable#all?, any?, none? and one?,marcandre
2017-10-25range.c: check if exclude_end? is definednobu
2017-07-18vm_eval.c: rb_lambda_callnobu
2017-06-21Fix Enumerable#uniq with non single yield argumentsnobu
2017-05-30enum.c: check if reenterednobu
2017-05-24enum.c: respect method visibilitynobu
2017-05-24test_enum.rb: test_inject_array_op_redefinednobu
2017-05-24duplicate methodnobu
2017-04-21Removed mathn.rb from stdlib. It's deprecated from Ruby 2.2.hsbt
2017-04-06Rename RbConfig::Limits as RbConfig::LIMITSnobu
2017-03-02test: use RbConfig::Limitsnobu
2016-12-06array.c, enum.c: change sum algorithmmrkn
2016-10-04* enum.c: Make Enumerable#chunk with no block returnmarcandre
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