Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Hide completions for private struct fields | Florian Diebold | 2019-12-26 | 1 | -1/+56 | |
* | | Omit closure parameters | Kirill Bulatov | 2019-12-23 | 1 | -1/+36 | |
|/ | ||||||
* | Rudimentary name resolution for local items | Aleksey Kladov | 2019-12-22 | 1 | -0/+37 | |
* | Merge #2637 | bors[bot] | 2019-12-21 | 1 | -3/+8 | |
|\ | ||||||
| * | Optimize and profile | Aleksey Kladov | 2019-12-21 | 1 | -3/+8 | |
* | | Remove import source map | Aleksey Kladov | 2019-12-21 | 1 | -2/+0 | |
|/ | ||||||
* | Remove imports from hir | Aleksey Kladov | 2019-12-21 | 2 | -10/+12 | |
* | Revert "Merge #2629" | Aleksey Kladov | 2019-12-21 | 3 | -11/+12 | |
* | Remove import source map | Aleksey Kladov | 2019-12-21 | 1 | -2/+0 | |
* | Remove hir for imports | Aleksey Kladov | 2019-12-21 | 2 | -10/+11 | |
* | Clippy lints | kjeremy | 2019-12-20 | 5 | -47/+41 | |
* | Merge #2617 | bors[bot] | 2019-12-20 | 2 | -59/+23 | |
|\ | ||||||
| * | Remove unused imports | kjeremy | 2019-12-20 | 1 | -1/+1 | |
| * | Remove the index resolution from hover | kjeremy | 2019-12-20 | 1 | -58/+22 | |
* | | Fix parser for macro call in pattern position | Edwin Cheng | 2019-12-20 | 1 | -0/+36 | |
|/ | ||||||
* | Fix resolve for field init shorthand | Aleksey Kladov | 2019-12-20 | 3 | -28/+47 | |
* | Fix highlighting for field init shorthand | Aleksey Kladov | 2019-12-20 | 2 | -5/+4 | |
* | Improve highlighting test | Aleksey Kladov | 2019-12-20 | 3 | -2/+7 | |
* | Add local functions to bodies | Aleksey Kladov | 2019-12-20 | 1 | -0/+17 | |
* | Omit default types for hover pop-ups | Kirill Bulatov | 2019-12-19 | 1 | -3/+3 | |
* | Remove TruncateOptions struct | Kirill Bulatov | 2019-12-19 | 2 | -15/+13 | |
* | Do not add any new configuration parameters | Kirill Bulatov | 2019-12-19 | 2 | -40/+11 | |
* | Ensure hover shows full type declaration | Kirill Bulatov | 2019-12-19 | 2 | -2/+19 | |
* | Omit default parameter types | Kirill Bulatov | 2019-12-19 | 2 | -20/+77 | |
* | 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 | 1 | -50/+74 | |
* | | Add blank lines for readability | Aleksey Kladov | 2019-12-18 | 1 | -0/+4 | |
|/ | ||||||
* | 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 | 2 | -45/+73 | |
|\ \ | |/ |/| | ||||||
| * | 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 | 1 | -2/+2 | |
| * | Fix original_source find order | Edwin Cheng | 2019-12-14 | 3 | -47/+85 | |
* | | 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 | |
| * | | 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 | 1 | -4/+3 | |
|\ \ | ||||||
| * | | Use different types for path with and without generics | Aleksey Kladov | 2019-12-14 | 1 | -4/+3 | |
| |/ | ||||||
* | | 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 |