| Age | Commit message (Expand) | Author | Lines |
| 2025-05-09 | Only include associated type bounds for Self:Sized associated types if they a... | Michael Goulet | -1/+4 |
| 2025-03-15 | Fold visit into ty | Michael Goulet | -2/+1 |
| 2025-03-01 | Rollup merge of #137763 - compiler-errors:ty-nits, r=BoxyUwU | Matthias Krüger | -1/+1 |
| 2025-02-28 | Introduce `feature(generic_const_parameter_types)` | Boxy | -0/+1 |
| 2025-02-28 | Use mk_ty_from_kind a bit less, clean up lifetime handling in borrowck | Michael Goulet | -1/+1 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -3/+2 |
| 2025-02-22 | Rollup merge of #137333 - compiler-errors:edition-2024-fresh, r=Nadrieril | Matthias Krüger | -1/+1 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -1/+1 |
| 2025-02-21 | Assert that we always construct dyn types with the right number of projections | Michael Goulet | -1/+29 |
| 2025-02-10 | Extend the renaming to coerce_unsafe_ptr | Bastian Kersting | -1/+1 |
| 2025-02-10 | Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptr | Bastian Kersting | -2/+2 |
| 2025-01-19 | Run `clippy --fix` for `unnecessary_map_or` lint | Yotam Ofek | -2/+2 |
| 2025-01-09 | Harden `Ty` constructors a bit in debug mode | Oli Scherer | -2/+37 |
| 2025-01-09 | Rollup merge of #128110 - veera-sivarajan:bugfix-80173, r=cjgillot | Matthias Krüger | -1/+13 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -1/+17 |
| 2024-12-21 | Suggest Semicolon in Incorrect Repeat Expressions | Veera | -1/+13 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-07 | Make `Copy` unsafe to implement for ADTs with `unsafe` fields | Jack Wrenn | -5/+1 |
| 2024-12-05 | do not implement unsafe auto traits for types with unsafe fields | Jack Wrenn | -0/+8 |
| 2024-11-09 | Add str to "expected primitive, found type" diagnostic | Zachary S | -0/+1 |
| 2024-11-03 | compiler: Directly use rustc_abi in metadata and middle | Jubilee Young | -3/+2 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -0/+1 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -0/+1 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -1/+1 |
| 2024-10-19 | Get rid of const eval_* and try_eval_* helpers | Michael Goulet | -1/+6 |
| 2024-10-05 | Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errors | bors | -0/+2 |
| 2024-10-04 | Rollup merge of #130633 - eholk:pin-reborrow-self, r=compiler-errors | Jubilee | -0/+10 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -0/+2 |
| 2024-10-04 | Use wide pointers consistenly across the compiler | Urgau | -2/+2 |
| 2024-09-23 | Allow reborrowing pinned self methods | Eric Holk | -0/+10 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -6/+6 |
| 2024-09-10 | Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errors | bors | -23/+15 |
| 2024-09-09 | Ban non-array SIMD | Scott McMurray | -23/+15 |
| 2024-09-09 | union padding computation: add fast-path for ZST | Ralf Jung | -0/+1 |
| 2024-09-06 | Make `Ty::boxed_ty` return an `Option` | Pavel Grigorenko | -5/+10 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 2) | Alexander Cyon | -1/+1 |
| 2024-08-31 | Rollup merge of #129812 - RalfJung:box-custom-alloc, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2024-08-31 | interpret, codegen: tweak some comments and checks regarding Box with custom ... | Ralf Jung | -1/+4 |
| 2024-08-24 | Don't use TyKind in lint | Michael Goulet | -1/+1 |
| 2024-08-15 | Add a comment explaining the return type of `Ty::kind`. | Nicholas Nethercote | -0/+4 |
| 2024-08-14 | Auto merge of #129076 - matthiaskrgr:rollup-rg8mi2x, r=matthiaskrgr | bors | -1/+1 |
| 2024-08-14 | Rollup merge of #129061 - compiler-errors:lang-item, r=Urgau | Matthias Krüger | -1/+1 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -12/+16 |
| 2024-08-13 | Use is_lang_item more | Michael Goulet | -1/+1 |
| 2024-08-11 | Rename normalization functions to raw | Michael Goulet | -3/+3 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -9/+10 |
| 2024-08-09 | Split `split_inputs_and_output` in two. | Nicholas Nethercote | -3/+6 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -15/+14 |
| 2024-07-25 | Let InstCombine remove Clone shims inside Clone shims | Ben Kimock | -3/+3 |
| 2024-07-07 | Uplift elaboration | Michael Goulet | -0/+8 |