| Age | Commit message (Expand) | Author | Lines |
| 2022-06-12 | Make `ExprKind::Closure` a struct variant. | Camille GILLOT | -20/+20 |
| 2022-06-07 | Extract lower_generic_and_bounds function | Santiago Pastorino | -32/+47 |
| 2022-06-07 | Extract lower_generic_param_kind | Santiago Pastorino | -12/+19 |
| 2022-06-07 | Instrument important fns in AST lowering | Santiago Pastorino | -6/+18 |
| 2022-06-04 | Compute lifetimes in scope at diagnostic time. | Camille GILLOT | -0/+7 |
| 2022-06-04 | Auto merge of #97717 - matthiaskrgr:rollup-lalaii2, r=matthiaskrgr | bors | -25/+49 |
| 2022-06-03 | Auto merge of #97670 - spastorino:simplify-universal-impl-trait-lowering2, r=... | bors | -1/+2 |
| 2022-06-04 | Rollup merge of #97702 - cjgillot:no-universal-did, r=spastorino | Matthias Krüger | -17/+11 |
| 2022-06-04 | Rollup merge of #97656 - EdwinRy:error_ast_low_type_contraint_parentheses, r=... | Matthias Krüger | -8/+38 |
| 2022-06-03 | Remove useless LocalDefId in ImplTraitContext::Universal. | Camille GILLOT | -17/+11 |
| 2022-06-03 | Suggest replace parentheses with angle brackets | EdwinRy | -8/+38 |
| 2022-06-03 | Manipulate lifetimes by LocalDefId for region resolution. | Camille GILLOT | -24/+17 |
| 2022-06-03 | Auto merge of #96296 - cjgillot:remove-label-lt-shadow, r=petrochenkov | bors | -12/+9 |
| 2022-06-03 | Do not lower generic lifetime params when AST resolution emitted an error. | Camille GILLOT | -12/+9 |
| 2022-06-02 | Make params be SmallVec as originally was | Santiago Pastorino | -1/+2 |
| 2022-06-02 | Auto merge of #97598 - spastorino:simplify-universal-impl-trait-lowering, r=c... | bors | -267/+194 |
| 2022-06-01 | Always assert that impl_trait_def|bounds are empty at start | Santiago Pastorino | -7/+2 |
| 2022-06-01 | instrument lower_fn_decl | Santiago Pastorino | -9/+1 |
| 2022-06-01 | Split extend + inner chain into to extend calls | Santiago Pastorino | -8/+5 |
| 2022-06-01 | Add debug_assert comment | Santiago Pastorino | -0/+1 |
| 2022-06-01 | Remove #[rustc_box] attr during lowering | est31 | -3/+6 |
| 2022-06-01 | Add #[rustc_box] | est31 | -1/+13 |
| 2022-05-31 | Fix lower_generics rustdocs | Santiago Pastorino | -3/+2 |
| 2022-05-31 | Inline lower_generics_mut and remove GenericsCtor | Santiago Pastorino | -54/+29 |
| 2022-05-31 | Remove ImplTraitContext::reborrow | Santiago Pastorino | -42/+21 |
| 2022-05-31 | derive Copy, Clone, PartialEq, Eq for ImplTraitContext | Santiago Pastorino | -1/+1 |
| 2022-05-31 | Move lower_generics definition to item.rs | Santiago Pastorino | -38/+38 |
| 2022-05-31 | Rename add_implicit_generics to lower_generics | Santiago Pastorino | -18/+17 |
| 2022-05-31 | Replace calls to lower_generics with calls to add_implicit_generics | Santiago Pastorino | -89/+87 |
| 2022-05-31 | Add itctx: ImplTraitContext arg to add_implicit_generics | Santiago Pastorino | -9/+22 |
| 2022-05-31 | Take and restore fields in with_hir_id_owner calls | Santiago Pastorino | -0/+6 |
| 2022-05-31 | Move defs and bounds from Universal to LoweringContext | Santiago Pastorino | -87/+60 |
| 2022-05-22 | rustc_parse: Move AST -> TokenStream conversion logic to `rustc_ast` | Vadim Petrochenkov | -38/+3 |
| 2022-05-22 | Rollup merge of #97236 - cjgillot:recover-lifetime-res, r=jackh726 | Yuki Okushi | -11/+9 |
| 2022-05-21 | Recover when resolution did not resolve lifetimes. | Camille GILLOT | -11/+9 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -11/+14 |
| 2022-05-18 | Auto merge of #96863 - SparrowLii:let, r=michaelwoerister | bors | -2/+8 |
| 2022-05-09 | use hir::Let in hir::Guard | SparrowLii | -2/+8 |
| 2022-05-08 | Auto merge of #96770 - flip1995:fix-trait-type-in-bounds, r=cjgillot | bors | -3/+12 |
| 2022-05-07 | Track if a where bound comes from a impl Trait desugar | flip1995 | -3/+12 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -4/+4 |
| 2022-05-04 | Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkov | bors | -32/+18 |
| 2022-05-05 | Overhaul `MacArgs::Eq`. | Nicholas Nethercote | -16/+16 |
| 2022-05-03 | Auto merge of #95380 - compiler-errors:unit-destructure-assign, r=nikomatsakis | bors | -0/+37 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -4/+4 |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -1/+40 |
| 2022-04-30 | Save colon span to suggest bounds. | Camille GILLOT | -0/+5 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -53/+143 |
| 2022-04-30 | Inline WhereClause into Generics. | Camille GILLOT | -14/+18 |
| 2022-04-30 | Box HIR Generics and Impl. | Camille GILLOT | -12/+12 |