| Age | Commit message (Expand) | Author | Lines |
| 2022-04-29 | Simplify `lower_mac_args`. | Nicholas Nethercote | -28/+14 |
| 2022-04-28 | rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter` | Vadim Petrochenkov | -2/+2 |
| 2022-04-27 | Auto merge of #91557 - cjgillot:ast-lifetimes-named, r=petrochenkov | bors | -925/+540 |
| 2022-04-27 | Collect extra lifetime parameters during late resolution. | Camille GILLOT | -213/+94 |
| 2022-04-27 | Refactor generic collection. | Camille GILLOT | -56/+37 |
| 2022-04-27 | Create a specific struct for lifetime capture. | Camille GILLOT | -139/+172 |
| 2022-04-27 | Handle TAIT. | Camille GILLOT | -96/+21 |
| 2022-04-27 | Use LifetimeRes during lowering. | Camille GILLOT | -747/+542 |
| 2022-04-23 | Drop vis in Item. | Camille GILLOT | -92/+12 |
| 2022-04-23 | Drop vis in ImplItem. | Camille GILLOT | -1/+1 |
| 2022-04-23 | Drop vis from ForeignItem. | Camille GILLOT | -1/+1 |
| 2022-04-23 | Drop vis in FieldDef. | Camille GILLOT | -1/+1 |
| 2022-04-23 | Stop visiting visibility. | Camille GILLOT | -12/+0 |
| 2022-04-17 | Lint elided lifetimes in path on the AST. | Camille GILLOT | -45/+13 |
| 2022-04-17 | Report undeclared lifetimes on AST. | Camille GILLOT | -19/+6 |
| 2022-04-16 | Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisa | bors | -5/+60 |
| 2022-04-15 | Rollup merge of #95194 - kckeiks:update-algo-in-find-use-placement, r=pnkfelix | Dylan DPC | -6/+11 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -5/+60 |
| 2022-04-06 | Fix unit struct/enum variant in destructuring assignment | Michael Goulet | -0/+37 |
| 2022-04-04 | diagnostics: use correct span for const generics | Michael Howell | -1/+1 |
| 2022-03-31 | remove find_use_placement | Fausto | -6/+11 |
| 2022-03-31 | Record item-likes in ItemLowerer. | Camille GILLOT | -61/+69 |
| 2022-03-31 | Create a new LoweringContext for each item-like. | Camille GILLOT | -129/+104 |
| 2022-03-31 | Make lowering pull-based. | Camille GILLOT | -55/+120 |
| 2022-03-31 | Implement with_parent_item_lifetime_defs on ItemLowerer. | Camille GILLOT | -70/+62 |
| 2022-03-31 | Move lower_crate outside the LoweringContext. | Camille GILLOT | -41/+39 |
| 2022-03-31 | Stop emitting lints during lowering. | Camille GILLOT | -3/+0 |
| 2022-03-31 | Remove mutability in ResolverAstLowering. | Camille GILLOT | -7/+5 |
| 2022-03-31 | Rollup merge of #95011 - michaelwoerister:awaitee_field, r=tmandry | Dylan DPC | -13/+16 |
| 2022-03-30 | async: Give predictable, reserved name to binding generated from .await expre... | Michael Woerister | -13/+16 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -1/+1 |
| 2022-03-17 | Rollup merge of #94960 - codehorseman:master, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -1/+1 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-15 | Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuber | bors | -2/+2 |
| 2022-03-13 | Update comments. | Camille GILLOT | -9/+5 |
| 2022-03-12 | Identify anonymous lifetimes by their DefId in HIR. | Camille GILLOT | -67/+102 |
| 2022-03-07 | remove unnecessary `..` patterns | Takayuki Maeda | -6/+2 |
| 2022-03-05 | Fallback to other where clause if preferred is missing | Jack Huey | -8/+24 |
| 2022-03-05 | Change syntax for TyAlias where clauses | Jack Huey | -9/+34 |
| 2022-03-03 | Adjusted diagnostic output so that if there is no `use` in a item sequence, | Felix S. Klock II | -1/+1 |
| 2022-03-03 | Associate multiple with a crate too. | Felix S. Klock II | -1/+1 |
| 2022-03-03 | refactor: prepare to associate multiple spans with a module. | Felix S. Klock II | -1/+1 |
| 2022-03-01 | compiler: fix some typos | cuishuang | -1/+1 |
| 2022-02-25 | Auto merge of #94290 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -1/+1 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-24 | Remove in-band lifetimes | Michael Goulet | -45/+12 |
| 2022-02-24 | resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros | Vadim Petrochenkov | -3/+5 |
| 2022-02-24 | Auto merge of #93438 - spastorino:node_id_to_hir_id_refactor, r=oli-obk | bors | -59/+61 |
| 2022-02-22 | local_id is always != 0 at this point | Santiago Pastorino | -11/+10 |