| Age | Commit message (Expand) | Author | Lines |
| 2025-09-27 | Rollup merge of #146037 - aapoalas:reborrow-lang-experiment, r=tmandry | Matthias Krüger | -8/+0 |
| 2025-09-27 | move Reborrow to ops, fix fmt issues | Aapo Alasuutari | -8/+0 |
| 2025-09-15 | fix: Move CoerceShared into ops | Aapo Alasuutari | -9/+0 |
| 2025-09-15 | Introduce CoerceShared lang item and trait | Aapo Alasuutari | -0/+9 |
| 2025-09-15 | Remove UnsizedConstParamTy trait and make it into an unstable impl | tiif | -28/+5 |
| 2025-09-06 | clean up some old const trait impl syntax | Nathaniel McCallum | -2/+1 |
| 2025-08-28 | fix `core::marker::Destruct` doc | neeko-cat | -1/+1 |
| 2025-08-21 | Introduce Reborrow lang item and trait | Aapo Alasuutari | -0/+8 |
| 2025-07-25 | Improve and regularize comment placement in doc code | Josh Triplett | -2/+1 |
| 2025-07-13 | update issue number for `const_trait_impl` | Deadbeef | -1/+1 |
| 2025-07-10 | Rollup merge of #143652 - moulins:doc-unsize-trait-upcasting, r=compiler-errors | Matthias Krüger | -0/+5 |
| 2025-07-08 | Rollup merge of #143426 - hkBst:clippy-fix-indent-1, r=jhpratt | Trevor Gross | -2/+2 |
| 2025-07-08 | docs: document trait upcasting rules in `Unsize` trait | Moulins | -0/+5 |
| 2025-07-07 | Make `Default` const and add some `const Default` impls | Esteban Küber | -1/+2 |
| 2025-07-04 | clippy fix: indentation | Marijn Schouten | -2/+2 |
| 2025-07-03 | Remove PointerLike trait | Michael Goulet | -31/+0 |
| 2025-07-03 | minicore: use core's `diagnostic::on_unimplemented` messages | Folkert de Vries | -0/+3 |
| 2025-06-16 | library/compiler: add `PointeeSized` bounds | David Wood | -30/+30 |
| 2025-06-16 | trait_sel: `{Meta,Pointee}Sized` on `Sized` types | David Wood | -1/+38 |
| 2025-06-01 | Fix typo in `StructuralPartialEq` docs | zacryol | -1/+1 |
| 2025-05-17 | Switch library rustc_unimplemented to use `Self` and `This` | mejrs | -25/+25 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -2/+1 |
| 2025-04-13 | Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs] | Sky | -0/+29 |
| 2025-03-16 | Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2025-03-14 | Deny impls for BikeshedGuaranteedNoDrop | Michael Goulet | -1/+5 |
| 2025-03-07 | Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35 | Matthias Krüger | -3/+2 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -3/+2 |
| 2025-03-06 | Remove #[cfg(not(test))] gates in core | Thalia Archibald | -3/+3 |
| 2025-02-28 | Do not require that unsafe fields lack drop glue | Jack Wrenn | -2/+2 |
| 2025-02-24 | Simplify trait error message for CoercePointee validation | Michael Goulet | -0/+1 |
| 2025-02-18 | update `cfg(bootstrap)` | Josh Stone | -2/+1 |
| 2025-02-13 | Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validity | Michael Goulet | -0/+17 |
| 2025-02-10 | Reword doc comment on `CoercePointeeValidated` | Michael Goulet | -6/+5 |
| 2025-02-10 | block coerce_pointee_validated for stabilization | Ding Xiang Fei | -1/+1 |
| 2025-02-09 | rename the trait to validity and place a feature gate afront | Ding Xiang Fei | -4/+13 |
| 2025-02-09 | introduce CoercePointeeWellformed for coherence checks at typeck stage | Ding Xiang Fei | -0/+6 |
| 2025-02-04 | Rollup merge of #136518 - Urgau:fn_ptr-public-bound, r=Noratrieb | Jacob Pratt | -0/+3 |
| 2025-02-03 | Add note about `FnPtr` being exposed as public bound | Urgau | -0/+3 |
| 2025-01-31 | Add documentation for derive(CoercePointee) | Alice Ryhl | -1/+189 |
| 2025-01-26 | Implement phantom variance markers | Jacob Pratt | -0/+7 |
| 2025-01-14 | Enforce syntactical stability of const traits in HIR | Michael Goulet | -0/+1 |
| 2025-01-11 | update and clarify StructuralPartialEq docs | Ralf Jung | -18/+13 |
| 2025-01-08 | update cfg(bootstrap) | Pietro Albini | -22/+14 |
| 2024-12-22 | Rollup merge of #134642 - kpreid:pointerlike-cell, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2024-12-22 | Implement `PointerLike` for `isize`, `NonNull`, `Cell`, `UnsafeCell`, and `Sy... | Kevin Reid | -0/+1 |
| 2024-12-20 | Document `PointerLike` implementation restrictions. | Kevin Reid | -2/+8 |
| 2024-12-20 | fix `PointerLike` docs | Lukas Markeffsky | -2/+2 |
| 2024-12-20 | unimplement `PointerLike` for trait objects | Lukas Markeffsky | -0/+1 |
| 2024-12-20 | split up `#[rustc_deny_explicit_impl]` attribute | Lukas Markeffsky | -6/+18 |
| 2024-11-25 | Constify Drop and Destruct | Michael Goulet | -0/+1 |