aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax
Commit message (Expand)AuthorAgeFilesLines
...
* Merge #1566bors[bot]2019-07-201-13/+3
|\
| * align SyntaxText API with upstreamAleksey Kladov2019-07-201-13/+3
* | Merge #1562bors[bot]2019-07-202-1/+34
|\ \ | |/ |/|
| * add await expr to astUnreal Hoang2019-07-202-1/+34
* | Merge #1560bors[bot]2019-07-2010-68/+63
|\ \ | |/ |/|
| * rename range -> text_rangeAleksey Kladov2019-07-2010-29/+32
| * move debug_dump to fmt::DebugAleksey Kladov2019-07-205-40/+32
* | add await to syntax, parser for await_exprUnreal Hoang2019-07-203-0/+74
|/
* remove lifetime from syntax node textAleksey Kladov2019-07-193-14/+15
* sane indexing in textAleksey Kladov2019-07-191-7/+10
* flip syntax text to use internal iterationAleksey Kladov2019-07-192-34/+65
* drop memory size of subtreeAleksey Kladov2019-07-191-4/+0
* convenience apiAleksey Kladov2019-07-194-41/+55
* cleanup castsAleksey Kladov2019-07-194-841/+964
* several highlighting cleanupsAleksey Kladov2019-07-191-0/+11
* switch to the upstream rowanAleksey Kladov2019-07-191-1/+1
* migrate ra_assists to the new ASTAleksey Kladov2019-07-191-1/+1
* migrate ra_hir to the new rowanAleksey Kladov2019-07-191-1/+1
* migrate ra_syntax to the new rowan APIAleksey Kladov2019-07-1918-2347/+1183
* use Parse in mbeAleksey Kladov2019-07-182-6/+13
* make Parse genericAleksey Kladov2019-07-181-14/+33
* cleanup importsAleksey Kladov2019-07-181-1/+1
* highlight mutable variables differentlyEkaterina Babshukova2019-07-181-1/+1
* use more correct phantom types for ptrsAleksey Kladov2019-07-181-1/+1
* make Parse fields privateAleksey Kladov2019-07-122-4/+12
* Make clippy a bit happierPascal Hertleif2019-07-101-0/+4
* Resolve a FIXMEPascal Hertleif2019-07-101-3/+1
* Remove unused dependenciesShotaro Yamada2019-07-081-3/+0
* Constify KnownName'sMuhammad Mominul Huque2019-07-071-1/+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-0423-81/+72
* Remove parse error on array initializer attributesRyan Cumming2019-06-302-65/+0
* Support attributes on array membersRyan Cumming2019-06-306-0/+177
* fixed #1384zjy2019-06-282-0/+70
* Merge #1415bors[bot]2019-06-244-0/+121
|\
| * fix: specialization(with blindly parsing)csmoe2019-06-194-0/+121
* | fix: box_patterncsmoe2019-06-195-6/+69
* | fix: box_syntax(#1412)csmoe2019-06-181-0/+3
|/
* 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-125-3/+36
* fix: never type with bindingcsmoe2019-06-072-6/+38
* [#1083] Try block syntax: fix testsAndrey Tkachenko2019-06-064-37/+34
* [#1083] Try block syntaxAndrey Tkachenko2019-06-065-0/+86
* 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
* :arrow_up: parking_lotAleksey Kladov2019-05-301-1/+0