| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-11-20 | Move parser tests to parser/issues subdirectory | Badel2 | -33/+0 | |
| Because the parser directory has already reached the 1000 file limit. | ||||
| 2021-10-15 | Bless tests | Cameron Steffen | -1/+1 | |
| 2021-09-20 | Avoid the overflow with rustc+debugassertions in issue-44406 | Oli Scherer | -1/+1 | |
| 2021-09-07 | Recover from `Foo(a: 1, b: 2)` | Esteban Kuber | -6/+14 | |
| Detect likely `struct` literal using parentheses as delimiters and emit targeted suggestion instead of type ascription parse error. Fix #61326. | ||||
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -1/+1 | |
| * On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span | ||||
| 2021-02-16 | Move some tests to more reasonable directories | Caio | -0/+25 | |
