aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/fix_visibility.rs
Commit message (Collapse)AuthorAgeFilesLines
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-39/+39
|
* Remove some stale deprecationsAleksey Kladov2021-01-071-1/+0
|
* Handle missing source in target_data_for_defNick Spain2021-01-021-13/+12
|
* Go back to use of source_old() in offset_target_and_file_id as it's not as ↵Nick Spain2021-01-021-1/+2
| | | | simple as I thought
* source_old -> source for cases that can be handled by simple bubblingNick Spain2021-01-021-3/+2
|
* Mark HasSource::source_old as deprecated but allow at all call sitesNick Spain2021-01-021-0/+2
|
* HasSource::source -> HasSource::source_oldNick Spain2021-01-021-2/+2
| | | | To start migrating HasSource::source to return an Option.
* Align code_model name with ungrammarAleksey Kladov2020-12-201-1/+1
|
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+1
|
* Change visibility works for type aliasesAleksey Kladov2020-10-181-2/+4
|
* adt: correctly inherit field visibility from enumJonas Schievink2020-10-091-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 -> assistsAleksey Kladov2020-08-131-0/+607