aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* switch to upstream unescapeAleksey Kladov2019-07-243-526/+88
* :arrow_up: rowanAleksey Kladov2019-07-241-1/+1
* show local variable types in completionEkaterina Babshukova2019-07-236-9/+30
* Merge #1549bors[bot]2019-07-235-1/+237
|\
| * Code review fixesKirill Bulatov2019-07-224-30/+70
| * Use SmolStr for the type textKirill Bulatov2019-07-211-3/+6
| * Fix the string conversionsKirill Bulatov2019-07-211-2/+2
| * Merge branch 'master' into add-type-lensesKirill Bulatov2019-07-2134-793/+372
| |\
| * | Do not show the lens with type hintsKirill Bulatov2019-07-211-13/+4
| * | Resolve types on the serverKirill Bulatov2019-07-213-79/+84
| * | Code review fixesKirill Bulatov2019-07-213-69/+62
| * | Refactor server apiKirill Bulatov2019-07-205-55/+222
| * | Fix tuple type lens resolutionKirill Bulatov2019-07-201-3/+4
| * | Do not show a lens when the type is declared explicitlyKirill Bulatov2019-07-201-0/+4
| * | Fix rebase issueKirill Bulatov2019-07-201-1/+1
| * | If possible, show type lenses for the let bindingsKirill Bulatov2019-07-202-16/+48
* | | flexi_logger 0.14kjeremy2019-07-223-3/+3
* | | kill old lexerAleksey Kladov2019-07-226-571/+17
* | | add rustc_lexerAleksey Kladov2019-07-227-25/+149
| |/ |/|
* | Merge #1570bors[bot]2019-07-2128-772/+238
|\ \
| * | simiplifyAleksey Kladov2019-07-212-11/+10
| * | streamline APIAleksey Kladov2019-07-2110-37/+33
| * | minor, move typeAleksey Kladov2019-07-213-12/+13
| * | switch to upstream rowan's APIAleksey Kladov2019-07-2021-725/+195
| |/
* / provide completion in struct patternsEkaterina Babshukova2019-07-217-21/+134
|/
* Merge #1566bors[bot]2019-07-209-24/+18
|\
| * align SyntaxText API with upstreamAleksey Kladov2019-07-209-24/+18
* | Merge #1562bors[bot]2019-07-206-1/+121
|\ \ | |/ |/|
| * infer type for awaitUnreal Hoang2019-07-203-2/+78
| * add await expr to astUnreal Hoang2019-07-204-1/+45
* | Merge #1560bors[bot]2019-07-2057-241/+260
|\ \ | |/ |/|
| * rename range -> text_rangeAleksey Kladov2019-07-2054-192/+219
| * move debug_dump to fmt::DebugAleksey Kladov2019-07-2010-50/+42
* | add await to syntax, parser for await_exprUnreal Hoang2019-07-205-0/+93
|/
* remove lifetime from syntax node textAleksey Kladov2019-07-193-14/+15
* sane indexing in textAleksey Kladov2019-07-192-11/+13
* flip syntax text to use internal iterationAleksey Kladov2019-07-194-38/+78
* drop memory size of subtreeAleksey Kladov2019-07-192-15/+4
* convenience apiAleksey Kladov2019-07-198-50/+63
* minorAleksey Kladov2019-07-191-5/+1
* cleanup castsAleksey Kladov2019-07-196-850/+975
* several highlighting cleanupsAleksey Kladov2019-07-196-68/+92
* switch to the upstream rowanAleksey Kladov2019-07-191-1/+1
* migrate ra_cli to the new rowanAleksey Kladov2019-07-191-3/+3
* migrate ra_ide_api to the new rowanAleksey Kladov2019-07-1929-290/+342
* migrate ra_assists to the new ASTAleksey Kladov2019-07-1917-204/+213
* migrate ra_hir to the new rowanAleksey Kladov2019-07-1922-210/+206
* migrate ra_fmt to new rowanAleksey Kladov2019-07-191-7/+7
* migrate mbe to the new rowanAleksey Kladov2019-07-194-36/+27
* migrate ra_syntax to the new rowan APIAleksey Kladov2019-07-1918-2347/+1183