| Age | Commit message (Expand) | Author | Lines |
| 2022-11-06 | dont debug-print allocations, that's too verbose | Ralf Jung | -4/+4 |
| 2022-11-06 | interpret: support for per-byte provenance | Ralf Jung | -191/+328 |
| 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-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -3/+3 |
| 2022-10-27 | Revert "Make ClosureOutlivesRequirement not rely on an unresolved type" | Michael Goulet | -11/+7 |
| 2022-10-23 | Split phase change from `MirPass` | Jakob Degen | -5/+34 |
| 2022-10-22 | Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obk | bors | -1/+25 |
| 2022-10-21 | fix some typos | Rageking8 | -1/+1 |
| 2022-10-19 | Make ClosureOutlivesRequirement not rely on an unresolved type | Michael Goulet | -7/+11 |
| 2022-10-18 | `const_evaluatable_unchecked` to const eval | lcnr | -1/+25 |
| 2022-10-17 | add inline to `TrivialTypeTraversalImpls` | lcnr | -12/+6 |
| 2022-10-17 | mir constants: type traversing bye bye | lcnr | -72/+10 |
| 2022-10-15 | Auto merge of #101832 - compiler-errors:dyn-star-plus, r=eholk | bors | -2/+2 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-14 | Make dyn* cast into a coercion | Michael Goulet | -2/+2 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -2/+4 |
| 2022-10-08 | Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obk | Matthias Krüger | -3/+14 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -18/+1 |
| 2022-10-06 | Remove `mir::CastKind::Misc` | ouz-a | -3/+14 |
| 2022-10-04 | It's not about types or consts, but the lack of regions | Oli Scherer | -6/+6 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -2/+2 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -19/+22 |
| 2022-09-22 | address review | b-naber | -5/+5 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -10/+70 |
| 2022-09-20 | Rollup merge of #102021 - lcnr:tyConst-fun, r=b-naber,BoxyUwU | Michael Howell | -9/+2 |
| 2022-09-20 | Rollup merge of #101976 - RalfJung:mir-semantic-phases, r=oli-obk | Michael Howell | -3/+4 |
| 2022-09-20 | Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank | bors | -3/+23 |
| 2022-09-19 | `DestructuredConst` split mir and ty | lcnr | -9/+2 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -2/+1 |
| 2022-09-19 | Auto merge of #101924 - jackh726:revert-static-hrtb-error, r=compiler-errors | bors | -2/+2 |
| 2022-09-18 | clarify that linting is not a semantic change | Ralf Jung | -3/+4 |
| 2022-09-17 | Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr | bors | -46/+89 |
| 2022-09-16 | Make QueryOutlivesConstraint contain a ConstraintCategory | Jack Huey | -2/+2 |
| 2022-09-16 | Revert "Better errors for implied static bound" | Jack Huey | -2/+2 |
| 2022-09-16 | Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r... | Oli Scherer | -3/+23 |
| 2022-09-15 | nits | b-naber | -0/+1 |
| 2022-09-15 | Merge all `TypeVisitable for &List<T>` impls into one generic one | Oli Scherer | -6/+0 |
| 2022-09-15 | Replace more manual TypeFoldable and TypeVisitable impls with derives | Oli Scherer | -1/+1 |
| 2022-09-15 | derive TypeVisitable and TypeFoldable for mir types | Oli Scherer | -312/+25 |
| 2022-09-15 | Derive TypeFoldable and TypeVisitable for mir::PlaceElement | Oli Scherer | -32/+1 |
| 2022-09-15 | derive various Lift impl instead of hand rolling them | Oli Scherer | -30/+2 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -0/+3 |
| 2022-09-14 | address review again | b-naber | -14/+5 |
| 2022-09-13 | Better errors for implied static bound | Jack Huey | -2/+2 |
| 2022-09-13 | Only keep one version of ImplicitSelfKind. | Camille GILLOT | -17/+1 |
| 2022-09-13 | address review | b-naber | -11/+3 |
| 2022-09-13 | remove visit_const from mir visitors | b-naber | -17/+13 |
| 2022-09-13 | fixes/working version | b-naber | -1/+5 |