Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Respect casing when searching for imports | Jonas Schievink | 2020-06-10 | 1 | -0/+25 |
| | |||||
* | Add test for macro generated items | Jonas Schievink | 2020-06-10 | 1 | -0/+31 |
| | |||||
* | ImportsLocator: use ImportMap for non-local crates | Jonas Schievink | 2020-06-10 | 1 | -1/+46 |
| | |||||
* | Use correct indent when replacing with match | Aleksey Kladov | 2020-06-09 | 2 | -3/+36 |
| | |||||
* | Unwrap block works with match arms | Aleksey Kladov | 2020-06-09 | 1 | -4/+40 |
| | |||||
* | Simplify unwrapping of blocks | Aleksey Kladov | 2020-06-09 | 1 | -79/+49 |
| | |||||
* | Simplify API | Aleksey Kladov | 2020-06-08 | 3 | -35/+29 |
| | |||||
* | Merge #4576 | bors[bot] | 2020-06-08 | 1 | -0/+326 |
|\ | | | | | | | | | | | | | | | | | | | 4576: Add implementation of extract struct from enum variant r=matklad a=mcrakhman Hi guys! I implemented the extraction functionality including modifying multiple files. The only thing I didn't change the cursor position. I've done it with a previous API, but now snippets have been introduced and I need to figure out how to do it. Please bear in mind that I am a newcomer in the rust-analyzer (and also Rust) world, so I tried to implement the feature to the best of my knowledge, but the API is very new to me, so I am very welcome to introducing changes etc. Co-authored-by: Mikhail Rakhmanov <[email protected]> | ||||
| * | Fix review comments | Mikhail Rakhmanov | 2020-06-05 | 1 | -23/+18 |
| | | |||||
| * | Remove unnecessary return | Mikhail Rakhmanov | 2020-06-05 | 1 | -2/+2 |
| | | |||||
| * | Remove AsName import | Mikhail Rakhmanov | 2020-06-04 | 1 | -4/+9 |
| | | |||||
| * | Fixed tests | Mikhail Rakhmanov | 2020-06-03 | 1 | -9/+12 |
| | | |||||
| * | Merge branch 'master' into assists_extract_enum | Mikhail Rakhmanov | 2020-06-03 | 3 | -3/+306 |
| |\ | |||||
| * | | Further refactoring under review comments | Mikhail Rakhmanov | 2020-05-24 | 1 | -7/+3 |
| | | | |||||
| * | | Remove unnecessary set_file and change variable positions for better readability | Mikhail Rakhmanov | 2020-05-23 | 1 | -2/+1 |
| | | | |||||
| * | | Remove unwraps where possible | Mikhail Rakhmanov | 2020-05-23 | 1 | -22/+11 |
| | | | |||||
| * | | Further review fixes | Mikhail Rakhmanov | 2020-05-23 | 1 | -11/+9 |
| | | | |||||
| * | | Better naming and fix some review comments | Mikhail Rakhmanov | 2020-05-23 | 1 | -8/+8 |
| | | | |||||
| * | | Formatting and remove unused imports | Mikhail Rakhmanov | 2020-05-22 | 1 | -2/+5 |
| | | | |||||
| * | | Add preliminary implementation of extract struct from enum variant | Mikhail Rakhmanov | 2020-05-22 | 1 | -0/+338 |
| | | | |||||
* | | | 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 |
| | |