Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | | | This adds a "Convert Into to From" assist, useful since clippy has recently started adding lints on every `Into`. It covers converting the signature, and converting any `self`/`Self` references within the body to the correct types. It does assume that every instance of `Into` can be converted to a `From`, which I _think_ is the case now. Let me know if there's something I'm not thinking of and I can try and make it smarter. | ||||
* | 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 |
| | | | | | the assist will be shown when the len function is implemented. is_empty internally uses len function. | ||||
* | 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 |
| | | | | The Generate Default impl from new function. | ||||
* | Merge #7777 | bors[bot] | 2021-03-02 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | 7777: Implement line<->block comment assist r=Veykril a=djrenren Fixes: https://github.com/rust-analyzer/rust-analyzer/issues/6515 Co-authored-by: John Renner <[email protected]> | ||||
| * | 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 |