| Age | Commit message (Expand) | Author | Lines |
| 2023-03-03 | Match unmatched backticks in library/ | est31 | -3/+3 |
| 2023-03-01 | Auto merge of #108483 - scottmcm:unify-bytewise-eq-traits, r=the8472 | bors | -25/+2 |
| 2023-03-01 | Merge two different equality specialization traits in `core` | Scott McMurray | -25/+2 |
| 2023-02-22 | Optimize break patterns | zhangyunhao | -10/+14 |
| 2023-02-19 | Rollup merge of #106933 - schuelermine:fix/doc/102451, r=Amanieu | Dylan DPC | -6/+14 |
| 2023-02-18 | Update documentation of select_nth_unstable and select_nth_unstable_by and se... | Anselm Schüler | -6/+14 |
| 2023-02-13 | Auto merge of #107634 - scottmcm:array-drain, r=thomcc | bors | -1/+12 |
| 2023-02-13 | Auto merge of #107191 - Voultapher:reverse-timsort-scan-direction, r=thomcc | bors | -220/+271 |
| 2023-02-11 | Split branches in heapsort child selection | Lukas Bergdoll | -1/+6 |
| 2023-02-10 | Speedup heapsort by 1.5x by making it branchless | Lukas Bergdoll | -3/+1 |
| 2023-02-08 | Rollup merge of #107429 - tgross35:from-bytes-until-null-stabilization, r=dto... | Michael Goulet | -3/+12 |
| 2023-02-04 | Allow canonicalizing the `array::map` loop in trusted cases | Scott McMurray | -1/+12 |
| 2023-02-01 | Change 'from_bytes_until_nul' to const stable | Trevor Gross | -3/+12 |
| 2023-01-31 | improve panic message for slice windows and chunks | Lukas Markeffsky | -16/+32 |
| 2023-01-23 | Document missing unsafe blocks | Lukas Bergdoll | -4/+12 |
| 2023-01-22 | Flip scanning direction of stable sort | Lukas Bergdoll | -45/+67 |
| 2023-01-22 | Unify insertion sort implementations | Lukas Bergdoll | -171/+188 |
| 2023-01-21 | Use NonNull in merge_sort | Lukas Bergdoll | -15/+19 |
| 2023-01-20 | Rollup merge of #104672 - Voultapher:unify-sort-modules, r=thomcc | Michael Goulet | -1/+521 |
| 2023-01-18 | Rollup merge of #106997 - Sp00ph:introselect, r=scottmcm | Matthias Krüger | -0/+22 |
| 2023-01-17 | Rollup merge of #106889 - scottmcm:windows-mut, r=cuviper | Matthias Krüger | -0/+16 |
| 2023-01-17 | Add heapsort fallback in `select_nth_unstable` | Markus Everling | -0/+22 |
| 2023-01-15 | replace manual ptr arithmetic with ptr_sub | The 8472 | -23/+7 |
| 2023-01-14 | Mention the lack of `windows_mut` in `windows` | Scott McMurray | -0/+16 |
| 2023-01-14 | Fix some missed double spaces. | André Vennberg | -1/+1 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -8/+8 |
| 2022-12-30 | Replace libstd, libcore, liballoc in docs. | jonathanCogan | -1/+1 |
| 2022-12-22 | Rollup merge of #105584 - raffimolero:patch-1, r=JohnTitor | Yuki Okushi | -9/+9 |
| 2022-12-17 | Another `as_chunks` example | Scott McMurray | -0/+11 |
| 2022-12-15 | doc: Fix a few small issues | Hannes Körber | -1/+1 |
| 2022-12-12 | add assert messages if chunks/windows are length 0 | raffimolero | -9/+9 |
| 2022-12-09 | Auto merge of #105262 - eduardosm:more-inline-always, r=thomcc | bors | -2/+2 |
| 2022-12-07 | Make some trivial functions `#[inline(always)]` | Eduardo Sánchez Muñoz | -2/+2 |
| 2022-12-05 | attempt to clarify align_to docs | Ralf Jung | -8/+10 |
| 2022-12-02 | Auto merge of #104999 - saethlin:immediate-abort-inlining, r=thomcc | bors | -10/+11 |
| 2022-11-29 | Adjust inlining attributes around panic_immediate_abort | Ben Kimock | -10/+11 |
| 2022-11-22 | Rollup merge of #83608 - Kimundi:index_many, r=Mark-Simulacrum | Manish Goregaokar | -0/+136 |
| 2022-11-21 | Document all unsafe blocks | Lukas Bergdoll | -1/+20 |
| 2022-11-21 | Remove debug unused | Lukas Bergdoll | -12/+13 |
| 2022-11-20 | Unify stable and unstable sort implementations in same core module | Lukas Bergdoll | -1/+501 |
| 2022-11-20 | add examples to chunks remainder methods. Also fixed some links to rchunk rem... | Felix S. Klock II | -2/+30 |
| 2022-11-20 | Add get_many_mut methods to slice | Marvin Löbel | -0/+136 |
| 2022-11-18 | Rollup merge of #102977 - lukas-code:is-sorted-hrtb, r=m-ou-se | Manish Goregaokar | -4/+4 |
| 2022-11-09 | Rollup merge of #104111 - yancyribbens:add-mutable-to-the-description-for-as-... | Dylan DPC | -1/+2 |
| 2022-11-07 | rustdoc: Add mutable to the description | yancy | -1/+2 |
| 2022-11-07 | rustdoc: Add mutable to the description | yancy | -2/+2 |
| 2022-10-26 | Print the precondition we violated, and visible through output capture | Ben Kimock | -18/+50 |
| 2022-10-26 | Rollup merge of #103287 - saethlin:faster-len-check, r=thomcc | Dylan DPC | -5/+5 |
| 2022-10-24 | Auto merge of #100848 - xfix:use-metadata-for-slice-len, r=thomcc | bors | -9/+2 |
| 2022-10-20 | Use a faster allocation size check in slice::from_raw_parts | Ben Kimock | -5/+5 |