| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -4/+4 |
| 2024-10-25 | Arbitrary self types v2: (unused) Receiver trait | Adrian Taylor | -2/+89 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -3/+3 |
| 2024-10-22 | Rename Receiver -> LegacyReceiver | Adrian Taylor | -9/+15 |
| 2024-10-17 | Auto merge of #131572 - cuviper:ub-index_range, r=thomcc | bors | -4/+7 |
| 2024-10-15 | replace placeholder version | Josh Stone | -4/+4 |
| 2024-10-11 | Avoid superfluous UB checks in `IndexRange` | Josh Stone | -4/+7 |
| 2024-10-09 | Rollup merge of #130827 - fmease:library-mv-obj-save-dyn-compat, r=ibraheemdev | Matthias Krüger | -3/+5 |
| 2024-10-09 | Library: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -3/+5 |
| 2024-09-25 | Stabilize the `map`/`value` methods on `ControlFlow` | Scott McMurray | -15/+7 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -3/+9 |
| 2024-08-14 | Rollup merge of #128954 - zachs18:fromresidual-no-default, r=scottmcm | 许杰友 Jieyou Xu (Joe) | -1/+3 |
| 2024-08-12 | Add must_use attribute to Coroutine trait | Henry Sloan | -0/+1 |
| 2024-08-12 | Explicitly specify type parameter on FromResidual impls in stdlib. | Zachary S | -1/+3 |
| 2024-08-01 | Rollup merge of #128497 - Bryanskiy:fix-dropck-doc, r=lcnr | Matthias Krüger | -3/+4 |
| 2024-08-01 | fix dropck documentation for `[T;0]` special-case | Bryanskiy | -3/+4 |