| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-11-20 | Move parser tests to parser/issues subdirectory | Badel2 | -11/+0 | |
| Because the parser directory has already reached the 1000 file limit. | ||||
| 2021-08-28 | fix(rustc_parse): incorrect span information for macro path expr | Michael Howell | -0/+11 | |
| Old error output: 3 | let _: usize = $f; | ----- ^ expected `usize`, found struct `Baz` | | | expected due to this New error output: 3 | let _: usize = $f; | ----- ^^ expected `usize`, found struct `Baz` | | | expected due to this | ||||
