aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/syntax_error.rs
Commit message (Collapse)AuthorAgeFilesLines
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-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 FromAleksey Kladov2019-05-291-6/+6
|
* show error offsets in testsAleksey Kladov2019-05-291-1/+10
|
* share literal validation logic with compilerAleksey Kladov2019-05-071-59/+45
|
* Parse and infer tuple indicesrobojumper2019-04-061-0/+4
|
* Fix an arithmetic overflow in reparserpcpthm2019-03-211-3/+3
|
* fix compilationAleksey Kladov2019-02-211-1/+3
|
* move syntax error to parserAleksey Kladov2019-02-201-4/+1
|
* flatten modulesAleksey Kladov2019-02-201-0/+146