Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Touch up TokenSet a bit | Aleksey Kladov | 2019-12-19 | 4 | -8/+6 |
* | Merge #2594 | bors[bot] | 2019-12-19 | 4 | -5/+85 |
|\ | |||||
| * | Omit default types for hover pop-ups | Kirill Bulatov | 2019-12-19 | 1 | -3/+3 |
| * | Remove TruncateOptions struct | Kirill Bulatov | 2019-12-19 | 4 | -32/+24 |
| * | Do not add any new configuration parameters | Kirill Bulatov | 2019-12-19 | 6 | -49/+12 |
| * | Ensure hover shows full type declaration | Kirill Bulatov | 2019-12-19 | 2 | -2/+19 |
| * | Omit default parameter types | Kirill Bulatov | 2019-12-19 | 9 | -29/+137 |
* | | Refactor macro tests | Aleksey Kladov | 2019-12-19 | 3 | -397/+283 |
* | | Fix parsing of interpolated expressions | Aleksey Kladov | 2019-12-19 | 2 | -0/+19 |
|/ | |||||
*-. | Merge #2589 #2591 | bors[bot] | 2019-12-18 | 7 | -36/+40 |
|\ \ | |||||
| | * | Remove dead code | Aleksey Kladov | 2019-12-18 | 1 | -5/+0 |
| |/ | |||||
| * | Touch up docs | Aleksey Kladov | 2019-12-18 | 1 | -1/+2 |
| * | Forbid <T>::foo syntax in mod paths | Aleksey Kladov | 2019-12-18 | 7 | -20/+27 |
| * | Move PathKindUp | Aleksey Kladov | 2019-12-18 | 1 | -14/+14 |
| * | Touch up docs | Aleksey Kladov | 2019-12-18 | 1 | -3/+4 |
* | | Merge #2311 | bors[bot] | 2019-12-18 | 1 | -10/+33 |
|\ \ | |/ |/| | |||||
| * | cargo fmt | Jeremy Kolb | 2019-12-18 | 1 | -1/+3 |
| * | Pass test | Jeremy Kolb | 2019-12-18 | 1 | -1/+1 |
| * | WIP: See through Macros for SignatureHelp | kjeremy | 2019-12-18 | 1 | -9/+30 |
* | | 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 |