Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | 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 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | :arrow_up: npm deps | Aleksey Kladov | 2020-03-06 | 2 | -7/+7 | |
|/ / | ||||||
* | | Merge #3499 | bors[bot] | 2020-03-06 | 3 | -38/+93 | |
|\ \ | ||||||
| * | | Resolve `Self::AssocTy` in impls | Florian Diebold | 2020-03-06 | 3 | -38/+93 | |
* | | | Merge #3500 | bors[bot] | 2020-03-06 | 5 | -18/+30 | |
|\ \ \ | ||||||
| * | | | Don't creat public APIs with typos | Aleksey Kladov | 2020-03-06 | 3 | -3/+3 | |
| * | | | Concise mode for parameter hints | Aleksey Kladov | 2020-03-06 | 4 | -15/+27 | |
* | | | | Merge #3498 | bors[bot] | 2020-03-06 | 5 | -6/+46 | |
|\| | | | |/ / |/| | | ||||||
| * | | Trigger parameter info automatically | Aleksey Kladov | 2020-03-06 | 3 | -0/+26 | |
| * | | Feature flag for arg snippets | Aleksey Kladov | 2020-03-06 | 3 | -4/+18 | |
| * | | Fix comment order | Aleksey Kladov | 2020-03-06 | 1 | -2/+2 | |
* | | | Merge #3497 | bors[bot] | 2020-03-06 | 3 | -21/+52 | |
|\| | | |/ |/| | ||||||
| * | Allow specifying additional info on call to profile | Aleksey Kladov | 2020-03-06 | 3 | -21/+52 | |
* | | Merge #3496 | bors[bot] | 2020-03-06 | 4 | -4/+4 | |
|\| | ||||||
| * | Less confusing profile names | Aleksey Kladov | 2020-03-06 | 4 | -4/+4 | |
|/ | ||||||
* | Merge #3494 | bors[bot] | 2020-03-06 | 4 | -19/+107 | |
|\ | ||||||
| * | Implment include macro | Edwin Cheng | 2020-03-06 | 4 | -19/+107 | |
* | | Merge #3493 | bors[bot] | 2020-03-06 | 1 | -0/+4 | |
|\ \ | ||||||
| * | | make::use_item | Aleksey Kladov | 2020-03-06 | 1 | -0/+4 | |
* | | | Merge #3490 | bors[bot] | 2020-03-06 | 3 | -1/+95 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Support aliases and Self in struct literals | Florian Diebold | 2020-03-06 | 3 | -1/+95 | |
* | | | Merge #3492 | bors[bot] | 2020-03-06 | 2 | -13/+4 | |
|\ \ \ | |/ / |/| | |