Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Use path macro | Florian Diebold | 2019-12-13 | 4 | -80/+49 | |
| * | | Rename N! to name! | Florian Diebold | 2019-12-13 | 16 | -63/+63 | |
| * | | Add macros for known names and paths | Florian Diebold | 2019-12-13 | 16 | -173/+192 | |
* | | | Merge #2548 | bors[bot] | 2019-12-14 | 5 | -8/+45 | |
|\ \ \ | ||||||
| * | | | Support setting cargo features | oxalica | 2019-12-13 | 5 | -8/+45 | |
* | | | | Remove some unwraps in add_new | kjeremy | 2019-12-13 | 1 | -19/+16 | |
| |/ / |/| | | ||||||
* | | | LSP 3.15 supports the deprecated tag on completions | kjeremy | 2019-12-13 | 1 | -0/+5 | |
* | | | Merge #2550 | bors[bot] | 2019-12-13 | 5 | -70/+139 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Correctly infer - and ! using std::ops::{Neg,Not} | Emil Lauridsen | 2019-12-13 | 5 | -23/+114 | |
| * | | Add helper for resolving associated type of trait in infer | Emil Lauridsen | 2019-12-13 | 2 | -47/+25 | |
* | | | Refactor tt::Delimiter | Edwin Cheng | 2019-12-13 | 8 | -44/+42 | |
|/ / | ||||||
* | | Merge #2544 | bors[bot] | 2019-12-13 | 1 | -17/+36 | |
|\ \ | |/ |/| |