| Age | Commit message (Expand) | Author | Lines |
| 2022-05-09 | use hir::Let in hir::Guard | SparrowLii | -2/+8 |
| 2022-05-08 | Auto merge of #96770 - flip1995:fix-trait-type-in-bounds, r=cjgillot | bors | -3/+12 |
| 2022-05-07 | Track if a where bound comes from a impl Trait desugar | flip1995 | -3/+12 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -4/+4 |
| 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-03 | Auto merge of #95380 - compiler-errors:unit-destructure-assign, r=nikomatsakis | bors | -0/+37 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -4/+4 |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -1/+40 |
| 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 | -53/+143 |
| 2022-04-30 | Inline WhereClause into Generics. | Camille GILLOT | -14/+18 |
| 2022-04-30 | Box HIR Generics and Impl. | Camille GILLOT | -12/+12 |
| 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 |