summary refs log tree commit diff
path: root/src/libcore/iter/adapters/chain.rs
AgeCommit message (Expand)AuthorLines
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