| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -22/+0 | |
| 2020-11-27 | Update error to reflect that integer literals can have float suffixes | Camelid | -2/+2 | |
| For example, `1` is parsed as an integer literal, but it can be turned into a float with the suffix `f32`. Now the error calls them "numeric literals" and notes that you can add a float suffix since they can be either integers or floats. | ||||
| 2019-05-23 | syntax: More consistent wording for some literal parsing errors | Vadim Petrochenkov | -1/+1 | |
| 2019-01-11 | Add label for invalid literal suffix | Esteban Küber | -1/+1 | |
| 2019-01-11 | Continue evaluating after incorrect float literal | Esteban Küber | -2/+16 | |
| 2019-01-06 | tests: Do not use `-Z parse-only`, continue compilation to test recovery | Vadim Petrochenkov | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1/+1 | |
| 2018-10-21 | Move parse-fail tests to UI | Vadim Petrochenkov | -0/+8 | |
