Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | docs: change formatting | Veetaha | 2020-03-08 | 1 | -6/+16 | |
| * | | | | vscode: rename alwaysDownloadServer -> askBeforeDownload | Veetaha | 2020-03-08 | 3 | -5/+5 | |
| * | | | | vscode: add docs on alwaysDownloadServer | Veetaha | 2020-03-08 | 1 | -1/+8 | |
| * | | | | vscode: care about alwaysDownloadServer option before asking | Veetaha | 2020-03-07 | 3 | -23/+31 | |
| * | | | | vscode: contribute "alwaysDownloadServer" option to config | Veetaha | 2020-03-07 | 1 | -0/+5 | |
| | |/ / | |/| | | ||||||
* | | | | Merge #3513 | bors[bot] | 2020-03-09 | 14 | -42/+528 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Move hypothetical expansion to hir_expand | Florian Diebold | 2020-03-08 | 4 | -39/+43 | |
| * | | | Remove TODOs | Florian Diebold | 2020-03-07 | 1 | -5/+6 | |
| * | | | Fix CompletionContext module field (by removing it) | Florian Diebold | 2020-03-07 | 3 | -8/+6 | |
| * | | | Add some sanity checks | Florian Diebold | 2020-03-07 | 1 | -1/+10 | |
| * | | | Fix record pattern completion | Florian Diebold | 2020-03-07 | 3 | -1/+30 | |
| * | | | Fix record literal completion | Florian Diebold | 2020-03-07 | 2 | -3/+33 | |
| * | | | Fix range for postfix snippets | Florian Diebold | 2020-03-07 | 1 | -2/+63 | |
| * | | | Add more tests | Florian Diebold | 2020-03-07 | 3 | -1/+54 | |
| * | | | Try to complete within macros | Florian Diebold | 2020-03-07 | 9 | -38/+339 | |
| |/ / | ||||||
* | | | Merge #3516 | bors[bot] | 2020-03-09 | 4 | -19/+217 | |
|\ \ \ | ||||||
| * | | | Handle visibility for assoc item path completion as well | Florian Diebold | 2020-03-08 | 3 | -22/+124 | |
| * | | | Handle visibility for path completion (not in all cases yet) | Florian Diebold | 2020-03-08 | 2 | -5/+51 | |
| * | | | Handle visibility in method call completion | Florian Diebold | 2020-03-07 | 3 | -4/+54 | |
| |/ / | ||||||
* | | | Merge #3518 | bors[bot] | 2020-03-09 | 5 | -37/+213 | |
|\ \ \ | ||||||
| * | | | Add parse_to_token_tree | Edwin Cheng | 2020-03-08 | 5 | -37/+213 | |
* | | | | Merge #3524 | bors[bot] | 2020-03-09 | 1 | -0/+3 | |
|\ \ \ \ | ||||||
| * | | | | Ignore client-specific notifications | Aleksey Kladov | 2020-03-09 | 1 | -0/+3 | |
* | | | | | Merge #3520 | bors[bot] | 2020-03-09 | 1 | -0/+32 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Omit unit struct hints | Kirill Bulatov | 2020-03-08 | 1 | -0/+32 | |
| | |/ / | |/| | | ||||||
* | | | | Merge #3521 | bors[bot] | 2020-03-08 | 1 | -9/+9 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Use markdown description in vscode | Julien Roncaglia | 2020-03-08 | 1 | -9/+9 | |
|/ / / | ||||||
* | | | Merge #3378 | bors[bot] | 2020-03-07 | 4 | -134/+202 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | vscode: post refactor HintsUpdater (simplify create() -> constructor call) | Veetaha | 2020-03-07 | 1 | -16/+10 | |
| * | | vscode: more privacy for HintsUpdater | Veetaha | 2020-03-07 | 1 | -1/+1 | |
| * | | vscode: remove logging from inlays, run fix lint issues | Veetaha | 2020-03-07 | 1 | -18/+7 | |
| * | | vscode: remove logic for caching editors as per @matklad | Veetaha | 2020-03-07 | 1 | -222/+136 | |
| * | | vscode: prerefactor util.ts and ctx.ts | Veetaha | 2020-03-07 | 2 | -10/+14 | |
| * | | vscode: refresh all editors on text changes, simplify inlays api | Veetaha | 2020-03-07 | 1 | -13/+11 | |
| * | | vscode: add dat semicolon | Veetaha | 2020-03-07 | 1 | -1/+1 | |
| * | | vscode: simpify | Veetaha | 2020-03-07 | 1 | -5/+1 | |
| * | | vscode: redesign inlay hints to be capable of handling multiple editors | Veetaha | 2020-03-07 | 2 | -106/+273 | |
| * | | vscode: extract Type and Param hint cases of InlayHint at type level (needed ... | Veetaha | 2020-03-07 | 1 | -8/+14 | |
|/ / | ||||||
* | | Merge #3509 | bors[bot] | 2020-03-07 | 2 | -1/+24 | |
|\ \ | ||||||
| * | | Prevent include! macro include itself | Edwin Cheng | 2020-03-07 | 2 | -1/+24 | |
|/ / | ||||||
* | | Merge #3505 | bors[bot] | 2020-03-07 | 3 | -6/+6 | |
|\ \ | ||||||
| * | | Use actions/checkout@v2 | CAD97 | 2020-03-07 | 3 | -6/+6 | |
| |/ | ||||||
* | | Merge #3508 | bors[bot] | 2020-03-07 | 2 | -2/+32 | |
|\ \ | |/ |/| | ||||||
| * | Fix test and add more comment | Edwin Cheng | 2020-03-07 | 1 | -1/+4 | |
| * | Use a not so dummy implementation of env macro | Edwin Cheng | 2020-03-07 | 2 | -1/+28 | |
|/ | ||||||
* | Merge #3504 | bors[bot] | 2020-03-06 | 7 | -31/+26 | |
|\ | ||||||
| * | Normalize waiting queries names | Aleksey Kladov | 2020-03-06 | 7 | -31/+26 | |
|/ | ||||||
* | Merge #3502 | bors[bot] | 2020-03-06 | 4 | -95/+29 | |
|\ | ||||||
| * | Don't reuse the Chalk solver | Florian Diebold | 2020-03-06 | 4 | -95/+29 | |
* | | Merge #3503 | bors[bot] | 2020-03-06 | 2 | -7/+7 | |
|\ \ | |/ |/| |