Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Try GabrielBB/xvfb to run vscode tests | vsrs | 2020-05-23 | 1 | -11/+5 | |
| | ||||||
* | Start xvfb manually on ubuntu | vsrs | 2020-05-23 | 1 | -1/+10 | |
| | ||||||
* | try to run TypeScript CI on windows | vsrs | 2020-05-23 | 1 | -2/+2 | |
| | ||||||
* | Add `npm test` to CI | vsrs | 2020-05-23 | 1 | -0/+3 | |
| | ||||||
* | Apply suggestions from @Veetaha code review | vsrs | 2020-05-21 | 3 | -53/+44 | |
| | ||||||
* | vscode client side tests | vsrs | 2020-05-20 | 11 | -32/+1011 | |
| | ||||||
* | Merge #4530 | bors[bot] | 2020-05-20 | 7 | -92/+85 | |
|\ | | | | | | | | | | | | | | | | | | | | | 4530: Use snippets in change_return_type_to_result r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | Use snippets in change_return_type_to_result | Aleksey Kladov | 2020-05-20 | 3 | -48/+37 | |
| | | ||||||
| * | wip | Aleksey Kladov | 2020-05-20 | 1 | -4/+8 | |
| | | ||||||
| * | Cleanup | Aleksey Kladov | 2020-05-20 | 1 | -12/+10 | |
| | | ||||||
| * | Minor | Aleksey Kladov | 2020-05-20 | 1 | -2/+1 | |
| | | ||||||
| * | Minor | Aleksey Kladov | 2020-05-20 | 3 | -5/+10 | |
| | | ||||||
| * | Snippetify add_new | Aleksey Kladov | 2020-05-20 | 3 | -31/+29 | |
| | | ||||||
* | | Merge #4529 | bors[bot] | 2020-05-20 | 3 | -11/+69 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4529: Fix Some|None order in fill_match_arms r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | Fix Some|None order in fill_match_arms | Aleksey Kladov | 2020-05-20 | 3 | -11/+69 | |
| |/ | ||||||
* | | Merge #4528 | bors[bot] | 2020-05-20 | 1 | -4/+8 | |
|\ \ | |/ |/| | | | | | | | | | | | 4528: Debug lens fix for a binary. r=matklad a=vsrs Fixes an issue reported here: https://github.com/rust-analyzer/rust-analyzer/pull/4222#issuecomment-631073448 Co-authored-by: vsrs <[email protected]> | |||||
| * | Debug lens fix for a binary. | vsrs | 2020-05-20 | 1 | -4/+8 | |
| | | ||||||
* | | Merge #4505 | bors[bot] | 2020-05-20 | 4 | -30/+106 | |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | 4505: Infer return type of loops with value breaks r=flodiebold a=ruabmbua Creates a type variable to represent the return value of the loop. Uses `coerce_merge_branch` on each break with the previous value, to determine the actual return value of the loop. Resolves: https://github.com/rust-analyzer/rust-analyzer/issues/4492 , https://github.com/rust-analyzer/rust-analyzer/issues/4512 Co-authored-by: Roland Ruckerbauer <[email protected]> | |||||
| * | Apply suggestion of @flodiebold: Get rid of multiple unwraps | Roland Ruckerbauer | 2020-05-19 | 1 | -12/+10 | |
| | | ||||||
| * | loop return value inference: add tests | Roland Ruckerbauer | 2020-05-19 | 1 | -0/+63 | |
| | | ||||||
| * | Move false negative expr_diverges_missing_arm() to working tests | Roland Ruckerbauer | 2020-05-19 | 1 | -21/+18 | |
| | | ||||||
| * | loop return value inference: coerce_merge branches | Roland Ruckerbauer | 2020-05-19 | 1 | -15/+23 | |
| | | ||||||
| * | Infer return type of loops with value breaks. | Roland Ruckerbauer | 2020-05-18 | 2 | -6/+16 | |
| | | ||||||
* | | Merge #4525 | bors[bot] | 2020-05-20 | 3 | -42/+50 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4525: Better cursor placement when adding impl members r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | Better cursor placement when adding impl members | Aleksey Kladov | 2020-05-20 | 3 | -42/+50 | |
| | | | ||||||
* | | | Merge #4524 | bors[bot] | 2020-05-20 | 6 | -45/+84 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4524: Use snippets in add_missing_members r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | Use snippets in add_missing_members | Aleksey Kladov | 2020-05-20 | 6 | -45/+84 | |
| | | | ||||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Merge #4521 #4522 | bors[bot] | 2020-05-20 | 12 | -107/+205 | |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4521: Use snippets in add_function r=matklad a=matklad bors r+ 🤖 4522: Explain the purpose of `ast::make` module more clearly r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| | * | | Explain the purpose of `ast::make` module more clearly | Aleksey Kladov | 2020-05-20 | 2 | -5/+8 | |
| |/ / |/| | | ||||||
| * | | Moderate cleanup of add_function | Aleksey Kladov | 2020-05-20 | 5 | -65/+128 | |
| | | | ||||||
| * | | Use snippets in add function | Aleksey Kladov | 2020-05-20 | 5 | -40/+75 | |
| | | | ||||||
| * | | Cleanup | Aleksey Kladov | 2020-05-20 | 1 | -5/+2 | |
| | | | ||||||
| * | | Cleanup | Aleksey Kladov | 2020-05-20 | 1 | -3/+2 | |
| | | | ||||||
| * | | Use new format for all assists that don't change cursor positon | Aleksey Kladov | 2020-05-20 | 1 | -1/+2 | |
|/ / | ||||||
* | | Merge #4519 | bors[bot] | 2020-05-19 | 1 | -1/+2 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4519: Fix client-side snippets r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | Fix client-side snippets | Aleksey Kladov | 2020-05-19 | 1 | -1/+2 | |
|/ / | ||||||
* | | Merge #4518 | bors[bot] | 2020-05-19 | 6 | -0/+176 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4518: New assist: add turbo fish r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | New assist: add turbo fish | Aleksey Kladov | 2020-05-19 | 6 | -0/+176 | |
|/ / | ||||||
* | | Merge #4494 | bors[bot] | 2020-05-19 | 30 | -252/+543 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4494: Support snippet text edit r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | Update test data | Aleksey Kladov | 2020-05-19 | 2 | -38/+16 | |
| | | | ||||||
| * | | Implement client-side of SnippetTextEdit | Aleksey Kladov | 2020-05-19 | 3 | -2/+81 | |
| | | | ||||||
| * | | Server side of SnippetTextEdit | Aleksey Kladov | 2020-05-19 | 9 | -119/+200 | |
| | | | ||||||
| * | | Add snippetTextEdit protocol extension | Aleksey Kladov | 2020-05-19 | 3 | -5/+57 | |
| | | | ||||||
| * | | Add snippet support for some assists | Aleksey Kladov | 2020-05-19 | 5 | -61/+72 | |
| | | | ||||||
| * | | Add AssistConfig | Aleksey Kladov | 2020-05-19 | 13 | -39/+129 | |
|/ / | ||||||
* | | Merge #4491 | bors[bot] | 2020-05-19 | 1 | -5/+65 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 4491: fix doctest inside impl block r=matklad a=bnjjj close #4449 Co-authored-by: Benjamin Coenen <[email protected]> Co-authored-by: Coenen Benjamin <[email protected]> | |||||
| * | | Fix doctests in an Impl block | Coenen Benjamin | 2020-05-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix doctest inside impl block #4449 | Benjamin Coenen | 2020-05-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | |||||
| * | | fix doctest inside impl block #4449 | Benjamin Coenen | 2020-05-16 | 1 | -5/+65 | |
| | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | |||||
* | | | Merge #4514 | bors[bot] | 2020-05-19 | 2 | -21/+21 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4514: find_path cleanups r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> |