| Age | Commit message (Expand) | Author | Lines |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -7/+4 |
| 2022-12-04 | drive-by: move field_index to typeck results | Michael Goulet | -2/+2 |
| 2022-11-24 | Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser | bors | -7/+5 |
| 2022-11-21 | Reduce the amount of passed-around arguments that will get merged into one la... | Oli Scherer | -8/+9 |
| 2022-11-16 | Use `as_deref` in compiler (but only where it makes sense) | Maybe Waffle | -7/+5 |
| 2022-11-13 | Store a LocalDefId in hir::AnonConst. | Camille GILLOT | -7/+5 |
| 2022-11-13 | Store a LocalDefId in hir::GenericParam. | Camille GILLOT | -3/+1 |
| 2022-11-08 | Add support for custom MIR parsing | Jakob Degen | -6/+21 |
| 2022-10-14 | Make dyn* cast into a coercion | Michael Goulet | -0/+1 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -1/+1 |
| 2022-09-20 | Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank | bors | -0/+4 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -1/+1 |
| 2022-09-16 | Merge two arguments into one | Oli Scherer | -0/+4 |
| 2022-09-13 | Shrink some visibilities. | Camille GILLOT | -5/+5 |
| 2022-09-13 | Also compute implicit params in THIR. | Camille GILLOT | -2/+58 |
| 2022-09-13 | Compute explicit MIR params on THIR. | Camille GILLOT | -1/+47 |
| 2022-09-05 | refactor: remove unnecessary variables | Takayuki Maeda | -1/+2 |
| 2022-09-05 | separate the receiver from arguments in HIR | Takayuki Maeda | -3/+6 |
| 2022-09-02 | Box `CanonicalUserTypeAnnotation::CanonicalUserType`. | Nicholas Nethercote | -1/+1 |
| 2022-09-02 | Clean up THIR patterns. | Nicholas Nethercote | -5/+5 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -1/+1 |
| 2022-09-01 | Directly use the `instrument` macro instead of its full path | Oli Scherer | -1/+1 |
| 2022-08-24 | Rename `thir::Adt` as `thir::AdtExpr`. | Nicholas Nethercote | -4/+4 |
| 2022-08-24 | Box `thir::ExprKind::InlineAsm`. | Nicholas Nethercote | -2/+2 |
| 2022-08-24 | Box `thir::ExprKind::Closure`. | Nicholas Nethercote | -1/+7 |
| 2022-08-24 | Store blocks in `Thir`. | Nicholas Nethercote | -8/+10 |
| 2022-08-24 | Box `user_ty` fields in `thir::ExprKind`. | Nicholas Nethercote | -13/+17 |
| 2022-07-31 | Rollup merge of #99186 - camsteffen:closure-localdefid, r=cjgillot | Dylan DPC | -0/+1 |
| 2022-07-30 | Use LocalDefId for closures more | Cameron Steffen | -0/+1 |
| 2022-07-29 | Change maybe_body_owned_by to take local def id | Miguel Guarniz | -1/+1 |
| 2022-07-20 | Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank" | Oli Scherer | -4/+0 |
| 2022-07-15 | Add some tracing instrumentation | Oli Scherer | -0/+4 |
| 2022-07-11 | add tests for async await | Ding Xiang Fei | -2/+2 |
| 2022-07-11 | move else block into the `Local` struct | Ding Xiang Fei | -2/+2 |
| 2022-07-11 | lower let-else in MIR instead | Ding Xiang Fei | -2/+5 |
| 2022-07-09 | review feedback | Ralf Jung | -2/+2 |
| 2022-07-05 | Auto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJung | bors | -2/+3 |
| 2022-07-05 | Prefer trace level instrumentation for the new noisy instrument attributes | Oli Scherer | -2/+2 |
| 2022-07-02 | Rollup merge of #98639 - camsteffen:no-node-binding, r=compiler-errors | Dylan DPC | -1/+1 |
| 2022-07-01 | Factor out hir::Node::Binding | Cameron Steffen | -1/+1 |
| 2022-07-01 | Auto merge of #98402 - cjgillot:undead, r=michaelwoerister | bors | -22/+1 |
| 2022-06-29 | Some tracing cleanups | Oli Scherer | -2/+3 |
| 2022-06-25 | Rollup merge of #98429 - b-naber:use-correct-substs-discriminant-cast, r=lcnr | Matthias Krüger | -92/+94 |
| 2022-06-24 | fmt | b-naber | -8/+6 |
| 2022-06-24 | address review | b-naber | -14/+14 |
| 2022-06-24 | small refactor | b-naber | -95/+96 |
| 2022-06-24 | use correct substs in enum discriminant hack | b-naber | -1/+4 |
| 2022-06-23 | Remove dead code. | Camille GILLOT | -22/+1 |
| 2022-06-15 | Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 | Yuki Okushi | -1/+1 |
| 2022-06-12 | Make `ExprKind::Closure` a struct variant. | Camille GILLOT | -1/+1 |