| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-09 | Explain weird quirk in user type annotation lowering | Michael Goulet | -1/+21 | |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -1/+1 | |
| 2025-02-04 | Remove helper trait `UserAnnotatedTyHelpers` | Zalathar | -25/+19 | |
| This trait doesn't appear to provide any benefit over a simple helper function. | ||||
| 2024-12-14 | Split UserTypeAnnotation to have a kind | Michael Goulet | -2/+2 | |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_mir_build`. | Nicholas Nethercote | -0/+1 | |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_mir_build`. | Nicholas Nethercote | -0/+1 | |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -1/+1 | |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -1/+1 | |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -1/+1 | |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -1/+1 | |
| This commit makes `AdtDef` use `Interned`. Much the commit is tedious changes to introduce getter functions. The interesting changes are in `compiler/rustc_middle/src/ty/adt.rs`. | ||||
| 2020-09-04 | Change ty.kind to a method | LeSeulArtichaut | -1/+1 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+31 | |
