| Age | Commit message (Expand) | Author | Lines |
| 2022-05-06 | Rollup merge of #96557 - nbdd0121:const, r=oli-obk | Guillaume Gomez | -1/+8 |
| 2022-05-05 | Rollup merge of #96507 - TaKO8Ki:suggest-calling-associated-function, r=lcnr | Matthias Krüger | -0/+5 |
| 2022-05-05 | suggest calling `Self::associated_function()` | Takayuki Maeda | -0/+5 |
| 2022-05-04 | Auto merge of #96353 - estebank:issue-95413, r=compiler-errors | bors | -0/+2 |
| 2022-05-03 | Auto merge of #95380 - compiler-errors:unit-destructure-assign, r=nikomatsakis | bors | -7/+4 |
| 2022-05-03 | Allow inline consts to reference generic params | Gary Guo | -1/+8 |
| 2022-05-03 | Rollup merge of #96641 - oli-obk:bool_args, r=wesleywiser | Yuki Okushi | -26/+48 |
| 2022-05-03 | When suggesting to import an item, also suggest changing the path if appropriate | Esteban Küber | -0/+2 |
| 2022-05-02 | Use a yes/no enum instead of a bool. | Oli Scherer | -26/+48 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -6/+2 |
| 2022-05-01 | resolve: Rename `unusable_binding` to `ignore_binding` | Vadim Petrochenkov | -2/+2 |
| 2022-05-01 | resolve: Turn `enum Finalize` into an optional struct | Vadim Petrochenkov | -32/+23 |
| 2022-04-30 | Auto merge of #95776 - cjgillot:ast-lifetimes-static, r=petrochenkov | bors | -9/+39 |
| 2022-04-30 | When encountering a binding that could be a const or unit variant, suggest th... | Esteban Kuber | -11/+14 |
| 2022-04-30 | Ban non-static lifetimes from AnonConst on AST. | Camille GILLOT | -6/+21 |
| 2022-04-29 | Remove `error` variable. | Camille GILLOT | -5/+3 |
| 2022-04-29 | Use the correct lifetime binder for elided lifetimes in path. | Camille GILLOT | -11/+14 |
| 2022-04-29 | Ban non-static in const generics in AST. | Camille GILLOT | -4/+19 |
| 2022-04-27 | Auto merge of #91557 - cjgillot:ast-lifetimes-named, r=petrochenkov | bors | -48/+186 |
| 2022-04-27 | Collect extra lifetime parameters during late resolution. | Camille GILLOT | -9/+37 |
| 2022-04-27 | Use LifetimeRes during lowering. | Camille GILLOT | -46/+156 |
| 2022-04-27 | Do not resolve elided lifetimes in path twice. | Camille GILLOT | -1/+1 |
| 2022-04-25 | Auto merge of #96246 - SparrowLii:bound_contxet, r=compiler-errors | bors | -6/+6 |
| 2022-04-21 | Remove redundant `format!`s | Nixon Enraght-Moony | -1/+1 |
| 2022-04-21 | rename to `BoundKind` and add comments | SparrowLii | -6/+6 |
| 2022-04-20 | Add `BoundCtxt` in `visit_param_bounds` to check questions in bounds | SparrowLii | -6/+6 |
| 2022-04-19 | Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov | Dylan DPC | -2/+2 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -2/+2 |
| 2022-04-17 | Lint elided lifetimes in path on the AST. | Camille GILLOT | -1/+131 |
| 2022-04-17 | Report undeclared lifetimes on AST. | Camille GILLOT | -307/+717 |
| 2022-04-17 | Visit generics inside visit_fn. | Camille GILLOT | -1/+7 |
| 2022-04-17 | Count number of lifetime parameters in a separate pass. | Camille GILLOT | -13/+39 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -2/+25 |
| 2022-04-12 | Rollup merge of #95918 - compiler-errors:issue-95878, r=cjgillot | Dylan DPC | -0/+9 |
| 2022-04-12 | Pass last_import_segment and unusable_binding as parameters. | Camille GILLOT | -21/+36 |
| 2022-04-10 | Delay a bug when we see SelfCtor in ref pattern | Michael Goulet | -0/+9 |
| 2022-04-06 | Fix unit struct/enum variant in destructuring assignment | Michael Goulet | -7/+4 |
| 2022-04-04 | format cond | Takayuki Maeda | -2/+4 |
| 2022-04-04 | remove unnecessary nested blocks | Takayuki Maeda | -12/+8 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -2/+2 |
| 2022-03-25 | resolve: Rename `CrateLint` to `Finalize` | Vadim Petrochenkov | -43/+32 |
| 2022-03-25 | resolve: Stop passing unused spans and node ids to path resolution functions | Vadim Petrochenkov | -52/+47 |
| 2022-03-25 | resolve: Do not build expensive suggestions if they are not actually used | Vadim Petrochenkov | -23/+7 |
| 2022-03-18 | refactor: remove an unnecessary pattern for ignoring all parts | Takayuki Maeda | -1/+1 |
| 2022-02-23 | rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`. | Eduard-Mihai Burtescu | -3/+1 |
| 2022-02-12 | change to a struct variant | Ellen | -11/+16 |
| 2022-02-02 | Detect `::` -> `:` typo in type argument | Esteban Kuber | -1/+5 |
| 2022-01-19 | Only suggest adding `!` to expressions that can be macro invocation | Esteban Kuber | -0/+4 |
| 2022-01-15 | Auto merge of #92441 - cjgillot:resolve-trait-impl-item, r=matthewjasper | bors | -23/+62 |
| 2022-01-12 | Ensure res and module are consistent with each other. | Camille GILLOT | -23/+13 |