| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2022-09-15 | nits | b-naber | -0/+1 |
| 2022-09-15 | derive TypeVisitable and TypeFoldable for mir types | Oli Scherer | -0/+1 |
| 2022-09-15 | Derive TypeFoldable and TypeVisitable for mir::PlaceElement | Oli Scherer | -2/+0 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -0/+1 |
| 2022-09-14 | address review again | b-naber | -14/+5 |
| 2022-09-13 | Only keep one version of ImplicitSelfKind. | Camille GILLOT | -17/+1 |
| 2022-09-13 | address review | b-naber | -1/+1 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -13/+57 |
| 2022-09-12 | dyn* through more typechecking and MIR | Eric Holk | -0/+1 |
| 2022-09-12 | Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726 | Dylan DPC | -9/+1 |
| 2022-09-07 | Auto merge of #101522 - oli-obk:miriup, r=oli-obk | bors | -1/+3 |
| 2022-09-07 | Update miri submodule | Oli Scherer | -1/+3 |
| 2022-09-07 | Auto merge of #98332 - oli-obk:assume, r=wesleywiser | bors | -7/+1 |
| 2022-09-06 | Generalize the Assume intrinsic statement to a general Intrinsic statement | Oli Scherer | -8/+1 |
| 2022-09-06 | Lower the assume intrinsic to a MIR statement | Oli Scherer | -0/+1 |