aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/complete_path.rs
Commit message (Collapse)AuthorAgeFilesLines
...
| * Save variant names in EnumData to reduce needless queriesMarcus Klaas de Vries2019-01-101-10/+5
| | | | | | | | | | | | We already have their names when anyway, and when in all (current) situations where we're interested in an Enum's variants, we want their names.
| * Implement type inference for enum variantsMarcus Klaas de Vries2019-01-101-8/+14
| |
* | dont complete () if they are already thereAleksey Kladov2019-01-101-0/+14
|/
* fix usages after renameAleksey Kladov2019-01-081-0/+128