Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | workaround salsa/parking-log bug | Aleksey Kladov | 2018-12-22 | 2 | -5/+12 | |
|/ / / | | | | | | | | | | | | | https://github.com/salsa-rs/salsa/issues/99 https://github.com/Amanieu/parking_lot/issues/101 | |||||
* | | | Merge #322 | bors[bot] | 2018-12-22 | 1 | -13/+17 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 322: Fix analyzer extension fail when there are enabled any VIM extension r=matklad a=max-frai `type` command is allowed only once to be registered and it was built specially for vim mode. So if user has vim extension enabled, rust-analyzer initialization failes on trying to register own `type` handler. Unfortunatelly, there are no nice ways to check if command is already registered so the way is to wrap everything with try/catch and notify user about conflict. Co-authored-by: frai <[email protected]> | |||||
| * | | | Fix analyzer extension fail when there are enabled any VIM extension. | frai | 2018-12-22 | 1 | -13/+17 | |
|/ / / | ||||||
* | | | less chatty logging | Aleksey Kladov | 2018-12-22 | 1 | -0/+7 | |
| | | | ||||||
* | | | Merge #321 | bors[bot] | 2018-12-22 | 5 | -11/+62 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 321: More useful logging r=matklad a=matklad Try not to log *huge* messages, to make logging more useful. Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | | less verbose debug | Aleksey Kladov | 2018-12-22 | 2 | -8/+45 | |
| | | | | ||||||
| * | | | less verbose debug for library data | Aleksey Kladov | 2018-12-22 | 2 | -1/+14 | |
| | | | | ||||||
| * | | | log times | Aleksey Kladov | 2018-12-22 | 2 | -2/+3 | |
|/ / / | ||||||
* | | | Merge #320 | bors[bot] | 2018-12-22 | 5 | -27/+39 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 320: completion uses hir scopes r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | | completion uses hir scopes | Aleksey Kladov | 2018-12-22 | 5 | -27/+39 | |
|/ / / | ||||||
* | | | Merge #319 | bors[bot] | 2018-12-21 | 16 | -86/+136 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 319: Completion icons r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | | fix snippet icon | Aleksey Kladov | 2018-12-21 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | binding icon | Aleksey Kladov | 2018-12-21 | 3 | -2/+6 | |
| | | | | ||||||
| * | | | debug pring | Aleksey Kladov | 2018-12-21 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | moar icons | Aleksey Kladov | 2018-12-21 | 7 | -7/+34 | |
| | | | | ||||||
| * | | | more icons | Aleksey Kladov | 2018-12-21 | 2 | -2/+15 | |
| | | | | ||||||
| * | | | move completion items to conv | Aleksey Kladov | 2018-12-21 | 5 | -30/+33 | |
| | | | | ||||||
| * | | | specify completion item kind | Aleksey Kladov | 2018-12-21 | 4 | -12/+17 | |
| | | | | ||||||
| * | | | cleanup | Aleksey Kladov | 2018-12-21 | 4 | -29/+34 | |
| | | | | ||||||
| * | | | introduce ComletionItemKind | Aleksey Kladov | 2018-12-21 | 6 | -34/+28 | |
| | | | | ||||||
| * | | | rename completion kind | Aleksey Kladov | 2018-12-21 | 1 | -6/+6 | |
| | | | | ||||||
* | | | | Merge #316 | bors[bot] | 2018-12-21 | 3 | -3/+39 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 316: Fix handling of nested self in paths r=matklad a=DJMcNab See https://github.com/rust-analyzer/rust-analyzer/issues/231#issuecomment-442449505. Co-authored-by: DJMcNab <[email protected]> | |||||
| * | | | | Move the self handling from directly inside the loop | DJMcNab | 2018-12-21 | 1 | -13/+12 | |
| | | | | | ||||||
| * | | | | Fix handling of nested self in paths | DJMcNab | 2018-12-21 | 3 | -3/+40 | |
| | | | | | ||||||
* | | | | | Merge #318 | bors[bot] | 2018-12-21 | 2 | -9/+5 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 318: Remove a completed and an unactionable todo r=matklad a=DJMcNab Co-authored-by: DJMcNab <[email protected]> | |||||
| * | | | | Remove TODO on self_hosting_parsing | DJMcNab | 2018-12-21 | 1 | -8/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This improving this code is not a good use of people-time, and this might be the most performant approach nonwithstanding an api for this use case being added to walkdir | |||||
| * | | | | Remove uneeded todo in lexer | DJMcNab | 2018-12-21 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge #315 | bors[bot] | 2018-12-21 | 9 | -771/+878 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 315: Split completion into manageable components r=matklad a=matklad The main idea here is to do completion in two phases: * first, we figure out surrounding context * then, we run a series of completers on the given context. Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | | | cleanup | Aleksey Kladov | 2018-12-21 | 5 | -15/+7 | |
| | | | | | ||||||
| * | | | | docs | Aleksey Kladov | 2018-12-21 | 7 | -167/+181 | |
| | | | | | ||||||
| * | | | | rename tests | Aleksey Kladov | 2018-12-21 | 1 | -8/+8 | |
| | | | | | ||||||
| * | | | | scope-based copmletions on original file | Aleksey Kladov | 2018-12-21 | 5 | -322/+223 | |
| | | | | | ||||||
| * | | | | move path completion to a separate component | Aleksey Kladov | 2018-12-21 | 3 | -44/+127 | |
| | | | | | ||||||
| * | | | | more completion components | Aleksey Kladov | 2018-12-21 | 4 | -95/+104 | |
| | | | | | ||||||
| * | | | | Start splitting completion into components | Aleksey Kladov | 2018-12-21 | 4 | -339/+424 | |
| | | | | | ||||||
| * | | | | wip | Aleksey Kladov | 2018-12-21 | 1 | -5/+28 | |
| | | | | | ||||||
* | | | | | remove explicit serde_derive | Aleksey Kladov | 2018-12-21 | 6 | -8/+4 | |
| |/ / / |/| | | | ||||||
* | | | | join lines collapses use_trees | Aleksey Kladov | 2018-12-21 | 1 | -0/+58 | |
| | | | | ||||||
* | | | | Merge #313 | bors[bot] | 2018-12-21 | 5 | -9/+139 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 313: Fix where clauses using fully qualified path syntax r=matklad a=DJMcNab Fixes #311. Co-authored-by: DJMcNab <[email protected]> | |||||
| * | | | | Fix where clauses using fully qualified path syntax | DJMcNab | 2018-12-21 | 5 | -9/+139 | |
|/ / / / | ||||||
* / / / | hide empty changes | Aleksey Kladov | 2018-12-21 | 2 | -7/+20 | |
|/ / / | ||||||
* | | | add tests for pd | Aleksey Kladov | 2018-12-21 | 1 | -2/+13 | |
| | | | ||||||
* | | | show debug repr of literals | Aleksey Kladov | 2018-12-21 | 4 | -4/+4 | |
| | | | ||||||
* | | | Merge #312 | bors[bot] | 2018-12-21 | 9 | -501/+678 | |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | 312: Completion refactoring r=matklad a=matklad Just a usual refactoring, turning a rather ad-hoc completion infra into something extensible Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | organize completion tests better | Aleksey Kladov | 2018-12-21 | 5 | -393/+488 | |
| | | | ||||||
| * | | use completions in API | Aleksey Kladov | 2018-12-21 | 2 | -8/+7 | |
| | | | ||||||
| * | | use Completions to collect completions | Aleksey Kladov | 2018-12-21 | 3 | -26/+38 | |
| | | | ||||||
| * | | docs | Aleksey Kladov | 2018-12-21 | 1 | -0/+5 | |
| | | | ||||||
| * | | introduce Completions | Aleksey Kladov | 2018-12-21 | 1 | -0/+23 | |
| | | | ||||||
| * | | make compleion item details private | Aleksey Kladov | 2018-12-21 | 5 | -36/+65 | |
| | | |