about summary refs log tree commit diff
path: root/src/libcore/iter/adapters/chain.rs
AgeCommit message (Expand)AuthorLines
2020-04-21Don't fuse Chain in its second iteratorJosh Stone-10/+22
2020-04-07Avoid extra &mut in Chain::fold and try_foldJosh Stone-2/+2
2020-04-07Reduce callsites in Chain::last()Josh Stone-11/+10
2020-04-07Reduce callsites in Chain::count()Josh Stone-6/+9
2020-04-07Implement Chain with Option fusesJosh Stone-149/+106
2019-12-22Format the worldMark Rousskov-40/+47
2019-11-01Fixed std::iter::Chain documentationOleg Nosov-1/+1
2019-08-18Fix bug in iter::Chain::size_hintTim Vermeulen-8/+14
2019-05-03Add custom nth_back for ChainAndrea Corradi-0/+23
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-04-18libcore => 2018Taiki Endo-2/+3
2019-01-22Don't expose ChainState to IteratorClar Fon-4/+9
2019-01-22Move Chain and ChainState to own moduleClar Fon-0/+255