| Age | Commit message (Expand) | Author | Lines |
| 2022-03-24 | add #[must_use] to functions of slice and its iterators. | Jendrik | -0/+26 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -3/+3 |
| 2022-02-01 | Auto merge of #86988 - thomcc:chunky-splitz-says-no-checking, r=the8472 | bors | -7/+35 |
| 2021-12-15 | Rollup merge of #91916 - steffahn:fix-typos, r=dtolnay | Matthias Krüger | -1/+1 |
| 2021-12-14 | Rollup merge of #89825 - martinvonz:split-inclusive-empty, r=m-ou-se | Matthias Krüger | -2/+4 |
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -1/+1 |
| 2021-10-31 | Pull `self.v.len()` out in `RChunks::next` as suggested in review comments | Thom Chiovoloni | -6/+7 |
| 2021-10-31 | Reference Chunks::next_back in more of the chunk iterators safety comments | Thom Chiovoloni | -34/+2 |
| 2021-10-31 | Address some issues in chunk iterator safety comments | Thom Chiovoloni | -25/+9 |
| 2021-10-31 | Carefully remove bounds checks from some chunk iterators | Thom Chiovoloni | -6/+81 |
| 2021-10-31 | Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett | Matthias Krüger | -0/+3 |
| 2021-10-30 | Add #[must_use] to remaining core functions | John Kugelman | -0/+3 |
| 2021-10-21 | Make RSplit<T, P>: Clone not require T: Clone | Caleb Sander | -1/+11 |
| 2021-10-12 | Make split_inclusive() on an empty slice yield an empty output | Martin von Zweigbergk | -2/+4 |
| 2021-10-11 | Add #[must_use] to as_type conversions | John Kugelman | -0/+2 |
| 2021-10-10 | Add #[must_use] to conversions that move self | John Kugelman | -0/+4 |
| 2021-08-12 | Test and fix size_hint for slice's [r]split* iterators | Frank Steffahn | -8/+25 |
| 2021-08-06 | Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si... | bors | -1/+0 |
| 2021-07-28 | Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees... | Frank Steffahn | -14/+66 |
| 2021-07-25 | ignore comments in tidy-filelength | ibraheemdev | -1/+0 |
| 2021-07-02 | optimize chunks and chunks_mut | The8472 | -13/+11 |
| 2021-06-16 | Add doc(hidden) to all __iterator_get_unchecked | Jacob Hoffman-Andrews | -0/+2 |
| 2021-03-22 | Rollup merge of #82771 - emilio:iter-mut-as-slice, r=m-ou-se | Dylan DPC | -2/+8 |
| 2021-03-21 | Bump slice_iter_mut_as_slice stable version. | Mara Bos | -2/+2 |
| 2021-03-19 | Rollup merge of #82570 - WaffleLapkin:split_whitespace_as_str, r=m-ou-se | Dylan DPC | -2/+4 |
| 2021-03-04 | slice: Stabilize IterMut::as_slice. | Emilio Cobos Álvarez | -2/+8 |
| 2021-03-02 | Auto merge of #82043 - tmiasko:may-have-side-effect, r=kennytm | bors | -39/+13 |
| 2021-02-27 | Add `as_str` method for split whitespace str iterators | Waffle | -2/+4 |
| 2021-02-25 | Convert the rest of the standard library primitives to intra-doc links | Joshua Nelson | -52/+52 |
| 2021-02-15 | Turn may_have_side_effect into an associated constant | Tomasz Miąsko | -39/+13 |
| 2021-01-13 | Auto merge of #77858 - ijackson:split-inclusive, r=KodrAus | bors | -15/+11 |
| 2021-01-13 | bump split_inclusive stabilization to 1.51.0 | Ashley Mannix | -11/+11 |
| 2021-01-07 | Enclose types in comments in backticks | Marcus Svensson | -4/+4 |
| 2021-01-07 | Fix type name in doc example for Iter and IterMut | Marcus Svensson | -4/+4 |
| 2021-01-04 | Stabilize split_inclusive | Ian Jackson | -15/+11 |
| 2020-12-31 | Replace the tracking issue for the slice_group_by feature | Clément Renault | -12/+12 |
| 2020-12-10 | Implement a user friendly Debug on GroupBy and GroupByMut | Clément Renault | -2/+14 |
| 2020-12-10 | Fix the fmt issues | Clément Renault | -17/+14 |
| 2020-12-10 | Mute the file-length error | Clément Renault | -0/+1 |
| 2020-12-10 | Mark the Iterator last self parameter as mut | Clément Renault | -2/+2 |
| 2020-12-10 | Use none as the issue instead of 0 | Clément Renault | -9/+9 |
| 2020-12-10 | Implement last on the GroupBy and GroupByMut Iterators | Clément Renault | -0/+10 |
| 2020-12-10 | Implement size_hint on the GroupBy and GroupByMut Iterators | Clément Renault | -0/+18 |
| 2020-12-10 | Implement it with only safe code | Clément Renault | -141/+97 |
| 2020-12-10 | Introduce the GroupBy and GroupByMut Iterators | Clément Renault | -0/+180 |
| 2020-10-27 | Rollup merge of #76635 - scottmcm:slice-as-chunks, r=LukasKalbertodt | Yuki Okushi | -15/+4 |
| 2020-10-06 | Eliminate bounds checking in slice::Windows | AnthonyMikh | -14/+15 |
| 2020-10-04 | Add [T]::as_chunks_mut (as unstable) | Scott McMurray | -15/+4 |
| 2020-09-26 | Rollup merge of #77076 - GuillaumeGomez:missing-code-examples-slice-iter, r=D... | Ralf Jung | -0/+164 |
| 2020-09-25 | Add missing code examples on slice iter types | Guillaume Gomez | -0/+164 |