Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ | |/ |/| | |||||
| * | Map first and last node in original_range | Edwin Cheng | 2019-12-12 | 1 | -17/+36 |
* | | Correct obsolete comment | Aleksey Kladov | 2019-12-12 | 1 | -2/+1 |
* | | Move use tree lowering to a separate module | Aleksey Kladov | 2019-12-12 | 2 | -104/+118 |
* | | Merge #2540 | bors[bot] | 2019-12-12 | 2 | -78/+35 |
|\ \ | |||||
| * | | Dedupe from_source impls | Aleksey Kladov | 2019-12-12 | 2 | -78/+35 |
* | | | Merge #2539 | bors[bot] | 2019-12-12 | 18 | -233/+276 |
|\| | | |||||
| * | | Remove old location infra | Aleksey Kladov | 2019-12-12 | 2 | -63/+6 |
| * | | Move enum&union to new loc | Aleksey Kladov | 2019-12-12 | 14 | -79/+123 |
| * | | Move structs to new loc | Aleksey Kladov | 2019-12-12 | 14 | -30/+66 |
| * | | Simplify from_source | Aleksey Kladov | 2019-12-12 | 1 | -49/+34 |
| * | | Move traits to the new loc | Aleksey Kladov | 2019-12-12 | 16 | -35/+70 |
* | | | Merge #2537 | bors[bot] | 2019-12-12 | 15 | -32/+68 |
|\| | | |||||
| * | | Switch to the new location for impls | Aleksey Kladov | 2019-12-12 | 15 | -32/+68 |
* | | | Merge #2536 | bors[bot] | 2019-12-12 | 1 | -3/+4 |
|\| | | |||||
| * | | Avoid recompiling serde | Aleksey Kladov | 2019-12-12 | 1 | -3/+4 |
* | | | Do not trigger signature help on close | Jeremy Kolb | 2019-12-12 | 1 | -1/+1 |
|/ / |