aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* reduce duplicationAleksey Kladov2021-05-231-2/+1
* Correctly resolve crate name in use paths when import shadows itselfLukas Tobias Wirth2021-05-231-2/+1
* use more precise nameAleksey Kladov2021-05-221-1/+1
* Index retrieval fixKirill Bulatov2021-05-031-1/+1
* Small fixesKirill Bulatov2021-05-031-2/+2
* Add docs and use better namingKirill Bulatov2021-05-031-5/+20
* Resolve single assist onlyKirill Bulatov2021-05-031-3/+36
* Add a way to resolve certain assistsKirill Bulatov2021-05-031-3/+21
* Merge #8317bors[bot]2021-04-231-0/+2
|\
| * Add convert tuple struct to named struct assistunexge2021-04-041-0/+2
* | Merge #8467bors[bot]2021-04-191-0/+2
|\ \
| * | Adds impl Deref assistjake2021-04-111-0/+2
| |/
* / internal: unfork code paths for unresolved and resolved assistAleksey Kladov2021-04-131-0/+2
|/
* Convert Into to From assistGraeme Coupar2021-04-031-0/+2
* Implement "Extract type alias" assistJonas Schievink2021-03-261-0/+2
* 7709: Added the assist to generate is_empty functionChetan Khilosiya2021-03-151-0/+2
* feat: add assist to conver for_each into for loopsLuiz Carlos MourĂ£o Paes de Carvalho2021-03-101-0/+2
* 7708: Initial implementation of generate Default assist.Chetan Khilosiya2021-03-061-0/+2
* Merge #7777bors[bot]2021-03-021-0/+2
|\
| * Implement line<->block comment assistJohn Renner2021-02-251-0/+2
* | Use consistent naming for assistAleksey Kladov2021-02-281-6/+6
* | generate try_into instead of intoDomantas Jadenkus2021-02-271-1/+1
* | rename generate_enum_match_method file to match assist nameDomantas Jadenkus2021-02-271-2/+2
* | move into_ and as_ generation to a separate fileDomantas Jadenkus2021-02-271-2/+3
* | add generate_enum_as_method assistDomantas Jadenkus2021-02-271-0/+1
* | add generate_enum_into_method assistDomantas Jadenkus2021-02-271-0/+1
* | rename existing assist to generate_enum_is_methodDomantas Jadenkus2021-02-271-1/+1
* | Add convert_for_to_iter_for_each assistMatt Hall2021-02-231-0/+2
|/
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-0/+246