| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-12-18 | Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726 | Matthias Krüger | -38/+3 | |
| Lint bare traits in AstConv. Removing the lint from lowering allows to: - make lowering querification easier; - have the lint implementation in only one place. r? `@estebank` | ||||
| 2021-12-13 | Update test to new error message | Alexis Bourget | -11/+13 | |
| 2021-12-10 | bless tests | Ellen | -5/+5 | |
| 2021-12-09 | Rollup merge of #91634 - terrarier2111:fix-recover-from-variant-ice, r=nagisa | Matthias Krüger | -0/+37 | |
| Do not attempt to suggest help for overly malformed struct/function call This fixes: https://github.com/rust-lang/rust/issues/91461 | ||||
| 2021-12-08 | Do not attempt to suggest help for overly malformed struct/function call | threadexception | -0/+37 | |
| 2021-12-04 | Lint bare traits in AstConv. | Camille GILLOT | -38/+3 | |
| 2021-12-04 | Do not add `;` to expected tokens list when it's wrong | Michael Howell | -17/+19 | |
| There's a few spots where semicolons are checked for to do error recovery, and should not be suggested (or checked for other stuff). Fixes #87647 | ||||
| 2021-11-25 | When recovering from a `:` in a pattern, use adequate AST pattern | Esteban Küber | -28/+63 | |
| 2021-11-20 | Move parser tests to parser/issues subdirectory | Badel2 | -0/+5955 | |
| Because the parser directory has already reached the 1000 file limit. | ||||
