Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move PathKindUp | Aleksey Kladov | 2019-12-18 | 1 | -14/+14 |
* | Touch up docs | Aleksey Kladov | 2019-12-18 | 1 | -3/+4 |
* | Don't bother with focus range for navigation to locals | Aleksey Kladov | 2019-12-18 | 2 | -7/+49 |
* | Refactor goto tests to always specify texts | Aleksey Kladov | 2019-12-18 | 2 | -52/+76 |
* | Add blank lines for readability | Aleksey Kladov | 2019-12-18 | 1 | -0/+4 |
* | Refactoring | Edwin Cheng | 2019-12-18 | 4 | -53/+55 |
* | Rename range to by_kind | Edwin Cheng | 2019-12-18 | 3 | -4/+4 |
* | Add test for token map | Edwin Cheng | 2019-12-18 | 1 | -0/+43 |
* | Fix shift id for delim and other tokens | Edwin Cheng | 2019-12-18 | 1 | -3/+15 |
* | Add TokenTextRange | Edwin Cheng | 2019-12-18 | 2 | -10/+35 |
* | Add token id to delims | Edwin Cheng | 2019-12-18 | 6 | -65/+135 |
* | Add token ids for all tt::Leaf | Edwin Cheng | 2019-12-18 | 6 | -33/+72 |
* | Merge #2582 | bors[bot] | 2019-12-17 | 1 | -11/+0 |
|\ | |||||
| * | Drop dead code | Aleksey Kladov | 2019-12-17 | 1 | -11/+0 |
* | | Merge #2581 | bors[bot] | 2019-12-17 | 6 | -17/+34 |
|\| | |||||
| * | Refactor PathKind | Aleksey Kladov | 2019-12-17 | 6 | -17/+34 |
* | | Merge #2580 | bors[bot] | 2019-12-17 | 3 | -3/+3 |
|\ \ | |/ |/| | |||||
| * | Fix highlighting token names | Aleksey Kladov | 2019-12-17 | 3 | -3/+3 |
* | | Merge #2562 | bors[bot] | 2019-12-17 | 5 | -48/+86 |
|\ \ | |/ |/| | |||||
| * | Use simpler logic on original_range | Edwin Cheng | 2019-12-14 | 2 | -56/+46 |
| * | Re-export Origin to replace ExpansionOrigin | Edwin Cheng | 2019-12-14 | 4 | -17/+11 |
| * | Fix original_source find order | Edwin Cheng | 2019-12-14 | 5 | -55/+109 |
* | | Improve recovery for incomplete lambdas | Aleksey Kladov | 2019-12-17 | 3 | -1/+94 |
* | | Add test mark | Florian Diebold | 2019-12-15 | 3 | -2/+9 |
* | | Handle impl Trait more correctly | Florian Diebold | 2019-12-15 | 3 | -1/+56 |
* | | Add test for unifying impl Trait | Florian Diebold | 2019-12-15 | 1 | -1/+27 |
* | | remove unnecessary turbofish. | Omer Ben-Amram | 2019-12-15 | 1 | -2/+1 |
* | | cfg gated tests that only work on windows. | Omer Ben-Amram | 2019-12-15 | 1 | -10/+16 |
* | | improved path checking to consider only paths that may contain a windows drive. | Omer Ben-Amram | 2019-12-15 | 1 | -20/+44 |
* | | move import inside cfg block | Omer Ben-Amram | 2019-12-15 | 1 | -1/+2 |
* | | Lowercase drive letters on windows before sending to extension. | Omer Ben-Amram | 2019-12-15 | 1 | -0/+34 |
* | | use a module instead of prefixed consts. | Omer Ben-Amram | 2019-12-15 | 1 | -66/+64 |
* | | introduce named constants for highlighting tag names. | Omer Ben-Amram | 2019-12-15 | 1 | -37/+67 |
* | | Merge #2559 | bors[bot] | 2019-12-15 | 3 | -17/+27 |
|\ \ | |||||
| * | | fixed rainbow-highlighting test | Omer Ben-Amram | 2019-12-15 | 1 | -0/+2 |
| * | | Merge branch 'refs/heads/master' into feature/granular-scopes | Omer Ben-Amram | 2019-12-14 | 26 | -318/+414 |
| |\ \ | |||||
| * | | | removed `type.alias` | Omer Ben-Amram | 2019-12-14 | 2 | -14/+18 |
| * | | | added decorations | Omer Ben-Amram | 2019-12-14 | 1 | -2/+2 |
| * | | | scopes resolution is more granular | Omer Ben-Amram | 2019-12-13 | 1 | -8/+12 |
* | | | | Merge #2561 | bors[bot] | 2019-12-14 | 19 | -355/+478 |
|\ \ \ \ | |||||
| * | | | | Use different types for path with and without generics | Aleksey Kladov | 2019-12-14 | 18 | -354/+471 |
| * | | | | Use all-features by default | Aleksey Kladov | 2019-12-14 | 1 | -1/+7 |
| | |/ / | |/| | | |||||
* | | | | Merge #2552 | bors[bot] | 2019-12-14 | 3 | -6/+106 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | for goto and hover pick the token based on a priority | succcubbus | 2019-12-13 | 3 | -17/+46 |
| * | | | add tests for goto on tuple fields | succcubbus | 2019-12-13 | 2 | -1/+33 |
| * | | | try both surrounding tokens for hover | succcubbus | 2019-12-13 | 1 | -4/+12 |
| * | | | add failing test | succcubbus | 2019-12-13 | 1 | -0/+7 |
| * | | | use find() instead of filter().next() | succcubbus | 2019-12-13 | 1 | -1/+1 |
| * | | | fix goto definition when inbetween tokens | succcubbus | 2019-12-13 | 2 | -4/+28 |
| |/ / | |||||
* | | | Merge #2554 | bors[bot] | 2019-12-14 | 18 | -235/+223 |
|\ \ \ | |_|/ |/| | |