aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/fix_visibility.rs
Commit message (Expand)AuthorAgeFilesLines
* 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 si...Nick Spain2021-01-021-1/+2
* 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
* 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
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+607