Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reduce duplication | Aleksey Kladov | 2021-05-23 | 1 | -2/+1 |
* | Correctly resolve crate name in use paths when import shadows itself | Lukas Tobias Wirth | 2021-05-23 | 1 | -2/+1 |
* | use more precise name | Aleksey Kladov | 2021-05-22 | 1 | -1/+1 |
* | Index retrieval fix | Kirill Bulatov | 2021-05-03 | 1 | -1/+1 |
* | Small fixes | Kirill Bulatov | 2021-05-03 | 1 | -2/+2 |
* | Add docs and use better naming | Kirill Bulatov | 2021-05-03 | 1 | -5/+20 |
* | Resolve single assist only | Kirill Bulatov | 2021-05-03 | 1 | -3/+36 |
* | Add a way to resolve certain assists | Kirill Bulatov | 2021-05-03 | 1 | -3/+21 |
* | Merge #8317 | bors[bot] | 2021-04-23 | 1 | -0/+2 |
|\ | |||||
| * | Add convert tuple struct to named struct assist | unexge | 2021-04-04 | 1 | -0/+2 |
* | | Merge #8467 | bors[bot] | 2021-04-19 | 1 | -0/+2 |
|\ \ | |||||
| * | | Adds impl Deref assist | jake | 2021-04-11 | 1 | -0/+2 |
| |/ | |||||
* / | internal: unfork code paths for unresolved and resolved assist | Aleksey Kladov | 2021-04-13 | 1 | -0/+2 |
|/ | |||||
* | Convert Into to From assist | Graeme Coupar | 2021-04-03 | 1 | -0/+2 |
* | Implement "Extract type alias" assist | Jonas Schievink | 2021-03-26 | 1 | -0/+2 |
* | 7709: Added the assist to generate is_empty function | Chetan Khilosiya | 2021-03-15 | 1 | -0/+2 |
* | feat: add assist to conver for_each into for loops | Luiz Carlos MourĂ£o Paes de Carvalho | 2021-03-10 | 1 | -0/+2 |
* | 7708: Initial implementation of generate Default assist. | Chetan Khilosiya | 2021-03-06 | 1 | -0/+2 |
* | Merge #7777 | bors[bot] | 2021-03-02 | 1 | -0/+2 |
|\ | |||||
| * | Implement line<->block comment assist | John Renner | 2021-02-25 | 1 | -0/+2 |
* | | Use consistent naming for assist | Aleksey Kladov | 2021-02-28 | 1 | -6/+6 |
* | | generate try_into instead of into | Domantas Jadenkus | 2021-02-27 | 1 | -1/+1 |
* | | rename generate_enum_match_method file to match assist name | Domantas Jadenkus | 2021-02-27 | 1 | -2/+2 |
* | | move into_ and as_ generation to a separate file | Domantas Jadenkus | 2021-02-27 | 1 | -2/+3 |
* | | add generate_enum_as_method assist | Domantas Jadenkus | 2021-02-27 | 1 | -0/+1 |
* | | add generate_enum_into_method assist | Domantas Jadenkus | 2021-02-27 | 1 | -0/+1 |
* | | rename existing assist to generate_enum_is_method | Domantas Jadenkus | 2021-02-27 | 1 | -1/+1 |
* | | Add convert_for_to_iter_for_each assist | Matt Hall | 2021-02-23 | 1 | -0/+2 |
|/ | |||||
* | 7526: Rename crate assists to ide_assists. | Chetan Khilosiya | 2021-02-22 | 1 | -0/+246 |