summary refs log tree commit diff
path: root/library/core/src/slice/iter.rs
AgeCommit message (Expand)AuthorLines
2021-01-13Auto merge of #77858 - ijackson:split-inclusive, r=KodrAusbors-15/+11
2021-01-13bump split_inclusive stabilization to 1.51.0Ashley Mannix-11/+11
2021-01-07Enclose types in comments in backticksMarcus Svensson-4/+4
2021-01-07Fix type name in doc example for Iter and IterMutMarcus Svensson-4/+4
2021-01-04Stabilize split_inclusiveIan Jackson-15/+11
2020-12-31Replace the tracking issue for the slice_group_by featureClément Renault-12/+12
2020-12-10Implement a user friendly Debug on GroupBy and GroupByMutClément Renault-2/+14
2020-12-10Fix the fmt issuesClément Renault-17/+14
2020-12-10Mute the file-length errorClément Renault-0/+1
2020-12-10Mark the Iterator last self parameter as mutClément Renault-2/+2
2020-12-10Use none as the issue instead of 0Clément Renault-9/+9
2020-12-10Implement last on the GroupBy and GroupByMut IteratorsClément Renault-0/+10
2020-12-10Implement size_hint on the GroupBy and GroupByMut IteratorsClément Renault-0/+18
2020-12-10Implement it with only safe codeClément Renault-141/+97
2020-12-10Introduce the GroupBy and GroupByMut IteratorsClément Renault-0/+180
2020-10-27Rollup merge of #76635 - scottmcm:slice-as-chunks, r=LukasKalbertodtYuki Okushi-15/+4
2020-10-06Eliminate bounds checking in slice::WindowsAnthonyMikh-14/+15
2020-10-04Add [T]::as_chunks_mut (as unstable)Scott McMurray-15/+4
2020-09-26Rollup merge of #77076 - GuillaumeGomez:missing-code-examples-slice-iter, r=D...Ralf Jung-0/+164
2020-09-25Add missing code examples on slice iter typesGuillaume Gomez-0/+164
2020-09-25Rename Iterator::get_uncheckedMatthew Jasper-23/+24
2020-09-18inline inner function of inlining methodsLzu Tao-0/+19
2020-09-18Move unsafe code of slice `new` function of their Iterator structsLzu Tao-42/+106
2020-09-17Using <Iter>::new instead of exposing internal fieldsLzu Tao-57/+193
2020-09-16Add array window fnkadmin-0/+100
2020-09-14Move iterator impls to a new moduleLzu Tao-0/+2495