| Age | Commit message (Expand) | Author | Lines |
| 2022-09-01 | Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino | bors | -2/+2 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -1/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-31 | Rollup merge of #101049 - JeanCASPAR:remove-span_fatal-from-ast_lowering, r=d... | Matthias Krüger | -3/+18 |
| 2022-08-30 | Change fatal diagnostic to an error. | JeanCASPAR | -1/+7 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -0/+1 |
| 2022-08-29 | Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`. | Nicholas Nethercote | -2/+2 |
| 2022-08-29 | Use `&'hir Mod` everywhere. | Nicholas Nethercote | -4/+8 |
| 2022-08-29 | Use `&'hir Ty` everywhere. | Nicholas Nethercote | -2/+2 |
| 2022-08-29 | Use `&'hir Expr` everywhere. | Nicholas Nethercote | -6/+10 |
| 2022-08-27 | remove span_fatal from ast_lowering | Jean CASPAR | -3/+12 |
| 2022-08-26 | Rollup merge of #100724 - JeanCASPAR:migrate-ast_lowering-to-session-diagnost... | Michael Goulet | -262/+463 |
| 2022-08-23 | Remove the symbol from `ast::LitKind::Err`. | Nicholas Nethercote | -1/+1 |
| 2022-08-22 | Resolve conflicts | Jean CASPAR | -18/+18 |
| 2022-08-22 | Changes made in response to feedback | Jean CASPAR | -17/+23 |
| 2022-08-22 | Migrate all span_err(...) in ast_lowering to SessionDiagnostic | Jean CASPAR | -14/+30 |
| 2022-08-22 | Migrate ast_lowering::pat to SessionDiagnostic | Jean CASPAR | -25/+46 |
| 2022-08-22 | Migrate ast_lowering::ast to SessionDiagnostic | Jean CASPAR | -100/+185 |
| 2022-08-22 | Migrate ast_lowering::expr to SessionDiagnostic | Jean CASPAR | -80/+92 |
| 2022-08-22 | Migrate ast_lowering::lib and ast_lowering::item to SessionDiagnostic | Jean CASPAR | -32/+70 |
| 2022-08-22 | Migrate ast_lowering::path to SessionDiagnostic | Jean CASPAR | -15/+38 |
| 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 |