index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_enumerator.rb
Age
Commit message (
Expand
)
Author
2019-09-30
Add rb_enumeratorize_with_size_kw and related macros
Jeremy Evans
2019-09-12
Document and test Enumerator.produce
Akinori MUSHA
2019-06-02
Make size on an infinite each_slice enumerator return Infinity
Jeremy Evans
2019-05-23
Adding Enumerable#filter_map
Alfonso Jiménez
2019-03-11
Implement Enumerator::Yielder#to_proc
knu
2018-12-24
enumerator.c: fix inspect with the last empty hash
nobu
2018-11-24
Implement Enumerator#+ and Enumerable#chain [Feature #15144]
knu
2018-10-22
Set the size of a new enumerator created by Enumerator#each with arguments to...
knu
2018-09-18
Tests of Enumerator::Yielder#yield with multiple arguments
nobu
2018-08-06
enumerator.c: Introduce Enumerator::ArithmeticSequence
mrkn
2018-03-13
test_enumerator.rb: duplicate assertions
nobu
2018-03-13
Bug Fix Enumerator::Lazy#uniq state for multiple call
nobu
2018-02-25
Add a new #filter alias for #select
eregon
2017-12-12
Add FrozenError as a subclass of RuntimeError
shyouhei
2017-11-05
enum.c: check argument first
nobu
2017-11-05
Fix size on Enumerable#cycle when the size is 0 [Bug #14082].
marcandre
2016-07-20
enumerator.c: Enumerator::Lazy#uniq
nobu
2016-02-19
test/ruby: suppress parser warnings
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-10-22
Kernel#loop returns the result value of a finished iterator
knu
2015-09-28
preserve encodings in error messages
nobu
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-03-10
merge GH-558
nobu
2013-12-14
Additional test coverage to Enumerator#peek.
nobu
2013-12-07
hash.c: rb_hash_reject without dup
nobu
2013-11-30
enumerator.c: should not store local variable address
nobu
2013-08-27
* enumerator.c: Allow Enumerator size argument to be any callable.
marcandre
2013-07-29
Add a frozenness check to Enumerator::Generator#initialize.
knu
2013-07-29
Add a frozenness check to Enumerator#initialize.
knu
2013-05-18
enumerator.c: use VALUE
nobu
2013-03-11
* enumerator.c (enumerator_with_index): try to convert given offset to
naruse
2013-03-05
enumerator.c: allow Bignum for with_index
nobu
2012-11-24
Fix tests of rb_warning().
knu
2012-11-10
Revert of 37541 "* test/ruby/test_enumerator.rb: Add test to shed light upon ...
marcandre
2012-11-07
* test/ruby/test_enumerator.rb: Add test to shed light upon the bug
ayumin
2012-11-06
* string.c: Support for String#{each_byte,each_char,each_codepoint}.size
marcandre
2012-11-06
* numeric.c (int_dotimes): Support for Integer#times.size
marcandre
2012-11-06
* numeric.c (int_upto, int_downto): Support for Integer#{down|up}to.size
marcandre
2012-11-06
* range.c: Support for range.step.size
marcandre
2012-11-06
* numeric.c (num_step): Support for Numeric#step.size
marcandre
2012-11-06
* struct.c: Support for Struct's enumerators #size
marcandre
2012-11-06
* hash.c: Support for enumerators created by ENV:
marcandre
2012-11-06
* hash.c: Support for enumerators created by Hash:
marcandre
2012-11-06
* enum.c (enum_cycle): Support for Enumerable#cycle.size
marcandre
2012-11-06
* enum.c (enum_each_cons): Support for Enumerable#each_cons.size
marcandre
2012-11-06
* enum.c (enum_each_slice): Support for Enumerable#each_slice.size
marcandre
2012-11-06
* enum.c: Support for enumerators created by Enumerable with forwarding:
marcandre
2012-11-06
* vm_eval.c (rb_f_loop): Support for loop.size
marcandre
2012-11-06
* array.c (rb_ary_cycle): Support for Array#cycle.size
marcandre
2012-11-06
* array.c (rb_ary_repeated_combination): Support for repeated_combination.size
marcandre
[next]