| Age | Commit message (Expand) | Author | Lines |
| 2025-09-08 | fixup limit handling code | Jana Dönszelmann | -1/+2 |
| 2025-08-25 | change non-defining use error message | lcnr | -11/+0 |
| 2025-08-25 | support non-defining uses in HIR typeck | lcnr | -1/+1 |
| 2025-07-18 | Rollup merge of #142693 - fmease:unbound-bettering, r=compiler-errors | Matthias Krüger | -14/+0 |
| 2025-07-18 | Rollup merge of #143699 - compiler-errors:async-drop-fund, r=oli-obk | Matthias Krüger | -0/+1 |
| 2025-07-18 | HIR ty lowering: Validate `PointeeSized` bounds | León Orell Valerian Liehr | -7/+0 |
| 2025-07-18 | Don't reject *multiple* relaxed bounds, reject *duplicate* ones. | León Orell Valerian Liehr | -7/+0 |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -0/+2 |
| 2025-07-09 | Make AsyncDrop check that it's being implemented on a local ADT | Michael Goulet | -0/+1 |
| 2025-06-27 | hir_analysis: prohibit `dyn PointeeSized` | David Wood | -0/+7 |
| 2025-06-25 | Add runtime check to avoid overwrite arg easily in diag and store and restore... | xizheyin | -0/+1 |
| 2025-06-18 | AsyncDrop trait without sync Drop generates an error | Andrew Zhogin | -0/+8 |
| 2025-06-14 | Rollup merge of #142464 - RalfJung:variadic-fn-abi-error, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-06-13 | variadic functions: remove list of supported ABIs from error | Ralf Jung | -1/+1 |
| 2025-06-12 | add `extern "custom"` functions | Folkert de Vries | -0/+14 |
| 2025-06-07 | intrinsics: use const generic to set atomic ordering | Ralf Jung | -9/+0 |
| 2025-05-12 | Fix typos | omahs | -1/+1 |
| 2025-04-27 | Move inline_asm to typeck, properly handle aliases | Michael Goulet | -8/+0 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -2/+2 |
| 2025-04-03 | compiler: report error when trait object type param reference self | xtex | -0/+8 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -10/+0 |
| 2025-03-06 | Rollup merge of #137808 - jswrenn:droppy-unsafe-fields, r=nnethercote | Michael Goulet | -23/+0 |
| 2025-03-06 | Rollup merge of #137565 - compiler-errors:macro-ex, r=estebank | Michael Goulet | -0/+2 |
| 2025-03-06 | Remove the `Option` part of range ends in the HIR | Oli Scherer | -2/+0 |
| 2025-03-03 | Fix associated type errors too | Michael Goulet | -0/+2 |
| 2025-02-28 | Do not require that unsafe fields lack drop glue | Jack Wrenn | -23/+0 |
| 2025-02-25 | Don't require method impls for methods with `Self:Sized` bounds for impls for... | Oli Scherer | -0/+4 |
| 2025-02-24 | Simplify trait error message for CoercePointee validation | Michael Goulet | -0/+12 |
| 2025-02-24 | Consolidate and rework CoercePointee and DispatchFromDyn errors | Michael Goulet | -57/+13 |
| 2025-02-18 | Make E0599 a structured error | Esteban Küber | -0/+9 |
| 2025-02-13 | Implement lint for definition site item shadowing too | Michael Goulet | -1/+27 |
| 2025-02-12 | Auto merge of #136918 - GuillaumeGomez:rollup-f6h21gg, r=GuillaumeGomez | bors | -2/+3 |
| 2025-02-11 | compiler: replace ExternAbi::name calls with formatters | Jubilee Young | -2/+3 |
| 2025-02-11 | Revert "Stabilize `extended_varargs_abi_support`" | Jubilee Young | -1/+2 |
| 2025-02-09 | move repr(transparent) checks to coherence | Ding Xiang Fei | -0/+7 |
| 2025-02-09 | rename the trait to validity and place a feature gate afront | Ding Xiang Fei | -0/+7 |
| 2025-02-09 | introduce CoercePointeeWellformed for coherence checks at typeck stage | Ding Xiang Fei | -0/+22 |
| 2025-02-03 | Use a different hir type for patterns in pattern types than we use in match p... | Oli Scherer | -7/+0 |
| 2025-01-27 | Use identifiers in diagnostics more often | Michael Goulet | -16/+16 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -42/+0 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-14 | Arbitrary self types v2: Weak, NonNull hints | Adrian Taylor | -0/+10 |
| 2024-12-13 | Arbitrary self types v2: adjust diagnostic. | Adrian Taylor | -0/+10 |
| 2024-12-10 | Tweak wording of non-const traits used as const bounds | Esteban Küber | -1/+18 |
| 2024-12-02 | Fix const specialization | Michael Goulet | -7/+0 |
| 2024-11-30 | Rollup merge of #116161 - Soveu:varargs2, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -2/+1 |
| 2024-11-27 | Stabilize `extended_varargs_abi_support` | Soveu | -2/+1 |
| 2024-11-25 | Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=Amanieu | Matthias Krüger | -0/+8 |
| 2024-11-24 | Make s390x non-clobber-only vector register support unstable | Taiki Endo | -0/+8 |
| 2024-11-21 | Implement the unsafe-fields RFC. | Luca Versari | -0/+23 |