about summary refs log tree commit diff
path: root/src/libcore/iter/adapters/flatten.rs
AgeCommit message (Expand)AuthorLines
2020-03-17Fix FlattenCompat::{next, next_back}Tim Vermeulen-4/+6
2020-02-10Fuse FlattenCompat's inner iteratorTim Vermeulen-4/+7
2019-11-26Format libcore with rustfmtDavid Tolnay-37/+91
2019-08-16Rollup merge of #63584 - Centril:cleanup-core-with-more-atb, r=alexregMazdak Farrokhzad-6/+2
2019-08-15libcore: more cleanups using associated_type_boundsMazdak Farrokhzad-6/+2
2019-08-12Reduce genericity in FlattenCompatJosh Stone-26/+52
2019-08-08Use associated_type_bounds where applicable - closes #61738Ilija Tovilo-24/+37
2019-04-19libcore: deny more...Mazdak Farrokhzad-3/+2
2019-04-18libcore => 2018Taiki Endo-2/+3
2019-01-22Don't expose FlattenCompat to IteratorClar Fon-8/+20
2019-01-22Move Flatten and FlatMap to own moduleClar Fon-0/+318