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
/
enumerator.c
Age
Commit message (
Expand
)
Author
2023-06-24
Do not have Enumeratory::Lazy#zip mark result as packed
Jeremy Evans
2023-03-17
Implement declarative references for enumerator
Matt Valentine-House
2022-12-26
Try to fix RDoc markup for Enumerator
Benoit Daloze
2022-12-21
Make Enumerartor.product return nil when called with a block
Akinori MUSHA
2022-12-21
Make product consistently yield an array of N elements instead of N arguments
Akinori MUSHA
2022-12-20
Use "Fiber storage variables" consistently
Benoit Daloze
2022-12-20
Improve documentation for fiber-scoped variables
Benoit Daloze
2022-12-20
Never use the storage of another Fiber, that violates the whole design
Benoit Daloze
2022-12-16
Reject keyword arguments given to Enumerator::Product.new
Akinori MUSHA
2022-12-01
Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)
Samuel Williams
2022-11-25
`remain` no longer starts with 0
Nobuyoshi Nakada
2022-11-25
[Bug #18971] Add precheck to enumerator
Nobuyoshi Nakada
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-08-11
Fix Array#[] with ArithmeticSequence with negative steps (#5739)
Jeremy Evans
2022-08-06
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-07-30
Implement Enumerator::Product and Enumerator.product [Feature #18685]
Akinori MUSHA
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2021-09-27
Introduce `RBIMPL_NONNULL_ARG` macro
Nobuyoshi Nakada
2021-09-23
Comparing nonnull argument to NULL is useless
Nobuyoshi Nakada
2021-09-12
Using RB_FLOAT_TYPE_P macro
S-H-GAMELINKS
2021-09-05
Replace RBOOL macro
S-H-GAMELINKS
2021-06-17
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-05-27
Fix lazy enumerator with index size
Jeremy Evans
2021-04-09
Fix documentation for Enumerator::Lazy#with_index
Jeremy Evans
2021-03-06
Undef Enumerator::Chain#{feed,next,next_values,peek,peek_values}
Jeremy Evans
2021-03-06
Make Enumerator#{+,chain} create lazy chain if any included enumerator is lazy
Jeremy Evans
2021-03-06
Fix calling enumerator methods such as with_index on Enumerator::Chain
Jeremy Evans
2021-01-08
Replace `Kernel.#open` with `URI.open` in doc
Masataka Pocke Kuwabara
2021-01-02
Add Enumerable#compact and Enumerator::Lazy#compact
zverok
2020-12-22
Enumerator.new: raise unless block given
卜部昌平
2020-12-21
Document usage of ArithmeticSequence in Array#slice, and add to NEWS (#3952)
Victor Shepelev
2020-12-09
Fix ArithmeticSequence#last and ArithmeticSequence#each for non-integer seque...
Kenta Murata
2020-10-21
Removed more unnecessary ID caches
Nobuyoshi Nakada
2020-10-21
Feature #16812: Allow slicing arrays with ArithmeticSequence (#3241)
Kenta Murata
2020-08-15
RARRAY_AREF: convert into an inline function
卜部昌平
2020-07-23
Improved Enumerable::Lazy#zip
Nobuyoshi Nakada
2020-07-23
Improved Enumerable::Lazy#flat_map
Nobuyoshi Nakada
2020-07-23
New functions to pass more elements than passed
Nobuyoshi Nakada
2020-05-26
Update Enumerable::Yielder#to_proc document (#3142)
Masataka Pocke Kuwabara
2020-05-26
Fix non-existent method reference in Enumerator.produce document (#3141)
Masataka Pocke Kuwabara
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
Added more NORETURN declarations
Nobuyoshi Nakada
2020-05-05
Improve documentation for Enumerator#next, next_values, peek and peek_values.
Marc-Andre Lafortune
2020-04-11
[ci skip] Enumerator doc cleanup
gerero20
2020-04-08
Suppress C4244 "possible loss of data" warnings
Nobuyoshi Nakada
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-02-09
Removed duplicated code
Nobuyoshi Nakada
2020-01-02
Fully separate positional arguments and keyword arguments
Jeremy Evans
2019-12-26
decouple internal.h headers
卜部昌平
[next]