| Age | Commit message (Expand) | Author | Lines |
| 2021-10-03 | Auto merge of #87870 - WaffleLapkin:pub_split_at_unchecked, r=dtolnay | bors | -4/+4 |
| 2021-09-12 | Fix linkcheck issues | Joshua Nelson | -3/+3 |
| 2021-09-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -1/+0 |
| 2021-08-17 | Constified `Default` implementations | Deadbeef | -2/+4 |
| 2021-08-08 | Make `<[T]>::split_at_unchecked` and `<[T]>::split_at_mut_unchecked` public | Waffle | -4/+4 |
| 2021-08-06 | Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si... | bors | -2/+0 |
| 2021-08-02 | Rollup merge of #86593 - jhpratt:stabilize-const_slice_first_last, r=m-ou-se | Yuki Okushi | -4/+4 |
| 2021-08-01 | Update const_slice_first_last_not_mut stable version. | Mara Bos | -4/+4 |
| 2021-08-01 | bump bootstrap compiler to 1.55 | Pietro Albini | -1/+1 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -3/+3 |
| 2021-07-27 | Stabilize `const_fn_union` | Jacob Pratt | -1/+1 |
| 2021-07-25 | ignore comments in tidy-filelength | ibraheemdev | -2/+0 |
| 2021-06-30 | Remove "length" doc aliases | Amanieu d'Antras | -1/+0 |
| 2021-06-24 | Partially stabilize `const_slice_first_last` | Jacob Pratt | -4/+4 |
| 2021-06-21 | Auto merge of #86383 - shamatar:slice_len_lowering, r=bjorn3 | bors | -0/+1 |
| 2021-06-20 | Squashed implementation of the pass | Alex Vlasov | -0/+1 |
| 2021-06-15 | Auto merge of #85406 - VillSnow:integrate_binary_search, r=JohnTitor | bors | -21/+1 |
| 2021-06-07 | Clarify documentation of slice sorting methods | Lionel Foxcroft | -9/+15 |
| 2021-05-23 | Don't reborrow self when computing the dest pointer in <[T]>::copy_within | Giacomo Stevanato | -1/+5 |
| 2021-05-17 | Make partition_point to forward to binary_search_by | VillSnow | -21/+1 |
| 2021-05-03 | Clarify documentation for `[T]::contains`. Fixes #84877. | Jim Blandy | -2/+3 |
| 2021-04-04 | Bump cfgs | Mark Rousskov | -19/+9 |
| 2021-03-30 | Rollup merge of #83571 - a1phyr:feature_const_slice_first_last, r=dtolnay | Dylan DPC | -8/+16 |
| 2021-03-28 | Add escape_default method to u8 and [u8] | ltdk | -0/+3 |
| 2021-03-28 | Auto merge of #81354 - SkiFire13:binary-search-assume, r=nagisa | bors | -0/+2 |
| 2021-03-27 | Constantify some slice methods | Benoît du Garreau | -8/+16 |
| 2021-03-15 | Fix const stability `since` versions. | Oli Scherer | -2/+2 |
| 2021-03-10 | apply review | François Mockers | -2/+4 |
| 2021-03-10 | add back sort_by_key link, allow linter and add comment | François Mockers | -1/+6 |
| 2021-03-09 | convert slice doc link to intra-doc links | François Mockers | -54/+53 |
| 2021-03-06 | Instruct LLVM that binary_search_by returns a valid index | Giacomo Stevanato | -0/+2 |
| 2021-03-05 | Auto merge of #74024 - Folyd:master, r=m-ou-se | bors | -19/+25 |
| 2021-02-27 | Auto merge of #81874 - tesuji:spec_slice_fill, r=matthewjasper | bors | -7/+2 |
| 2021-02-27 | Fix `binary_search_by()` overflow issue in ZST case | Folyd | -3/+6 |
| 2021-02-23 | Rollup merge of #81154 - dylni:improve-design-of-assert-len, r=KodrAus | Dylan DPC | -2/+6 |
| 2021-02-15 | Use new pointer metadata API inside libcore instead of manual transmutes | Simon Sapin | -3/+17 |
| 2021-02-13 | Auto merge of #81854 - the8472:specialize-clone-slice, r=Mark-Simulacrum | bors | -9/+31 |
| 2021-02-12 | Rename `Range::ensure_subset_of` to `slice::range` | dylni | -2/+6 |
| 2021-02-12 | Fix possible soundness issue in `ensure_subset_of` | dylni | -1/+1 |
| 2021-02-12 | Improve design of `assert_len` | dylni | -1/+1 |
| 2021-02-12 | stabilize partition_point | VillSnow | -3/+1 |
| 2021-02-12 | update documents | VillSnow | -0/+23 |
| 2021-02-09 | specialize slice::clone_from_slice() for T: Copy | The8472 | -9/+31 |
| 2021-02-08 | Specialize slice::fill for Copy type and u8/i8/bool | Lzu Tao | -7/+2 |
| 2021-02-04 | Explain why we use if/else control flow rather than match | Folyd | -0/+4 |
| 2021-01-31 | Rollup merge of #81048 - yoshuawuyts:stabilize-core-slice-fill-with, r=m-ou-se | Jonas Schievink | -3/+2 |
| 2021-01-30 | Simplify binary search logic to full branch code to let CPU guessing branch m... | Folyd | -21/+16 |
| 2021-01-30 | Improve slice.binary_search_by()'s best-case performance to O(1) | Folyd | -1/+5 |
| 2021-01-29 | rename raw_const/mut -> const/mut_addr_of, and stabilize them | Ralf Jung | -2/+2 |
| 2021-01-18 | use raw-ptr-addr-of for slice::swap | Ralf Jung | -4/+3 |