| Age | Commit message (Expand) | Author | Lines |
| 2022-05-08 | Auto merge of #96770 - flip1995:fix-trait-type-in-bounds, r=cjgillot | bors | -0/+1 |
| 2022-05-07 | Track if a where bound comes from a impl Trait desugar | flip1995 | -0/+1 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -1/+1 |
| 2022-05-04 | Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkov | bors | -32/+18 |
| 2022-05-05 | Overhaul `MacArgs::Eq`. | Nicholas Nethercote | -16/+16 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -1/+1 |
| 2022-04-30 | Save colon span to suggest bounds. | Camille GILLOT | -0/+5 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -38/+50 |
| 2022-04-30 | Inline WhereClause into Generics. | Camille GILLOT | -2/+4 |
| 2022-04-30 | Box HIR Generics and Impl. | Camille GILLOT | -5/+5 |
| 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 | -738/+426 |
| 2022-04-27 | Collect extra lifetime parameters during late resolution. | Camille GILLOT | -150/+72 |
| 2022-04-27 | Refactor generic collection. | Camille GILLOT | -52/+33 |
| 2022-04-27 | Create a specific struct for lifetime capture. | Camille GILLOT | -112/+147 |
| 2022-04-27 | Handle TAIT. | Camille GILLOT | -83/+18 |
| 2022-04-27 | Use LifetimeRes during lowering. | Camille GILLOT | -594/+409 |
| 2022-04-23 | Drop vis in Item. | Camille GILLOT | -2/+2 |
| 2022-04-17 | Lint elided lifetimes in path on the AST. | Camille GILLOT | -10/+9 |
| 2022-04-17 | Report undeclared lifetimes on AST. | Camille GILLOT | -19/+6 |
| 2022-04-04 | diagnostics: use correct span for const generics | Michael Howell | -1/+1 |
| 2022-03-31 | Record item-likes in ItemLowerer. | Camille GILLOT | -13/+12 |
| 2022-03-31 | Create a new LoweringContext for each item-like. | Camille GILLOT | -37/+13 |
| 2022-03-31 | Make lowering pull-based. | Camille GILLOT | -9/+58 |
| 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-30 | Spellchecking some comments | Yuri Astrakhan | -1/+1 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -1/+1 |
| 2022-03-15 | Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuber | bors | -1/+1 |
| 2022-03-13 | Update comments. | Camille GILLOT | -9/+5 |
| 2022-03-12 | Identify anonymous lifetimes by their DefId in HIR. | Camille GILLOT | -59/+86 |
| 2022-03-07 | remove unnecessary `..` patterns | Takayuki Maeda | -6/+2 |
| 2022-03-03 | Associate multiple with a crate too. | Felix S. Klock II | -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 | -1/+3 |
| 2022-02-24 | Auto merge of #93438 - spastorino:node_id_to_hir_id_refactor, r=oli-obk | bors | -54/+60 |
| 2022-02-22 | local_id is always != 0 at this point | Santiago Pastorino | -11/+10 |
| 2022-02-20 | Move trait_map to Lowering Context | Santiago Pastorino | -11/+10 |
| 2022-02-20 | Move local_id_to_def_id to Lowering Context | Santiago Pastorino | -29/+29 |
| 2022-02-20 | Make node_id_to_hir_id owner-local. | Camille GILLOT | -32/+40 |
| 2022-02-18 | Rollup merge of #92806 - compiler-errors:better-impl-trait-deny, r=estebank | Matthias Krüger | -25/+103 |
| 2022-02-17 | fix impl trait message, bless tests | Michael Goulet | -4/+3 |
| 2022-02-17 | Add more information to `impl Trait` deny error | Michael Goulet | -25/+104 |
| 2022-02-17 | Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk" | Oli Scherer | -19/+50 |
| 2022-02-12 | Inherit lifetimes for async fn instead of duplicating them. | Camille GILLOT | -50/+19 |
| 2022-02-02 | More let_else adoptions | est31 | -0/+1 |