| Age | Commit message (Expand) | Author | Lines |
| 2022-09-06 | Rollup merge of #101447 - cjgillot:no-remap-resolver, r=spastorino | Yuki Okushi | -45/+39 |
| 2022-09-05 | Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj... | bors | -4/+4 |
| 2022-09-05 | Auto merge of #101228 - nnethercote:simplify-hir-PathSegment, r=petrochenkov | bors | -23/+37 |
| 2022-09-05 | separate the receiver from arguments in HIR | Takayuki Maeda | -4/+4 |
| 2022-09-05 | Remove generics_def_id_map from the resolver. | Camille GILLOT | -45/+39 |
| 2022-09-05 | Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwco | Dylan DPC | -12/+20 |
| 2022-09-05 | Address review comments. | Nicholas Nethercote | -5/+6 |
| 2022-09-05 | Make `hir::PathSegment::hir_id` non-optional. | Nicholas Nethercote | -10/+14 |
| 2022-09-05 | Make `hir::PathSegment::res` non-optional. | Nicholas Nethercote | -16/+25 |
| 2022-09-02 | Refactor and re-use BindingAnnotation | Cameron Steffen | -32/+19 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -3/+0 |
| 2022-09-01 | Directly use the `instrument` macro instead of its full path | Oli Scherer | -15/+15 |
| 2022-09-01 | Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino | bors | -8/+9 |
| 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 | -8/+9 |
| 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/+464 |
| 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/+39 |
| 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 |