| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-11-27 | Update error to reflect that integer literals can have float suffixes | Camelid | -1/+1 | |
| 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 | Continue evaluating after incorrect float literal | Esteban Küber | -2/+3 | |
| 2019-01-06 | tests: Do not use `-Z parse-only`, continue compilation to test recovery | Vadim Petrochenkov | -2/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-10-21 | Move parse-fail tests to UI | Vadim Petrochenkov | -0/+19 | |
