summary refs log tree commit diff
path: root/src/libcore/iter/sources.rs
AgeCommit message (Expand)AuthorLines
2018-03-03core: Update stability attributes for FusedIteratorUlrik Sverdrup-4/+4
2018-03-03core: Stabilize FusedIteratorUlrik Sverdrup-3/+3
2018-02-16core::iter::repeat_with: fix spelling, s/not/noteMazdak Farrokhzad-1/+1
2018-02-13core::iter::repeat_with: fix missing word, see @Pazzaz's reviewMazdak Farrokhzad-1/+1
2018-02-12core::iter::repeat_with: tracking issue is #48169Mazdak Farrokhzad-4/+4
2018-02-12core::iter::repeat_with: document DoubleEndedIterator behaviorMazdak Farrokhzad-0/+6
2018-02-12core::iter::repeat_with: fix doc testsMazdak Farrokhzad-2/+2
2018-02-12core::iter::repeat_with: derive Copy, Clone, DebugMazdak Farrokhzad-0/+1
2018-02-12core::iter::repeat_with: general fixesMazdak Farrokhzad-0/+4
2018-02-12add core::iter::repeat_withMazdak Farrokhzad-0/+104
2018-02-04Implement TrustedLen for Take<Repeat> and Take<RangeFrom>oberien-0/+3
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-11/+11
2016-12-30TrustedLen for Empty and Once.Clar Charr-1/+7
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-4/+1
2016-08-18Add a FusedIterator trait.Steven Allen-1/+10
2016-04-18Split core::iter module implementation into partsUlrik Sverdrup-0/+270