aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_enumerator.rb
Commit message (Expand)AuthorAgeFilesLines
* Make Enumerator::Chain#each treat lambdas as lambdaJeremy Evans2019-12-031-0/+16
* Add rb_enumeratorize_with_size_kw and related macrosJeremy Evans2019-09-301-0/+8
* Document and test Enumerator.produceAkinori MUSHA2019-09-121-0/+45
* Make size on an infinite each_slice enumerator return InfinityJeremy Evans2019-06-021-0/+5
* Adding Enumerable#filter_mapAlfonso Jiménez2019-05-231-1/+1
* Implement Enumerator::Yielder#to_procknu2019-03-111-0/+15
* enumerator.c: fix inspect with the last empty hashnobu2018-12-241-0/+6
* Implement Enumerator#+ and Enumerable#chain [Feature #15144]knu2018-11-241-1/+115
* Set the size of a new enumerator created by Enumerator#each with arguments to...knu2018-10-221-2/+5
* Tests of Enumerator::Yielder#yield with multiple argumentsnobu2018-09-181-0/+6
* enumerator.c: Introduce Enumerator::ArithmeticSequencemrkn2018-08-061-1/+1
* test_enumerator.rb: duplicate assertionsnobu2018-03-131-4/+0
* Bug Fix Enumerator::Lazy#uniq state for multiple callnobu2018-03-131-2/+7
* Add a new #filter alias for #selecteregon2018-02-251-3/+3
* Add FrozenError as a subclass of RuntimeErrorshyouhei2017-12-121-2/+2
* enum.c: check argument firstnobu2017-11-051-0/+2
* Fix size on Enumerable#cycle when the size is 0 [Bug #14082].marcandre2017-11-051-0/+7
* enumerator.c: Enumerator::Lazy#uniqnobu2016-07-201-0/+5
* test/ruby: suppress parser warningsnobu2016-02-191-0/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* Kernel#loop returns the result value of a finished iteratorknu2015-10-221-0/+8
* preserve encodings in error messagesnobu2015-09-281-0/+12
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* merge GH-558nobu2014-03-101-1/+1
* Additional test coverage to Enumerator#peek.nobu2013-12-141-0/+9
* hash.c: rb_hash_reject without dupnobu2013-12-071-3/+7
* enumerator.c: should not store local variable addressnobu2013-11-301-0/+10
* * enumerator.c: Allow Enumerator size argument to be any callable.marcandre2013-08-271-0/+3
* Add a frozenness check to Enumerator::Generator#initialize.knu2013-07-291-0/+5
* Add a frozenness check to Enumerator#initialize.knu2013-07-291-0/+10
* enumerator.c: use VALUEnobu2013-05-181-0/+8
* * enumerator.c (enumerator_with_index): try to convert given offset tonaruse2013-03-111-0/+12
* enumerator.c: allow Bignum for with_indexnobu2013-03-051-0/+8
* Fix tests of rb_warning().knu2012-11-241-2/+2
* Revert of 37541 "* test/ruby/test_enumerator.rb: Add test to shed light upon ...marcandre2012-11-101-3/+0
* * test/ruby/test_enumerator.rb: Add test to shed light upon the bugayumin2012-11-071-0/+3
* * string.c: Support for String#{each_byte,each_char,each_codepoint}.sizemarcandre2012-11-061-0/+6
* * numeric.c (int_dotimes): Support for Integer#times.sizemarcandre2012-11-061-0/+1
* * numeric.c (int_upto, int_downto): Support for Integer#{down|up}to.sizemarcandre2012-11-061-0/+6
* * range.c: Support for range.step.sizemarcandre2012-11-061-0/+6
* * numeric.c (num_step): Support for Numeric#step.sizemarcandre2012-11-061-0/+15
* * struct.c: Support for Struct's enumerators #sizemarcandre2012-11-061-0/+7
* * hash.c: Support for enumerators created by ENV:marcandre2012-11-061-0/+6
* * hash.c: Support for enumerators created by Hash:marcandre2012-11-061-0/+7
* * enum.c (enum_cycle): Support for Enumerable#cycle.sizemarcandre2012-11-061-0/+5
* * enum.c (enum_each_cons): Support for Enumerable#each_cons.sizemarcandre2012-11-061-0/+7
* * enum.c (enum_each_slice): Support for Enumerable#each_slice.sizemarcandre2012-11-061-0/+8
* * enum.c: Support for enumerators created by Enumerable with forwarding:marcandre2012-11-061-0/+14
* * vm_eval.c (rb_f_loop): Support for loop.sizemarcandre2012-11-061-0/+4
* * array.c (rb_ary_cycle): Support for Array#cycle.sizemarcandre2012-11-061-0/+8