aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src
Commit message (Expand)AuthorAgeFilesLines
* make Parse fields privateAleksey Kladov2019-07-121-2/+10
* Make clippy a bit happierPascal Hertleif2019-07-101-0/+4
* Resolve a FIXMEPascal Hertleif2019-07-101-3/+1
* Clippy changesJeremy Kolb2019-07-051-1/+1
* Some clippy fixes for 1.36Jeremy Kolb2019-07-045-6/+6
* allow rustfmt to reorder importsAleksey Kladov2019-07-0422-78/+69
* fix: box_patterncsmoe2019-06-191-0/+2
* Fix formattingShotaro Yamada2019-06-151-7/+3
* Skip attrs in `Literal::token`Shotaro Yamada2019-06-151-2/+17
* Get rid of failure: ra_batch ra_cliMuhammad Mominul Huque2019-06-151-1/+1
* fix: support existential typecsmoe2019-06-121-0/+1
* [#1083] Try block syntaxAndrey Tkachenko2019-06-063-0/+49
* fix: clean up warningscsmoe2019-06-061-3/+3
* Fix clippy::or_fun_callAlan Du2019-06-041-1/+1
* Fix clippy::single_char_patternAlan Du2019-06-041-1/+1
* flip Into to FromAleksey Kladov2019-05-291-6/+6
* show error offsets in testsAleksey Kladov2019-05-292-2/+11
* remove old parsing methodsAleksey Kladov2019-05-286-57/+51
* update test dataAleksey Kladov2019-05-281-1/+2
* update testsAleksey Kladov2019-05-283-32/+26
* drop error from SOurceFile constructorAleksey Kladov2019-05-282-5/+5
* return errors from tree builderAleksey Kladov2019-05-281-3/+3
* drop errors from SyntaxNodeAleksey Kladov2019-05-282-9/+6
* add ParseAleksey Kladov2019-05-281-2/+26
* Make rainbows optionalPascal Hertleif2019-05-271-1/+2
* More clever highlighting, incl draft for structsPascal Hertleif2019-05-271-4/+0
* Hash based on binding name and shadow counterPascal Hertleif2019-05-271-1/+6
* Semantic highlighting spikePascal Hertleif2019-05-271-0/+4
* Change TokenSource to iteration basedEdwin Cheng2019-05-253-17/+38
* add is_union to structs ASTAleksey Kladov2019-05-201-1/+17
* :arrow_up: text_unitAleksey Kladov2019-05-151-39/+26
* apply T! macro where it is possibleSergey Parilin2019-05-156-87/+86
* make AstId untypedAleksey Kladov2019-05-132-8/+9
* Merge #1257bors[bot]2019-05-131-0/+1
|\
| * Implemented T! macro for syntax kindsSergey Parilin2019-05-131-0/+1
* | Handle auto traits & negative implsFlorian Diebold2019-05-111-0/+10
* | share literal validation logic with compilerAleksey Kladov2019-05-079-1198/+620
|/
* fill struct fields diagnosticSergey Parilin2019-05-062-6/+9
* Merge #1208bors[bot]2019-05-042-1/+2
|\
| * Added local macro gotoLenard Pratt2019-05-042-1/+2
* | Revert "eagarly clean astd maps"Aleksey Kladov2019-05-041-1/+1
* | eagarly clean astd mapsAleksey Kladov2019-05-041-1/+1
* | Add default type param in TypeParam NodeEdwin Cheng2019-05-033-1/+8
|/
* Merge #1213bors[bot]2019-04-281-59/+12
|\
| * Refactor parser handle mult-char punct internallyEdwin Cheng2019-04-281-59/+12
* | Fix hover on the beginning of a nested expressionFlorian Diebold2019-04-281-3/+18
|/
* move add_missing_members to structured editing APIAleksey Kladov2019-04-222-17/+53
* test short structsAleksey Kladov2019-04-211-0/+1
* start structured editing APIAleksey Kladov2019-04-213-3/+82
* Merge #1154bors[bot]2019-04-203-1/+16
|\