| Age | Commit message (Expand) | Author | Lines |
| 2023-01-15 | replace manual ptr arithmetic with ptr_sub | The 8472 | -7/+1 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -2/+2 |
| 2022-11-20 | add examples to chunks remainder methods. Also fixed some links to rchunk rem... | Felix S. Klock II | -2/+30 |
| 2022-10-10 | Auto merge of #96711 - emilio:inline-slice-clone, r=nikic | bors | -0/+5 |
| 2022-09-22 | rustfmt | Scott McMurray | -10/+4 |
| 2022-09-22 | Make ZST checks in core/alloc more readable | Scott McMurray | -3/+3 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -2/+2 |
| 2022-08-12 | Rollup merge of #100030 - WaffleLapkin:nice_pointer_sis, r=scottmcm | Dylan DPC | -2/+2 |
| 2022-08-05 | cleanup code w/ pointers in std a little | Maybe Waffle | -2/+2 |
| 2022-08-01 | Add back Send and Sync impls on ChunksMut iterators | Ben Kimock | -0/+24 |
| 2022-07-27 | Rollup merge of #94247 - saethlin:chunksmut-aliasing, r=the8472 | Guillaume Gomez | -72/+122 |
| 2022-07-26 | Clarify safety comments | Ben Kimock | -59/+47 |
| 2022-07-26 | Explain how *mut [T] helps, and how we rely on the check in split_at_mut | Ben Kimock | -20/+55 |
| 2022-07-16 | Rearrange slice::split_mut to remove bounds check | Ben Kimock | -10/+9 |
| 2022-07-03 | Fix slice::ChunksMut aliasing | Ben Kimock | -72/+99 |
| 2022-06-20 | Rollup merge of #93080 - SkiFire13:itermut-as_mut_slice, r=m-ou-se | Dylan DPC | -0/+48 |
| 2022-06-20 | Show #![feature] in example. | Mara Bos | -1/+1 |
| 2022-05-08 | Warn on unused doc(hidden) on trait impl items | León Orell Valerian Liehr | -11/+0 |
| 2022-05-04 | slice: #[inline] a couple iterator methods. | Emilio Cobos Álvarez | -0/+5 |
| 2022-04-17 | Add slice::remainder | kadmin | -0/+14 |
| 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 |
| 2022-01-19 | Implement `IterMut::as_mut_slice` | Giacomo Stevanato | -0/+48 |
| 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 |