Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use name resolution for goto definition | Florian Diebold | 2019-01-10 | 1 | -3/+3 |
| | |||||
* | Merge #470 | bors[bot] | 2019-01-10 | 1 | -8/+9 |
|\ | | | | | | | | | | | | | | | | | | | 470: Type inference for enum variants r=flodiebold a=marcusklaas Opened a new PR instead of https://github.com/rust-analyzer/rust-analyzer/pull/461. Totally botched that one. I think I resolved all the issues mentioned there. Co-authored-by: Marcus Klaas de Vries <[email protected]> | ||||
| * | Save variant names in EnumData to reduce needless queries | Marcus Klaas de Vries | 2019-01-10 | 1 | -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 variants | Marcus Klaas de Vries | 2019-01-10 | 1 | -8/+14 |
| | | |||||
* | | dont complete () if they are already there | Aleksey Kladov | 2019-01-10 | 4 | -6/+26 |
|/ | |||||
* | show field types in completion | Aleksey Kladov | 2019-01-09 | 2 | -9/+16 |
| | |||||
* | add completion detail | Aleksey Kladov | 2019-01-09 | 1 | -0/+12 |
| | |||||
* | Fix typo defenition -> definition | Marcus Klaas de Vries | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | fix usages after rename | Aleksey Kladov | 2019-01-08 | 8 | -0/+1404 |