about summary refs log tree commit diff
path: root/src/libcore/iter/adapters/zip.rs
AgeCommit message (Expand)AuthorLines
2020-04-24Document unsafety in `core::{panicking, alloc::layout, hint, iter::adapters::...LeSeulArtichaut-2/+8
2019-12-22Format the worldMark Rousskov-38/+62
2019-11-06Have tidy ensure that we document all `unsafe` blocks in libcoreOliver Scherer-0/+2
2019-08-12Avoid closures in the default <Zip as ZipImpl>::nextJosh Stone-5/+3
2019-04-18libcore => 2018Taiki Endo-1/+2
2019-01-22Don't expose ZipImpl to IteratorClar Fon-1/+4
2019-01-22Move super_nth out of ZipImplClar Fon-7/+9
2019-01-22Move TrustedRandomAccess into Zip moduleClar Fon-1/+17
2019-01-22Move Zip and ZipImpl to own moduleClar Fon-0/+261