| Age | Commit message (Expand) | Author | Lines |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -1/+1 |
| 2023-01-04 | rename find_parent_node to opt_parent_id | Michael Goulet | -1/+1 |
| 2022-12-25 | fix more clippy::style findings | Matthias Krüger | -1/+1 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -2/+2 |
| 2022-12-20 | Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obk | bors | -17/+15 |
| 2022-12-19 | Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr" | Rémy Rakic | -2/+2 |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -7/+5 |
| 2022-12-18 | Make `#[debug_format]` an attribute in `newtype_index` | Nilstrieb | -5/+5 |
| 2022-12-18 | Use `#[derive]` instead of custom syntax in all `newtype_index` | Nilstrieb | -5/+5 |
| 2022-12-16 | Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr | bors | -2/+2 |
| 2022-12-15 | Auto merge of #105356 - JakobDegen:more-custom-mir, r=oli-obk | bors | -0/+5 |
| 2022-12-14 | Remove one more usage of `mk_substs_trait` | Oli Scherer | -1/+1 |
| 2022-12-14 | Fix unsafetyck disabling for custom MIR | Jakob Degen | -0/+5 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -1/+0 |
| 2022-12-02 | Use zero based indexing for pass_count | Oli Scherer | -2/+2 |
| 2022-12-02 | Remove an impl and replace its only use with a method call | Oli Scherer | -6/+0 |
| 2022-12-01 | Remove needless `Cow` | Oli Scherer | -6/+2 |
| 2022-12-01 | Don't go through the formatting infrastructure just to get the name of a phase | Oli Scherer | -24/+1 |
| 2022-11-28 | Simplify calls to `tcx.mk_const` | Maybe Waffle | -2/+1 |
| 2022-11-23 | use no type in ProjectionElem::Field for PlaceBuilder::UpVar | b-naber | -2/+2 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -8/+8 |
| 2022-11-21 | Remove an unnecessary query + subst round | Oli Scherer | -1/+1 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -8/+8 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -6/+4 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -1/+1 |
| 2022-11-15 | Introduce composite debuginfo. | Camille GILLOT | -0/+53 |
| 2022-11-13 | Store a LocalDefId in hir::GenericParam. | Camille GILLOT | -6/+4 |
| 2022-11-13 | fix some typos in comments | cui fliter | -1/+1 |
| 2022-11-11 | Rollup merge of #103960 - AndyJado:var_path_only_diag, r=davidtwco | Manish Goregaokar | -0/+1 |
| 2022-11-10 | Use const_error_with_guaranteed more | Michael Goulet | -1/+3 |
| 2022-11-09 | var_subdiag refinement | AndyJado | -0/+1 |
| 2022-11-08 | Add support for custom MIR parsing | Jakob Degen | -0/+59 |
| 2022-11-04 | Refactor tcx mk_const parameters. | Mateusz | -4/+2 |
| 2022-10-31 | Use `br` instead of `switch` in more cases. | Nicholas Nethercote | -0/+5 |
| 2022-10-27 | Revert "Make ClosureOutlivesRequirement not rely on an unresolved type" | Michael Goulet | -1/+1 |
| 2022-10-23 | Split phase change from `MirPass` | Jakob Degen | -5/+34 |
| 2022-10-19 | Make ClosureOutlivesRequirement not rely on an unresolved type | Michael Goulet | -1/+1 |
| 2022-10-17 | mir constants: type traversing bye bye | lcnr | -4/+4 |
| 2022-10-14 | Make dyn* cast into a coercion | Michael Goulet | -2/+2 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -1/+2 |
| 2022-10-08 | Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obk | Matthias Krüger | -1/+8 |
| 2022-10-06 | Remove `mir::CastKind::Misc` | ouz-a | -1/+8 |
| 2022-10-04 | It's not about types or consts, but the lack of regions | Oli Scherer | -4/+4 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -11/+14 |
| 2022-09-22 | address review | b-naber | -5/+5 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -5/+29 |
| 2022-09-20 | Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank | bors | -1/+7 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -1/+1 |
| 2022-09-17 | Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr | bors | -24/+60 |
| 2022-09-16 | Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r... | Oli Scherer | -1/+7 |