| Age | Commit message (Expand) | Author | Lines |
| 2019-02-20 | Rollup merge of #58553 - scottmcm:more-ihle, r=Centril | kennytm | -16/+16 |
| 2019-02-17 | Use more impl header lifetime elision | Scott McMurray | -16/+16 |
| 2019-02-12 | Revert "Remove mentions of unstable sort_by_cached key from stable documentat... | Scott McMurray | -0/+4 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -5/+5 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -7/+7 |
| 2019-01-28 | rename first_mut_ptr -> first_ptr_mut | Ralf Jung | -4/+4 |
| 2019-01-28 | add macro for creating uninitialized array | Ralf Jung | -9/+2 |
| 2019-01-28 | libcore: avoid mem::uninitialized and raw ptr casts | Ralf Jung | -6/+13 |
| 2019-01-22 | Move TrustedRandomAccess into Zip module | Clar Fon | -1/+0 |
| 2019-01-22 | Rollup merge of #57604 - alercah:str-index, r=sfackler | Mazdak Farrokhzad | -3/+13 |
| 2019-01-19 | Make `str` indexing generic on `SliceIndex`. | Alexis Hunt | -3/+13 |
| 2019-01-17 | Override `Iterator::is_sorted_by` in `slice::Iter` impl | Lukas Kalbertodt | -13/+22 |
| 2019-01-17 | Compare pairs with `slice::windows` | Kevin Leimkuhler | -7/+5 |
| 2019-01-17 | Improve documentation and slice impl | Kevin Leimkuhler | -9/+12 |
| 2019-01-17 | Add is_sorted unstable documentation | Kevin Leimkuhler | -0/+2 |
| 2019-01-17 | Add is_sorted impl for [T] | Kevin Leimkuhler | -1/+78 |
| 2019-01-13 | Cosmetic improvements | Alexander Regueiro | -15/+14 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -39/+0 |
| 2018-12-17 | deny intra-doc link resolution failures in libstd | Andy Russell | -0/+2 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -13/+14 |
| 2018-12-06 | Fix a stutter in the docs for slice::exact_chunks | Chris Barrick | -2/+1 |
| 2018-11-23 | use MaybeUninit in core::slice::rotate | Ralf Jung | -9/+3 |
| 2018-11-23 | use MaybeUninit in core::slice::sort | Ralf Jung | -7/+7 |
| 2018-11-22 | Auto merge of #53918 - Havvy:doc-sort-by, r=GuillaumeGomez | bors | -0/+16 |
| 2018-11-10 | revert making internal APIs const fn. | Mazdak Farrokhzad | -4/+4 |
| 2018-11-10 | reduce list to functions callable in const ctx. | Mazdak Farrokhzad | -2/+2 |
| 2018-11-10 | constify parts of libcore. | Mazdak Farrokhzad | -7/+6 |
| 2018-10-18 | Stabilize slice::rchunks(), rchunks_mut(), rchunks_exact(), rchunk_exact_mut() | Sebastian Dröge | -40/+32 |
| 2018-10-18 | Stabilize slice::chunks_exact() and slice::chunks_exact_mut() | Sebastian Dröge | -21/+17 |
| 2018-10-18 | Auto merge of #54580 - sdroege:rchunks, r=SimonSapin | bors | -33/+717 |
| 2018-10-18 | Add slice::rchunks(), rchunks_mut(), rchunks_exact() and rchunks_exact_mut() | Sebastian Dröge | -33/+717 |
| 2018-10-12 | Auto merge of #54534 - nagisa:align-offset-simplification, r=alexcrichton | bors | -1/+1 |
| 2018-10-08 | Auto merge of #54700 - frewsxcv:frewsxcv-binary-search, r=GuillaumeGomez | bors | -10/+13 |
| 2018-10-07 | Clarify docs for when binary_search has many matches. | Corey Farwell | -10/+13 |
| 2018-10-05 | Linkify types in docs | Havvy (Ryan Scheel) | -1/+1 |
| 2018-10-05 | Slice total example: Move closer to total defn | Havvy (Ryan Scheel) | -6/+9 |
| 2018-10-05 | Example of total ord of elements for sort_by | Havvy (Ryan Scheel) | -0/+6 |
| 2018-10-05 | Doc total order requirement of sort(_unstable)_by | Havvy (Ryan Scheel) | -0/+7 |
| 2018-10-02 | Rollup merge of #54687 - scottmcm:more-elision, r=dtolnay | Pietro Albini | -48/+48 |
| 2018-10-01 | Rollup merge of #53784 - tbu-:pr_doc_slice_isize_max, r=RalfJung | kennytm | -3/+14 |
| 2018-09-30 | Simplify implementation of align_offset slightly | Simonas Kazlauskas | -1/+1 |
| 2018-09-29 | Use impl_header_lifetime_elision in libcore | Scott McMurray | -48/+48 |
| 2018-09-29 | Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung" | Ralf Jung | -10/+16 |
| 2018-09-27 | Don't have two adjacent "see also" sentences | Tobias Bucher | -3/+1 |
| 2018-09-25 | Rollup merge of #54537 - sdroege:chunks-exact, r=alexcrichton | Pietro Albini | -52/+52 |
| 2018-09-25 | Also rename ExactChunks iterator name to ChunksExact | Sebastian Dröge | -25/+25 |
| 2018-09-24 | Rename slice::exact_chunks() to slice::chunks_exact() | Sebastian Dröge | -29/+29 |
| 2018-09-23 | Introduce the partition_dedup/by/by_key methods for slices | Clément Renault | -0/+172 |
| 2018-09-22 | address Mark-Simulacrum comments | Jorge Aparicio | -9/+6 |
| 2018-09-22 | core: fix deprecated warnings | Jorge Aparicio | -13/+10 |