Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed tests | Mikhail Rakhmanov | 2020-06-03 | 3 | -10/+28 |
| | |||||
* | Merge branch 'master' into assists_extract_enum | Mikhail Rakhmanov | 2020-06-03 | 5 | -3/+352 |
|\ | |||||
| * | Rename assist | Aleksey Kladov | 2020-06-01 | 3 | -52/+49 |
| | | |||||
| * | Cleanup imports | Aleksey Kladov | 2020-06-01 | 1 | -6/+9 |
| | | |||||
| * | Merge #4664 | bors[bot] | 2020-05-31 | 2 | -2/+21 |
| |\ | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -2/+21 |
| | | | |||||
| * | | Merge #4562 | bors[bot] | 2020-05-30 | 3 | -0/+330 |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | 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 | 2 | -23/+48 |
| | | | |||||
| | * | 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 | 2 | -0/+125 |
| | | | | | | | | | | | | (fixes #4523) | ||||
| * | | Remove unnecessary clone that prevented clippy from moving on | kjeremy | 2020-05-22 | 1 | -1/+1 |
| | | | |||||
* | | | Fix incorrect behaviour if not resolved | Mikhail Rakhmanov | 2020-06-03 | 1 | -0/+1 |
| | | | |||||
* | | | 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 | 2 | -12/+9 |
| | | | |||||
* | | | Use default instead of new in AssistDirector | Mikhail Rakhmanov | 2020-05-23 | 1 | -5/+7 |
| | | | |||||
* | | | Better naming and fix some review comments | Mikhail Rakhmanov | 2020-05-23 | 2 | -15/+14 |
| | | | |||||
* | | | More formatting | Mikhail Rakhmanov | 2020-05-22 | 1 | -3/+1 |
| | | | |||||
* | | | Refactor AssistDirector | Mikhail Rakhmanov | 2020-05-22 | 1 | -6/+4 |
| | | | |||||
* | | | Formatting and remove unused imports | Mikhail Rakhmanov | 2020-05-22 | 2 | -16/+21 |
| | | | |||||
* | | | Add preliminary implementation of extract struct from enum variant | Mikhail Rakhmanov | 2020-05-22 | 4 | -1/+402 |
|/ / | |||||
* / | KISS SourceChange | Aleksey Kladov | 2020-05-22 | 1 | -5/+5 |
|/ | | | | | | The idea behind requiring the label is a noble one, but we are not really using it consistently anyway, and it should be easy to retrofit later, should we need it. | ||||
* | Remove dead code for handling cursor positions | Aleksey Kladov | 2020-05-21 | 1 | -8/+1 |
| | |||||
* | Remove unused cursor positions | Aleksey Kladov | 2020-05-21 | 1 | -2/+1 |
| | |||||
* | Remove set_cursor | Aleksey Kladov | 2020-05-20 | 2 | -31/+13 |
| | |||||
* | Snippetify unwrap -> match | Aleksey Kladov | 2020-05-20 | 2 | -13/+30 |
| | |||||
* | 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 | 3 | -74/+87 |
| | |||||
* | Relax cursor position tests in assists | Aleksey Kladov | 2020-05-20 | 14 | -117/+96 |
| | | | | Those will be replaced with snippets anyway | ||||
* | Snippetify fix_visibility | Aleksey Kladov | 2020-05-20 | 2 | -31/+35 |
| | |||||
* | Snippetify fill_match_arms | Aleksey Kladov | 2020-05-20 | 2 | -117/+78 |
| | |||||
* | 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 | 4 | -506/+581 |
| | |||||
* | Switch to new magic marks | Aleksey Kladov | 2020-05-20 | 7 | -42/+29 |
| | |||||
* | Significantly more glorious marks | Aleksey Kladov | 2020-05-20 | 2 | -8/+6 |
| | |||||
* | Merge #4530 | bors[bot] | 2020-05-20 | 6 | -90/+83 |
|\ | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -47/+36 |
| | | |||||
| * | 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 | 2 | -30/+28 |
| | | |||||
* | | Fix Some|None order in fill_match_arms | Aleksey Kladov | 2020-05-20 | 3 | -11/+69 |
|/ | |||||
* | Merge #4525 | bors[bot] | 2020-05-20 | 2 | -40/+48 |
|\ | | | | | | | | | | | | | | | | | | | | | 4525: Better cursor placement when adding impl members r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> |