| Age | Commit message (Expand) | Author | Lines |
| 2022-07-07 | Auto merge of #95573 - cjgillot:lower-query, r=michaelwoerister | bors | -166/+150 |
| 2022-07-07 | Auto merge of #98827 - aDotInTheVoid:suggest-extern-block, r=nagisa | bors | -2/+2 |
| 2022-07-06 | Use DefIdTree instead of re-implementing it. | Camille GILLOT | -7/+2 |
| 2022-07-06 | Remove `sess` field from LoweringContext. | Camille GILLOT | -57/+69 |
| 2022-07-06 | Expand comment in `with_hir_id_owner`. | Camille GILLOT | -2/+9 |
| 2022-07-06 | Do not create a new NodeId when not used. | Camille GILLOT | -2/+6 |
| 2022-07-06 | Remove useless branch. | Camille GILLOT | -7/+3 |
| 2022-07-06 | Make AST lowering a query. | Camille GILLOT | -96/+66 |
| 2022-07-02 | ast: Add span to `Extern` | Nixon Enraght-Moony | -2/+2 |
| 2022-07-01 | Factor out hir::Node::Binding | Cameron Steffen | -3/+1 |
| 2022-06-27 | Update `smallvec` to 1.8.1. | Nicholas Nethercote | -1/+1 |
| 2022-06-21 | Use CreateParameter mode for closures too. | Camille GILLOT | -23/+34 |
| 2022-06-21 | Always create parameters for functions-like types. | Camille GILLOT | -47/+64 |
| 2022-06-19 | Leave the responsibility to create `Fresh` lifetimes to lowering. | Camille GILLOT | -6/+20 |
| 2022-06-17 | Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoerister | bors | -239/+274 |
| 2022-06-16 | Rollup merge of #98119 - EdwinRy:path-parenthesized-type-error, r=estebank | Yuki Okushi | -19/+26 |
| 2022-06-15 | Consume resolutions for lowering separately. | Camille GILLOT | -24/+18 |
| 2022-06-15 | Update next_node_id. | Camille GILLOT | -7/+4 |
| 2022-06-15 | Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 | Yuki Okushi | -20/+20 |
| 2022-06-15 | Refactor path segment parameter error | EdwinRy | -19/+26 |
| 2022-06-15 | rename function and remove return type | EdwinRy | -2/+2 |
| 2022-06-14 | Separate `source_span` and `expn_that_defined` from `Definitions`. | Camille GILLOT | -50/+17 |
| 2022-06-14 | Do not modify the resolver outputs. | Camille GILLOT | -75/+83 |
| 2022-06-14 | Make ResolverAstLowering a struct. | Camille GILLOT | -160/+229 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -2/+2 |
| 2022-06-11 | Address comments | Michael Goulet | -4/+0 |
| 2022-06-11 | Handle empty where-clause better | Michael Goulet | -4/+8 |
| 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 |