Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | vscode tests configuration for more verbose output | vsrs | 2020-05-23 | 1 | -0/+2 | |
* | OS matrix for TypeScript | vsrs | 2020-05-23 | 1 | -1/+8 | |
* | xvfb-action fix | vsrs | 2020-05-23 | 1 | -3/+3 | |
* | 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 | |
|\ | ||||||
| * | 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 | |
|\ \ | ||||||
| * | | 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 | |
|\ \ | |/ |/| | ||||||
| * | Debug lens fix for a binary. | vsrs | 2020-05-20 | 1 | -4/+8 | |
* | | Merge #4505 | bors[bot] | 2020-05-20 | 4 | -30/+106 | |
|\ \ | |/ |/| | ||||||
| * | 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 | |
|\ \ | ||||||
| * | | 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 | |
|\| | | ||||||
| * | | 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 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| | * | | 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 | |
|\ \ | ||||||
| * | | Fix client-side snippets | Aleksey Kladov | 2020-05-19 | 1 | -1/+2 | |
|/ / | ||||||
* | | Merge #4518 | bors[bot] | 2020-05-19 | 6 | -0/+176 | |
|\ \ | ||||||
| * | | New assist: add turbo fish | Aleksey Kladov | 2020-05-19 | 6 | -0/+176 | |
|/ / | ||||||
* | | Merge #4494 | bors[bot] | 2020-05-19 | 30 | -252/+543 | |
|\ \ | ||||||
| * | | 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 | |
|\ \ | ||||||
| * | | Fix doctests in an Impl block | Coenen Benjamin | 2020-05-17 | 1 | -1/+1 |