| Age | Commit message (Expand) | Author | Lines |
| 2022-08-22 | Use `AttrVec` in more places. | Nicholas Nethercote | -26/+24 |
| 2022-08-17 | Rollup merge of #100018 - nnethercote:clean-up-LitKind, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-08-16 | Rollup merge of #100610 - nnethercote:ast-and-parser-tweaks, r=spastorino | Dylan DPC | -2/+1 |
| 2022-08-16 | Auto merge of #100441 - nnethercote:shrink-ast-Attribute, r=petrochenkov | bors | -6/+7 |
| 2022-08-16 | Auto merge of #100611 - matthiaskrgr:rollup-rxj10ur, r=matthiaskrgr | bors | -2/+2 |
| 2022-08-16 | Rollup merge of #100590 - TaKO8Ki:suggest-adding-array-length, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2022-08-16 | Rename some things related to literals. | Nicholas Nethercote | -1/+1 |
| 2022-08-16 | Auto merge of #100237 - cjgillot:no-special-hash-hir, r=nagisa | bors | -4/+2 |
| 2022-08-16 | Remove `{ast,hir}::WhereEqPredicate::id`. | Nicholas Nethercote | -2/+1 |
| 2022-08-16 | Shrink `ast::Attribute`. | Nicholas Nethercote | -6/+7 |
| 2022-08-16 | suggest adding an array length if possible | Takayuki Maeda | -2/+2 |
| 2022-08-15 | Auto merge of #96745 - ehuss:even-more-attribute-validation, r=cjgillot | bors | -7/+28 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+0 |
| 2022-08-11 | Make Node::ExprField a child of Node::Expr. | Eric Huss | -5/+7 |
| 2022-08-11 | Add visitors for PatField and ExprField. | Eric Huss | -5/+7 |
| 2022-08-11 | Check attributes on struct expression fields. | Eric Huss | -1/+8 |
| 2022-08-11 | Check attributes on pattern fields. | Eric Huss | -6/+16 |
| 2022-08-11 | Rollup merge of #100392 - nnethercote:simplify-visitors, r=cjgillot | Matthias Krüger | -8/+5 |
| 2022-08-11 | Rollup merge of #100307 - nnethercote:fix-96847, r=cjgillot | Matthias Krüger | -3/+1 |
| 2022-08-11 | Avoid lowering a `MacArgs::Eq` twice. | Nicholas Nethercote | -3/+1 |
| 2022-08-11 | Simplify `rustc_ast::visit::Visitor::visit_poly_trait_ref`. | Nicholas Nethercote | -6/+3 |
| 2022-08-11 | Simplify `rustc_hir::intravisit::Visitor::visit_variant_data`. | Nicholas Nethercote | -2/+2 |
| 2022-08-10 | Do not consider method call receiver as an argument in AST. | Camille GILLOT | -2/+4 |
| 2022-08-09 | Add docs for get_remapped_def_id | Santiago Pastorino | -0/+13 |
| 2022-08-09 | Iterate def_ids map backwards to try first the latest mappings (it's a stack) | Santiago Pastorino | -1/+1 |
| 2022-08-07 | Remove unused hashing infra. | Camille GILLOT | -4/+2 |
| 2022-08-07 | Use start_point instead of next_point to point to elided lifetime ampersand. | Camille GILLOT | -1/+1 |
| 2022-08-04 | Fix typo | Santiago Pastorino | -1/+1 |
| 2022-08-04 | Improve opt_local_def_id docs | Santiago Pastorino | -7/+9 |
| 2022-08-04 | Improve record_def_id_remap docs | Santiago Pastorino | -1/+4 |
| 2022-08-04 | Do not collect lifetimes with Infer resolution | Santiago Pastorino | -5/+21 |
| 2022-08-04 | Use span_bug instead of panic | Santiago Pastorino | -4/+8 |
| 2022-08-04 | Add docs to record_elided_anchor | Santiago Pastorino | -0/+3 |
| 2022-08-04 | Extract record_elided_anchor | Santiago Pastorino | -18/+13 |
| 2022-08-04 | Move new_remapping inside with_hir_id_owner | Santiago Pastorino | -1/+2 |
| 2022-08-04 | Add documentation for create_lifetime_defs | Santiago Pastorino | -0/+4 |
| 2022-08-04 | Add more debug calls | Santiago Pastorino | -4/+5 |
| 2022-08-04 | Add documentation about lifetime args | Santiago Pastorino | -0/+2 |
| 2022-08-04 | Add documentation about lifetime_defs | Santiago Pastorino | -0/+3 |
| 2022-08-04 | Move hir_bounds after lifetime_defs | Santiago Pastorino | -5/+4 |
| 2022-08-04 | captures -> collected_lifetimes | Santiago Pastorino | -9/+10 |
| 2022-08-04 | Move lifetimes_in_bounds call to outside with_hir_id_owner block in lower_asy... | Santiago Pastorino | -5/+14 |
| 2022-08-04 | Move lifetimes_in_bounds call to outside with_hir_id_owner block in lower_opa... | Santiago Pastorino | -18/+23 |
| 2022-08-04 | Document what collected_lifetimes vec containts | Santiago Pastorino | -0/+3 |
| 2022-08-04 | Document lower_opaque_impl_trait | Santiago Pastorino | -0/+29 |
| 2022-08-04 | with_lifetime_binder is now lower_lifetime_binder and doesn't need a closure | Santiago Pastorino | -55/+52 |
| 2022-08-04 | Add comments on with_remapping | Santiago Pastorino | -0/+10 |
| 2022-08-04 | Document opt_local_def_id | Santiago Pastorino | -0/+11 |
| 2022-08-04 | Document generics_def_id_map field and record/get methods on it | Santiago Pastorino | -0/+4 |
| 2022-08-04 | Add comments about lifetime collect and create lifetime defs for RPITs | Santiago Pastorino | -0/+8 |