| Age | Commit message (Expand) | Author | Lines |
| 2022-01-25 | delay the bug once again, generalize turbofish suggestion | Michael Goulet | -22/+15 |
| 2022-01-25 | Remove delayed bug when encountering label in bad turbofish | Michael Goulet | -3/+4 |
| 2022-01-22 | Fix let_chains and if_let_guard feature flags | Caio | -3/+17 |
| 2022-01-18 | Rollup merge of #91150 - dtolnay:qpath, r=davidtwco | Matthias Krüger | -10/+34 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -1/+4 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -7/+5 |
| 2022-01-17 | Add term | kadmin | -2/+4 |
| 2022-01-17 | add eq constraints on associated constants | kadmin | -20/+17 |
| 2022-01-17 | Rollup merge of #92876 - compiler-errors:fix-turbofish-lifetime-suggestion, r... | Matthias Krüger | -17/+30 |
| 2022-01-16 | Rollup merge of #92746 - estebank:question-mark-in-type, r=davidtwco | Matthias Krüger | -3/+57 |
| 2022-01-13 | Fix suggesting turbofish with lifetime arguments | Michael Goulet | -17/+30 |
| 2022-01-14 | Parse `Ty?` as `Option<Ty>` and provide structured suggestion | Esteban Kuber | -3/+57 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -2/+2 |
| 2022-01-05 | ast: Always keep a `NodeId` in `ast::Crate` | Vadim Petrochenkov | -1/+1 |
| 2021-12-28 | Parse and suggest moving where clauses after equals for type aliases | Jack Huey | -0/+53 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -4/+6 |
| 2021-12-18 | Rollup merge of #87901 - poliorcetics:pub-pub-pub, r=jackh726 | Matthias Krüger | -30/+90 |
| 2021-12-15 | Auto merge of #91962 - matthiaskrgr:rollup-2g082jw, r=matthiaskrgr | bors | -1/+1 |
| 2021-12-15 | Rollup merge of #91880 - matthiaskrgr:clippy_perf_dec, r=jyn514 | Matthias Krüger | -1/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -2/+2 |
| 2021-12-14 | Stabilize `destructuring_assignment` | Jacob Pratt | -2/+0 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -2/+4 |
| 2021-12-14 | Rollup merge of #91597 - r00ster91:lessthangreaterthan, r=oli-obk | Matthias Krüger | -1/+33 |
| 2021-12-14 | Recover on invalid operators <> and <=> | r00ster91 | -1/+33 |
| 2021-12-14 | fix clippy::single_char_pattern perf findings | Matthias Krüger | -1/+1 |
| 2021-12-13 | Use Inherited Visibility instead of None when no vis is present | Alexis Bourget | -14/+20 |
| 2021-12-13 | Update test to new error message | Alexis Bourget | -1/+1 |
| 2021-12-13 | Suggest remove on const async const instead of const const async | Alexis Bourget | -16/+45 |
| 2021-12-13 | Fix broken span and related tests | Alexis Bourget | -1/+1 |
| 2021-12-13 | Change error for pub in fn decl if already present | Alexis Bourget | -14/+39 |
| 2021-12-12 | Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnr | bors | -14/+3 |
| 2021-12-10 | Rollup merge of #91625 - est31:remove_indexes, r=oli-obk | Matthias Krüger | -3/+3 |
| 2021-12-10 | remove feature gate and cleanup code | Ellen | -14/+3 |
| 2021-12-09 | Rollup merge of #91634 - terrarier2111:fix-recover-from-variant-ice, r=nagisa | Matthias Krüger | -20/+27 |
| 2021-12-09 | Remove redundant [..]s | est31 | -3/+3 |
| 2021-12-08 | Rollup merge of #91337 - FabianWolff:issue-91227-misspelled-macro, r=nagisa | Matthias Krüger | -4/+25 |
| 2021-12-08 | Do not attempt to suggest help for overly malformed struct/function call | threadexception | -20/+27 |
| 2021-12-08 | Rollup merge of #91531 - notriddle:notriddle/issue-87647-expected-semicolon, ... | Matthias Krüger | -29/+113 |
| 2021-12-06 | Expect extern fn with no body when parsing | Michael Howell | -1/+1 |
| 2021-12-06 | Add better comments for FnParseMode | Michael Howell | -2/+49 |
| 2021-12-05 | Rollup merge of #90022 - hkmatsumoto:self-upper-as-generic-parameter, r=jackh726 | Matthias Krüger | -0/+13 |
| 2021-12-04 | Do not add `;` to expected tokens list when it's wrong | Michael Howell | -29/+66 |
| 2021-12-02 | Rollup merge of #91435 - FabianWolff:issue-91421-if-then, r=lcnr | Matthias Krüger | -10/+41 |
| 2021-12-01 | Improve diagnostic for missing half of binary operator in `if` condition | Fabian Wolff | -10/+41 |
| 2021-12-01 | Rollup merge of #91313 - petrochenkov:cratexp, r=Aaron1011 | Matthias Krüger | -1/+7 |
| 2021-11-29 | review comments: clean up | Esteban Kuber | -173/+185 |
| 2021-11-28 | Add a suggestion if `macro_rules` is misspelled | Fabian Wolff | -4/+25 |
| 2021-11-28 | expand: Turn `ast::Crate` into a first class expansion target | Vadim Petrochenkov | -1/+7 |
| 2021-11-27 | Improve `unsafe` diagnostic | threadexception | -3/+25 |
| 2021-11-25 | Reject generic arguments on mod style interpolated path | David Tolnay | -10/+24 |