Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -4/+1 |
| | | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway | ||||
* | flip Into to From | Aleksey Kladov | 2019-05-29 | 1 | -6/+6 |
| | |||||
* | show error offsets in tests | Aleksey Kladov | 2019-05-29 | 1 | -1/+10 |
| | |||||
* | share literal validation logic with compiler | Aleksey Kladov | 2019-05-07 | 1 | -59/+45 |
| | |||||
* | Parse and infer tuple indices | robojumper | 2019-04-06 | 1 | -0/+4 |
| | |||||
* | Fix an arithmetic overflow in reparser | pcpthm | 2019-03-21 | 1 | -3/+3 |
| | |||||
* | fix compilation | Aleksey Kladov | 2019-02-21 | 1 | -1/+3 |
| | |||||
* | move syntax error to parser | Aleksey Kladov | 2019-02-20 | 1 | -4/+1 |
| | |||||
* | flatten modules | Aleksey Kladov | 2019-02-20 | 1 | -0/+146 |