aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/utils.rs
Commit message (Expand)AuthorAgeFilesLines
* add if let and while let postfix for Option and ResultBenjamin Coenen2020-05-101-2/+2
* Rename ImplItem to AssocItemEdwin Cheng2020-05-051-5/+5
* Support auto-import in macroEdwin Cheng2020-05-021-1/+1
* More principled approach for finding From traitAleksey Kladov2020-04-291-1/+59
* Use specific pattern when translating if-let-else to matchAleksey Kladov2020-04-291-10/+47
* Move shared assist code to utilsAleksey Kladov2020-04-291-1/+14
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-291-5/+5
* Move insert_use util to utilsAleksey Kladov2020-02-281-0/+3
* Refactor primary IDE APIAleksey Kladov2020-02-261-12/+12
* Fixing minor suggestions and added module level documentation.Kevin DeLorey2020-02-111-2/+1
* Removed doc comments entirely from the changes.Kevin DeLorey2020-02-111-2/+0
* Formatted changes.Kevin DeLorey2020-02-111-5/+5
* Updated the `add_missing_impl_members` to use the shared utility.Kevin DeLorey2020-02-111-1/+1
* Adjusted the hashset buckets to lump functions/consts together as their names...Kevin DeLorey2020-02-111-9/+10
* Added a utility function that can be used to determine the missing impl items.Kevin DeLorey2020-02-091-2/+75
* Introduce assists utilsAleksey Kladov2020-02-071-0/+27