| Age | Commit message (Expand) | Author | Lines |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -2/+23 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -22/+4 |
| 2022-01-17 | Rollup merge of #92876 - compiler-errors:fix-turbofish-lifetime-suggestion, r... | Matthias Krüger | -19/+60 |
| 2022-01-13 | Fix suggesting turbofish with lifetime arguments | Michael Goulet | -19/+60 |
| 2022-01-14 | Parse `Ty?` as `Option<Ty>` and provide structured suggestion | Esteban Kuber | -34/+68 |
| 2021-12-29 | Fix whitespace in pretty printed PatKind::Range | David Tolnay | -2/+2 |
| 2021-12-28 | Parse and suggest moving where clauses after equals for type aliases | Jack Huey | -0/+77 |
| 2021-12-18 | Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726 | Matthias Krüger | -69/+37 |
| 2021-12-13 | Update test to new error message | Alexis Bourget | -15/+17 |
| 2021-12-13 | Fix broken span and related tests | Alexis Bourget | -6/+16 |
| 2021-12-13 | Add tests for misplaced/duplicated pub in fn decl | Alexis Bourget | -0/+37 |
| 2021-12-12 | Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnr | bors | -5/+5 |
| 2021-12-11 | Tweak assoc type obligation spans | Esteban Kuber | -6/+10 |
| 2021-12-10 | bless tests | Ellen | -5/+5 |
| 2021-12-09 | Auto merge of #91692 - matthiaskrgr:rollup-u7dvh0n, r=matthiaskrgr | bors | -0/+37 |
| 2021-12-09 | Rollup merge of #91634 - terrarier2111:fix-recover-from-variant-ice, r=nagisa | Matthias Krüger | -0/+37 |
| 2021-12-09 | Auto merge of #91691 - matthiaskrgr:rollup-wfommdr, r=matthiaskrgr | bors | -1/+12 |
| 2021-12-09 | Rollup merge of #91476 - m-ou-se:ferris-identifier, r=estebank | Matthias Krüger | -1/+12 |
| 2021-12-08 | Rollup merge of #91337 - FabianWolff:issue-91227-misspelled-macro, r=nagisa | Matthias Krüger | -0/+36 |
| 2021-12-08 | Do not attempt to suggest help for overly malformed struct/function call | threadexception | -0/+37 |
| 2021-12-04 | Use multipart suggestions. | Camille GILLOT | -3/+18 |
| 2021-12-04 | Lint bare traits in AstConv. | Camille GILLOT | -69/+22 |
| 2021-12-04 | Do not add `;` to expected tokens list when it's wrong | Michael Howell | -19/+21 |
| 2021-12-03 | Extend emoji-identifiers ui test. | Mara Bos | -1/+12 |
| 2021-12-02 | Rollup merge of #91435 - FabianWolff:issue-91421-if-then, r=lcnr | Matthias Krüger | -0/+31 |
| 2021-12-01 | Improve diagnostic for missing half of binary operator in `if` condition | Fabian Wolff | -0/+31 |
| 2021-12-01 | Rollup merge of #87160 - estebank:colon-recovery, r=nagisa | Matthias Krüger | -28/+63 |
| 2021-11-28 | Add a suggestion if `macro_rules` is misspelled | Fabian Wolff | -0/+36 |
| 2021-11-25 | Auto merge of #91037 - c410-f3r:testsssssss, r=petrochenkov | bors | -648/+0 |
| 2021-11-25 | When recovering from a `:` in a pattern, use adequate AST pattern | Esteban Küber | -28/+63 |
| 2021-11-25 | Move some tests to more reasonable directories | Caio | -648/+0 |
| 2021-11-25 | Auto merge of #88781 - estebank:emoji-idents, r=oli-obk | bors | -0/+99 |
| 2021-11-24 | Tweak span and add more tests | Esteban Kuber | -4/+38 |
| 2021-11-24 | Account for incorrect `impl Foo<const N: ty> {}` syntax | Esteban Küber | -0/+28 |
| 2021-11-23 | Sort `FxHashSet`'s contents before emitting errors for consistent output | Esteban Kuber | -20/+20 |
| 2021-11-23 | review comment: plural of emoji is emoji | Esteban Kuber | -12/+12 |
| 2021-11-23 | Account for confusable codepoints when recovering emoji identifiers | Esteban Kuber | -4/+16 |
| 2021-11-23 | fix fmt | Esteban Kuber | -1/+0 |
| 2021-11-23 | Replace ZWJ with nothing in terminal output | Esteban Kuber | -2/+2 |
| 2021-11-23 | Tokenize emoji as if they were valid indentifiers | Esteban Kuber | -0/+88 |
| 2021-11-21 | Auto merge of #89580 - estebank:trait-bounds-are-tricky, r=nagisa | bors | -5/+0 |
| 2021-11-20 | Rollup merge of #90994 - Badel2:issue-90993, r=estebank | Matthias Krüger | -0/+37 |
| 2021-11-20 | Do not mention associated items when they introduce an obligation | Esteban Kuber | -5/+0 |
| 2021-11-20 | Fix float ICE | threadexception | -0/+26 |
| 2021-11-20 | Move parser tests to parser/issues subdirectory | Badel2 | -0/+0 |
| 2021-11-20 | Fix ICE `#90993`: add missing call to cancel | Badel2 | -0/+37 |
| 2021-11-20 | Rollup merge of #91021 - compiler-errors:print_future_output, r=estebank | Matthias Krüger | -2/+2 |
| 2021-11-18 | Print output ty for opaque future ty | Michael Goulet | -2/+2 |
| 2021-11-18 | Move some tests to more reasonable directories | Caio | -0/+87 |
| 2021-11-16 | Remove debug output from test stderr | 5225225 | -1/+0 |