Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Fix type parameter defaults | Florian Diebold | 2020-06-05 | 1 | -2/+2 | |
| | | | | | They should not be applied in expression or pattern contexts, unless there are other explicitly given type args. | |||||
* | introduce_named_lifetime assist wasn't applicable when type parameter | Jess Balint | 2020-06-04 | 1 | -2/+17 | |
| | | | | | | followed anonymous lifetime token (fixes #4684) | |||||
* | Rename assist | Aleksey Kladov | 2020-06-01 | 1 | -25/+22 | |
| | ||||||
* | Cleanup imports | Aleksey Kladov | 2020-06-01 | 1 | -6/+9 | |
| | ||||||
* | Merge #4664 | bors[bot] | 2020-05-31 | 1 | -2/+2 | |
|\ | | | | | | | | | | | | | | | 4664: Generate feature documentation from code r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | Don't require module docs for Features and Assists | Aleksey Kladov | 2020-05-31 | 1 | -2/+2 | |
| | | ||||||
* | | Merge #4562 | bors[bot] | 2020-05-30 | 1 | -0/+303 | |
|\ \ | |/ |/| | | | | | | | | | | | 4562: Assist: replace anonymous lifetime with a named one r=matklad a=jbalint (fixes #4523) Co-authored-by: Jess Balint <[email protected]> | |||||
| * | add support for naming anon lifetimes in function return type | Jess Balint | 2020-05-28 | 1 | -50/+210 | |
| | | ||||||
| * | tweak syntax | Jess Balint | 2020-05-23 | 1 | -49/+40 | |
| | | ||||||
| * | use char range | Jess Balint | 2020-05-22 | 1 | -2/+2 | |
| | | ||||||
| * | fix generated docs issue | Jess Balint | 2020-05-22 | 1 | -23/+23 | |
| | | ||||||
| * | handle the case of conflicting lifetime param name | Jess Balint | 2020-05-22 | 1 | -7/+36 | |
| | | | | | | | | - and clean/format code | |||||
| * | Assist: replace anonymous lifetime with a named one | Jess Balint | 2020-05-22 | 1 | -0/+123 | |
| | | | | | | | | (fixes #4523) | |||||
* | | Remove unnecessary clone that prevented clippy from moving on | kjeremy | 2020-05-22 | 1 | -1/+1 | |
|/ | ||||||
* | Remove set_cursor | Aleksey Kladov | 2020-05-20 | 1 | -14/+10 | |
| | ||||||
* | Snippetify unwrap -> match | Aleksey Kladov | 2020-05-20 | 1 | -12/+29 | |
| | ||||||
* | More snippets | Aleksey Kladov | 2020-05-20 | 3 | -23/+17 | |
| | ||||||
* | More snippets | Aleksey Kladov | 2020-05-20 | 6 | -97/+45 | |
| | ||||||
* | Snippetify introduce/inline var | Aleksey Kladov | 2020-05-20 | 2 | -73/+86 | |
| | ||||||
* | Relax cursor position tests in assists | Aleksey Kladov | 2020-05-20 | 13 | -105/+93 | |
| | | | | Those will be replaced with snippets anyway | |||||
* | Snippetify fix_visibility | Aleksey Kladov | 2020-05-20 | 1 | -30/+34 | |
| | ||||||
* | Snippetify fill_match_arms | Aleksey Kladov | 2020-05-20 | 1 | -116/+77 | |
| | ||||||
* | Don't set cursor in change_visibility | Aleksey Kladov | 2020-05-20 | 1 | -6/+3 | |
| | ||||||
* | Cleanup imports | Aleksey Kladov | 2020-05-20 | 1 | -4/+6 | |
| | ||||||
* | Split change_ and fix_ visibility assists | Aleksey Kladov | 2020-05-20 | 2 | -506/+556 | |
| | ||||||
* | Switch to new magic marks | Aleksey Kladov | 2020-05-20 | 5 | -28/+29 | |
| | ||||||
* | Significantly more glorious marks | Aleksey Kladov | 2020-05-20 | 1 | -6/+6 | |
| | ||||||
* | Merge #4530 | bors[bot] | 2020-05-20 | 4 | -85/+78 | |
|\ | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -46/+35 | |
| | | ||||||
| * | 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 | 2 | -2/+7 | |
| | | ||||||
| * | Snippetify add_new | Aleksey Kladov | 2020-05-20 | 1 | -29/+27 | |
| | | ||||||
* | | Fix Some|None order in fill_match_arms | Aleksey Kladov | 2020-05-20 | 1 | -4/+40 | |
|/ | ||||||
* | Merge #4525 | bors[bot] | 2020-05-20 | 1 | -38/+46 | |
|\ | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -38/+46 | |
| | | ||||||
* | | Merge #4524 | bors[bot] | 2020-05-20 | 2 | -29/+45 | |
|\| | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -29/+45 | |
| | | ||||||
| | | ||||||
| \ | ||||||
*-. \ | Merge #4521 #4522 | bors[bot] | 2020-05-20 | 4 | -67/+84 | |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+1 | |
| |/ |/| | ||||||
| * | Moderate cleanup of add_function | Aleksey Kladov | 2020-05-20 | 1 | -33/+47 | |
| | | ||||||
| * | Use snippets in add function | Aleksey Kladov | 2020-05-20 | 1 | -36/+43 | |
| | | ||||||
| * | Cleanup | Aleksey Kladov | 2020-05-20 | 1 | -5/+2 | |
| | | ||||||
| * | Cleanup | Aleksey Kladov | 2020-05-20 | 1 | -3/+2 | |
|/ | ||||||
* | New assist: add turbo fish | Aleksey Kladov | 2020-05-19 | 1 | -0/+134 | |
| | ||||||
* | Add snippet support for some assists | Aleksey Kladov | 2020-05-19 | 3 | -51/+62 | |
| | ||||||
* | Merge #4273 | bors[bot] | 2020-05-14 | 1 | -1/+515 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4273: Trigger add_vis assist on paths/record fields as well r=flodiebold a=TimoFreiberg Resolves #4037. - [x] Function defs - [x] ADT defs - [x] Enum variants - [x] Consts - [x] Statics - [x] Traits - [x] Type aliases - [x] Modules - [x] Record fields (using different implementation) - [x] struct fields - [x] enum variant fields - :x: union fields (`Semantics::resolve_record_field` seems to not work for union fields, so I think this can be handled in a future PR) - [x] More tests? - [x] Improve test fixture code and documentation a bit (see [Zulip](https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0/topic/resolve_path.20between.20fixture.20files)) Co-authored-by: Timo Freiberg <[email protected]> | |||||
| * | Trigger change_visibility assist when on an invisible struct field | Timo Freiberg | 2020-05-10 | 1 | -61/+248 | |
| | | | | | | | | Union fields apparently don't work :( | |||||
| * | Trigger change_visibility assist when on a path to an invisible def | Timo Freiberg | 2020-05-10 | 1 | -1/+328 | |
| | |