aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/utils.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Kevin DeLorey2020-02-111-9/+10
| | | | names must be unique.
* 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