summary refs log tree commit diff
path: root/library/core/src/iter/mod.rs
AgeCommit message (Expand)AuthorLines
2021-03-27Add the tracking issue for `#![feature(iter_zip)]`Josh Stone-1/+1
2021-03-26Add function core::iter::zipJosh Stone-0/+2
2020-12-31Add Iterator::intersperse_withLukas Lueg-2/+2
2020-12-30Add tracking issueCamelid-1/+1
2020-12-30Add Iterator::intersperseJonas Schievink-0/+2
2020-11-23[update patch]William Chargin-3/+5
2020-11-23std::iter: document iteration over `&T` and `&mut T`William Chargin-0/+43
2020-11-22Merge `use`s in core::iterWaffle-13/+10
2020-09-03pacify tidyThe8472-2/+3
2020-09-03impl TrustedRandomAccess for vec::IntoIterThe8472-1/+3
2020-09-03in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adaptersThe8472-0/+5
2020-09-03Rollup merge of #76204 - NoraCodes:nora/control_flow_enum, r=scottmcmDylan DPC-56/+0
2020-09-02Format ControlFlow changes with rustfmtLeonora Tindall-1/+0
2020-09-01Clean up header in `iter` docs for `for` loopsCamelid-1/+1
2020-09-01Rename and expose LoopState as ControlFlowLeonora Tindall-55/+0
2020-08-30revert Some(Item) linkPrabakaran Kumaresshan-0/+1
2020-08-30resolve commentsPrabakaran Kumaresshan-8/+22
2020-08-30Switch to intra-doc links in core/src/{convert,iter}/mod.rsPrabakaran Kumaresshan-26/+9
2020-07-27mv std libs to library/mark-0/+425