Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HasSource::source -> HasSource::source_old | Nick Spain | 2021-01-02 | 1 | -2/+2 |
| | | | | To start migrating HasSource::source to return an Option. | ||||
* | Align code_model name with ungrammar | Aleksey Kladov | 2020-12-20 | 1 | -1/+1 |
| | |||||
* | Re-export base_db from ide_db | Igor Aleksanov | 2020-10-24 | 1 | -1/+1 |
| | |||||
* | Change visibility works for type aliases | Aleksey Kladov | 2020-10-18 | 1 | -2/+4 |
| | |||||
* | adt: correctly inherit field visibility from enum | Jonas Schievink | 2020-10-09 | 1 | -6/+4 |
| | | | | | | | Previously, "find all references" on a variant field wouldn't find any references outside the defining module. This is because variant fields were incorrectly assumed to be private, like struct fields without explicit visibility, but they actually inherit the enum's visibility. | ||||
* | Rename ra_assists -> assists | Aleksey Kladov | 2020-08-13 | 1 | -0/+607 |