aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix the string conversionsKirill Bulatov2019-07-211-2/+2
|
* Merge branch 'master' into add-type-lensesKirill Bulatov2019-07-2136-809/+383
|\
| * Remove obsolete keybindingAleksey Kladov2019-07-211-5/+0
| |
| * Merge #1570bors[bot]2019-07-2129-783/+249
| |\ | | | | | | | | | | | | | | | | | | | | | 1570: switch to upstream rowan's API r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| | * 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-2022-736/+206
| | |
| * | Merge #1572bors[bot]2019-07-217-21/+134
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | 1572: Provide completion in struct patterns r=matklad a=viorina Co-authored-by: Ekaterina Babshukova <[email protected]>
| | * provide completion in struct patternsEkaterina Babshukova2019-07-217-21/+134
| |/
* | 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
|/
* Merge #1568bors[bot]2019-07-201-1/+1
|\ | | | | | | | | | | | | | | 1568: update readme r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * update readmeAleksey Kladov2019-07-201-1/+1
| |
* | Merge #1567bors[bot]2019-07-201-2/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | 1567: speedup CI r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | speedup CIAleksey Kladov2019-07-201-2/+5
| |/
* | Merge #1566bors[bot]2019-07-209-24/+18
|\ \ | | | | | | | | | | | | | | | | | | | | | 1566: align SyntaxText API with upstream r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | align SyntaxText API with upstreamAleksey Kladov2019-07-209-24/+18
| |/
* | Merge #1562bors[bot]2019-07-206-1/+121
|\ \ | |/ |/| | | | | | | | | | | | | 1562: Continue support for .await r=matklad a=unrealhoang - add await expr to ast and HIR Expr - infer type for `.await` Co-authored-by: Unreal Hoang <[email protected]>
| * infer type for awaitUnreal Hoang2019-07-203-2/+78
| | | | | | | | by projecting inner_ty to Future::Output alias
| * add await expr to astUnreal Hoang2019-07-204-1/+45
| |
* | Merge #1560bors[bot]2019-07-2057-241/+260
|\ \ | |/ |/| | | | | | | | | | | 1560: move debug_dump to fmt::Debug r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * rename range -> text_rangeAleksey Kladov2019-07-2054-192/+219
| |
| * move debug_dump to fmt::DebugAleksey Kladov2019-07-2010-50/+42
| |
* | Merge #1558bors[bot]2019-07-205-0/+93
|\ \ | |/ |/| | | | | | | | | | | | | 1558: Support .await syntax r=matklad a=unrealhoang - [x] Add `await` keyword to grammar, parser for await_expr - [ ] Infer type for await_expr Co-authored-by: Unreal Hoang <[email protected]>
| * add await to syntax, parser for await_exprUnreal Hoang2019-07-205-0/+93
|/
* Merge #1557bors[bot]2019-07-193-14/+15
|\ | | | | | | | | | | | | | | 1557: remove lifetime from syntax node text r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * remove lifetime from syntax node textAleksey Kladov2019-07-193-14/+15
| |
* | Merge #1556bors[bot]2019-07-195-49/+91
|\| | | | | | | | | | | | | | | 1556: sane indexing in text r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * sane indexing in textAleksey Kladov2019-07-192-11/+13
| |
| * flip syntax text to use internal iterationAleksey Kladov2019-07-194-38/+78
| |
* | Merge #1555bors[bot]2019-07-192-15/+4
|\| | | | | | | | | | | | | | | 1555: drop memory size of subtree r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * drop memory size of subtreeAleksey Kladov2019-07-192-15/+4
| | | | | | | | | | it wasn't too accurate and the new measurement method of dropping the database completely is better anyway
* | Merge #1554bors[bot]2019-07-198-50/+63
|\| | | | | | | | | | | | | | | 1554: convenience api r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * convenience apiAleksey Kladov2019-07-198-50/+63
| |
* | Merge #1553bors[bot]2019-07-197-855/+976
|\| | | | | | | | | | | | | | | 1553: cleanup casts r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * minorAleksey Kladov2019-07-191-5/+1
| |
| * cleanup castsAleksey Kladov2019-07-196-850/+975
|/
* Merge #1551bors[bot]2019-07-196-68/+92
|\ | | | | | | | | | | | | | | 1551: several highlighting cleanups r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * several highlighting cleanupsAleksey Kladov2019-07-196-68/+92
| | | | | | | | | | | | * make stuff more type-safe by using `BindPat` instead of just `Pat` * don't add `mut` into binding hash * reset shadow counter when we enter a function
* | Merge #1550bors[bot]2019-07-192-30/+37
|\| | | | | | | | | | | | | | | 1550: underline mutable bindings r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * underline mutable bindingsAleksey Kladov2019-07-192-30/+37
|/
* Merge #1545bors[bot]2019-07-1992-3100/+1984
|\ | | | | | | | | | | | | | | 1545: migrate ra_syntax to the new rowan API r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * switch to the upstream rowanAleksey Kladov2019-07-193-7/+6
| |