aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/utils
Commit message (Collapse)AuthorAgeFilesLines
* internal: fix naming polarityAleksey Kladov2021-04-301-1/+1
| | | | | Type Constructors have *parameters*, when they are substituted with type *arguments*, we have a type.
* Compress testsAleksey Kladov2021-03-021-571/+423
|
* strip useless methods, and unary ops in suggest_nameVladyslav Katasonov2021-03-021-7/+114
|
* pull out suggest_name::* to utils; enchance heuristicsVladyslav Katasonov2021-03-021-0/+770