| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-02 | Move `unify_key` module. | Nicholas Nethercote | -1/+0 | |
| From `rustc_middle::infer` to `rustc_infer::infer`. Because everything in it is only used within `rustc_infer`, and no longer needs to be `pub`. Plus it's always good to make the huge `rustc_middle` crate smaller. | ||||
| 2024-12-20 | remove non-borrowck member constraints | lcnr | -32/+0 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+2 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-04-29 | Remove `extern crate rustc_macros` from `rustc_middle`. | Nicholas Nethercote | -0/+1 | |
| 2023-09-18 | Remove unused `Lift` derives. | Nicholas Nethercote | -1/+1 | |
| I found these by commenting out all `Lift` derives and then adding back the ones that were necessary to successfully compile. | ||||
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -1/+1 | |
| 2023-03-03 | canonicalization | lcnr | -1/+2 | |
| 2022-07-26 | Use real opaque type instead of just saying impl Trait | Michael Goulet | -4/+4 | |
| 2022-07-19 | Use LocalDefId in OpaqueTypeKey | Michael Goulet | -2/+2 | |
| 2022-07-05 | Add #[derive(TypeVisitable)] | Alan Egerton | -1/+1 | |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -1/+1 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+32 | |
