| Age | Commit message (Expand) | Author | Lines |
| 2025-07-29 | Rollup merge of #144167 - zachs18:rangebounds-not-unsized-reason, r=tgross35 | Stuart Cook | -0/+30 |
| 2025-07-25 | Rollup merge of #143424 - hkBst:auto-deref, r=jhpratt | Matthias Krüger | -3/+3 |
| 2025-07-23 | Document (internally) that `Range*<&T> as RangeBounds<T>` impls are intention... | Zachary S | -0/+30 |
| 2025-07-21 | Constify Try, From, TryFrom | Evgenii Zheltonozhskii | -1/+7 |
| 2025-07-15 | constify `Index` trait and its slice impls | Oli Scherer | -1/+5 |
| 2025-07-13 | update issue number for `const_trait_impl` | Deadbeef | -8/+8 |
| 2025-07-11 | fix const_ops tracking issue | Ralf Jung | -12/+12 |
| 2025-07-10 | Rollup merge of #143640 - oli-obk:const-fn-traits, r=compiler-errors | Matthias Krüger | -13/+21 |
| 2025-07-08 | Rollup merge of #143426 - hkBst:clippy-fix-indent-1, r=jhpratt | Trevor Gross | -1/+1 |
| 2025-07-08 | Constify `Fn*` traits | Oli Scherer | -13/+21 |
| 2025-07-04 | Rollup merge of #143040 - SciMind2460:patch-1, r=workingjubilee | Jubilee | -1/+1 |
| 2025-07-04 | Make Rem const for floats | Kurt Heiritz (pseudo) | -1/+1 |
| 2025-07-04 | clippy fix: indentation | Marijn Schouten | -1/+1 |
| 2025-07-04 | clippy fix: rely on autoderef | Marijn Schouten | -3/+3 |
| 2025-07-02 | Remove some unsized tuple impls now that we don't support unsizing tuples any... | Oli Scherer | -1/+1 |
| 2025-06-25 | Add Sub, Mul, Div, Rem as const_traits | Kurt Heiritz (pseudo) | -5/+19 |
| 2025-06-16 | lint: don't consider sizedness in upcastable lint | David Wood | -1/+0 |
| 2025-06-16 | library/compiler: add `PointeeSized` bounds | David Wood | -22/+25 |
| 2025-06-12 | Tracking the old name of renamed unstable library attribute | xizheyin | -10/+10 |
| 2025-05-27 | Auto merge of #129658 - saethlin:spare-a-crumb, r=jhpratt | bors | -0/+1 |
| 2025-05-21 | Add some track_caller info to precondition panics | Ben Kimock | -0/+1 |
| 2025-05-17 | Switch library rustc_unimplemented to use `Self` and `This` | mejrs | -17/+17 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -2/+2 |
| 2025-04-28 | Auto merge of #123948 - azhogin:azhogin/async-drop, r=oli-obk | bors | -8/+0 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -8/+0 |
| 2025-04-20 | Add `#[rustc_no_implicit_autorefs]` and apply it to std methods | Urgau | -0/+2 |
| 2025-04-05 | Polymorphize `array::IntoIter`'s iterator impl | Scott McMurray | -0/+55 |
| 2025-03-16 | Make ControlFlow must_use | Michael Goulet | -0/+1 |
| 2025-03-06 | Remove #[cfg(not(test))] gates in core | Thalia Archibald | -1/+1 |
| 2025-03-03 | fix order on shl impl | Speedy_Lex | -1/+1 |
| 2025-03-01 | fix `RangeBounds::is_empty` documentation | Peter Jaszkowiak | -1/+1 |
| 2025-02-27 | Rollup merge of #137304 - pitaj:rangebounds-is_empty-intersect, r=ibraheemdev | Matthias Krüger | -5/+135 |
| 2025-02-27 | require trait impls to have matching const stabilities as the traits | Deadbeef | -0/+4 |
| 2025-02-24 | Added into_value const function to ControlFlow<T, T> | Madhav Madhusoodanan | -0/+21 |
| 2025-02-19 | add `IntoBounds::intersect` and `RangeBounds::is_empty` | Peter Jaszkowiak | -5/+135 |
| 2025-02-12 | add `IntoBounds` trait | Peter Jaszkowiak | -0/+84 |
| 2025-02-08 | Make `AsyncFnOnce`, `AsyncFnMut`, `AsyncFn` non-`#[fundamental]` | Frank Steffahn | -3/+0 |
| 2025-02-04 | Add OneSidedRangeBound to eliminate panic in `split_point_of` | Taylor Cramer | -6/+44 |
| 2025-01-20 | core: add `#![warn(unreachable_pub)]` | Urgau | -9/+12 |
| 2025-01-14 | Enforce syntactical stability of const traits in HIR | Michael Goulet | -0/+4 |
| 2025-01-08 | update cfg(bootstrap) | Pietro Albini | -76/+11 |
| 2025-01-08 | update version placeholders | Pietro Albini | -8/+8 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -8/+16 |
| 2024-12-08 | docs: better examples for `std::ops::ControlFlow` | Prajwal S N | -8/+8 |
| 2024-11-30 | Add diagnostic item for `std::ops::ControlFlow` | Samuel Tardieu | -0/+1 |
| 2024-11-27 | update cfgs | Boxy | -6/+1 |
| 2024-11-25 | Constify Drop and Destruct | Michael Goulet | -1/+1 |
| 2024-11-24 | Constify Deref and DerefMut | Michael Goulet | -0/+47 |
| 2024-11-21 | constify `Add` | Deadbeef | -0/+13 |
| 2024-11-11 | Rollup merge of #132144 - adetaylor:receiver-trait-itself, r=wesleywiser | Matthias Krüger | -2/+89 |