aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/validation
Commit message (Collapse)AuthorAgeFilesLines
* Introduce EffectExprAleksey Kladov2020-05-021-11/+9
|
* ra_syntax: reshape SyntaxError for the sake of removing redundancyVeetaha2020-02-171-7/+7
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* always wrap block into an expressionAleksey Kladov2019-09-021-10/+10
|
* Move numeric names inside of `NameRef`Aleksey Kladov2019-08-091-13/+0
|
* switch to upstream unescapeAleksey Kladov2019-07-241-521/+0
|
* rename range -> text_rangeAleksey Kladov2019-07-202-3/+4
|
* migrate ra_syntax to the new rowan APIAleksey Kladov2019-07-192-2/+2
|
* Clippy changesJeremy Kolb2019-07-051-1/+1
|
* Some clippy fixes for 1.36Jeremy Kolb2019-07-041-1/+1
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-043-6/+8
| | | | | | 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
* Fix clippy::or_fun_callAlan Du2019-06-041-1/+1
|
* share literal validation logic with compilerAleksey Kladov2019-05-075-795/+521
|
* Parse and infer tuple indicesrobojumper2019-04-061-0/+12
|
* simplifyAleksey Kladov2019-04-024-4/+4
|
* switch to new rowanAleksey Kladov2019-04-014-12/+12
|
* replace todo with fixmeAleksey Kladov2019-03-231-1/+1
|
* flatten modulesAleksey Kladov2019-02-205-20/+10
|
* rename yellow -> syntax_nodeAleksey Kladov2019-02-125-5/+5
| | | | why yellow in the first place? Its red + green.
* reformat the worldAleksey Kladov2019-02-085-80/+16
|
* Parse and validate attributes in blocksDJMcNab2019-01-281-0/+24
|
* rename TreePtr -> TreeArcAleksey Kladov2019-01-114-8/+8
| | | | This is much clearer about the semantics
* itroduce trait for ast tokensAleksey Kladov2019-01-084-4/+4
|
* switch ra_syntax to new rowan APIAleksey Kladov2019-01-084-16/+16
|
* Fix the same bug as #396 but for bytes tooDJMcNab2019-01-011-1/+3
|
* Use an else ifDJMcNab2019-01-011-3/+2
|
* Fix the `panic` found whilst fuzzingDJMcNab2018-12-311-3/+9
|
* Fix a fuzzing bug and add Cargo.lock to the fuzzing directoryDJMcNab2018-12-291-1/+1
|
* fix suffix rangesAleksey Kladov2018-12-274-4/+16
|
* support literal suffixesAleksey Kladov2018-12-274-0/+16
|
* dedupe literal parsersAleksey Kladov2018-12-274-20/+17
|
* grand module renameAleksey Kladov2018-12-081-24/+0
|
* Split string lexing and run rustfmtAdolfo Ochagavía2018-11-112-7/+6
|
* Validate byte string literalsAdolfo Ochagavía2018-11-114-22/+210
|
* Add validator for byteAdolfo Ochagavía2018-11-113-90/+302
|
* Validate string literalsAdolfo Ochagavía2018-11-093-0/+458