| Age | Commit message (Expand) | Author | Lines |
| 2024-06-24 | Fix simd_gather documentation | Petteri Räty | -3/+0 |
| 2024-06-24 | Reword docs for `f32` and `f64` | Trevor Gross | -8/+12 |
| 2024-06-24 | Extract repeated constants from `f32` and `f64` source | Trevor Gross | -46/+50 |
| 2024-06-23 | Implement `unsigned_signed_diff` | ilikdoge | -0/+61 |
| 2024-06-23 | Also get `add nuw` from `uN::checked_add` | Scott McMurray | -2/+13 |
| 2024-06-24 | SmartPointer derive-macro | Xiangfei Ding | -0/+9 |
| 2024-06-22 | Auto merge of #126838 - matthiaskrgr:rollup-qkop22o, r=matthiaskrgr | bors | -17/+12 |
| 2024-06-22 | Rollup merge of #126552 - fee1-dead-contrib:rmfx, r=compiler-errors | Matthias Krüger | -17/+12 |
| 2024-06-22 | Auto merge of #116113 - kpreid:arcmut, r=dtolnay | bors | -0/+186 |
| 2024-06-22 | Add `core::clone::CloneToUninit`. | Kevin Reid | -0/+186 |
| 2024-06-22 | Auto merge of #126750 - scottmcm:less-unlikely, r=jhpratt | bors | -19/+19 |
| 2024-06-21 | update intrinsic const param counting | Deadbeef | -1/+3 |
| 2024-06-21 | Remove `feature(effects)` from the standard library | Deadbeef | -17/+10 |
| 2024-06-20 | Stop using `unlikely` in `strict_*` methods | Scott McMurray | -19/+19 |
| 2024-06-20 | [GVN] Add tests for generic pointees with PtrMetadata | Scott McMurray | -0/+7 |
| 2024-06-21 | Auto merge of #126578 - scottmcm:inlining-bonuses-too, r=davidtwco | bors | -2/+4 |
| 2024-06-20 | Auto merge of #124032 - Voultapher:a-new-sort, r=thomcc | bors | -1543/+2511 |
| 2024-06-20 | Rollup merge of #126737 - fee1-dead-contrib:rm-const-closures, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2024-06-20 | Fix wrong big O star bracing in the doc comments | Lukas Bergdoll | -3/+3 |
| 2024-06-20 | Remove `feature(const_closures)` from libcore | Deadbeef | -1/+0 |
| 2024-06-20 | Auto merge of #126736 - matthiaskrgr:rollup-rb20oe3, r=matthiaskrgr | bors | -4/+7 |
| 2024-06-20 | Rollup merge of #126717 - nnethercote:rustfmt-use-pre-cleanups, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2024-06-20 | Rollup merge of #126711 - GKFX:const-option-as-slice, r=oli-obk | Matthias Krüger | -4/+6 |
| 2024-06-20 | Auto merge of #116088 - nbdd0121:unwind, r=Amanieu,RalfJung | bors | -1/+1 |
| 2024-06-20 | Stabilize `PanicInfo::message()` and `PanicMessage` | StackOverflowExcept1on | -6/+6 |
| 2024-06-20 | Rollup merge of #126703 - the8472:on-blackbox-crypto-use, r=scottmcm | Matthias Krüger | -1/+1 |
| 2024-06-19 | Shrink some slice iterator MIR | Scott McMurray | -2/+4 |
| 2024-06-19 | Stabilize `hint_assert_unchecked` | Trevor Gross | -7/+4 |
| 2024-06-19 | Update documentation for `hint::assert_unchecked` | Trevor Gross | -20/+73 |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+1 |
| 2024-06-19 | Make Option::as_[mut_]slice const | George Bateman | -4/+6 |
| 2024-06-19 | reword the hint::blackbox non-guarantees | The 8472 | -1/+1 |
| 2024-06-19 | core: add tracking issue for `array::repeat` | joboet | -1/+1 |
| 2024-06-19 | core: simplify implementation of `array::repeat`, address other nits | joboet | -18/+9 |
| 2024-06-19 | core: implement `UncheckedIterator` for `RepeatN` | joboet | -1/+3 |
| 2024-06-19 | core: implement `array::repeat` | joboet | -0/+36 |
| 2024-06-19 | Stabilise c_unwind | Gary Guo | -1/+1 |
| 2024-06-18 | Replace `move||` with `move ||` in `compiler/` and `library/` | Vonr | -1/+1 |
| 2024-06-18 | Auto merge of #126330 - m-ou-se:panic-message-type, r=Amanieu | bors | -6/+71 |
| 2024-06-17 | Add missing CopyMarker impl | Lukas Bergdoll | -0/+2 |
| 2024-06-17 | Add PanicMessage type for PanicInfo::message(). | Mara Bos | -6/+71 |
| 2024-06-17 | Add tracking issue to async_drop API | Daria Sukhonina | -13/+13 |
| 2024-06-17 | Fix unintended regression for Freeze + Copy types | Lukas Bergdoll | -1/+5 |
| 2024-06-17 | Auto merge of #126569 - jieyouxu:rollup-1uvkb2y, r=jieyouxu | bors | -11/+13 |
| 2024-06-17 | Rollup merge of #126531 - slanterns:error_provider, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-06-17 | Rollup merge of #126468 - RalfJung:euclid, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -4/+6 |
| 2024-06-17 | Rollup merge of #126288 - x4exr:patch-1, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -6/+6 |
| 2024-06-17 | Auto merge of #125720 - folkertdev:optimize_for_size-ptr-rotate, r=Amanieu | bors | -2/+6 |
| 2024-06-16 | doc: Added commas where needed | Rayyan Khan | -6/+6 |
| 2024-06-16 | Fix doc-link issue | Lukas Bergdoll | -1/+1 |