aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/syntax_error.rs
Commit message (Expand)AuthorAgeFilesLines
* ra_syntax: add backticks around tokens specimenVeetaha2020-02-031-12/+23
* ra_syntax: remove backticks from TokenizeError message since that is not Mark...Veetaha2020-02-031-9/+9
* Reimplemented lexer with vectors instead of iteratorsVeetaha2020-02-031-0/+42
* ra_syntax: changed added diagnostics information returned from tokenize() (im...Veetaha2020-02-031-1/+6
* Move inclusive range check to validationGeoffry Song2019-11-151-0/+4
* Forbid visibility qualifiers in traitsAleksey Kladov2019-11-111-0/+4
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-4/+1
* 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