aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/fill_match_arms.rs
Commit message (Collapse)AuthorAgeFilesLines
* source_old -> source for cases that can be handled by simple bubblingNick Spain2021-01-021-2/+1
|
* Mark HasSource::source_old as deprecated but allow at all call sitesNick Spain2021-01-021-0/+1
|
* HasSource::source -> HasSource::source_oldNick Spain2021-01-021-1/+1
| | | | To start migrating HasSource::source to return an Option.
* Align code_model name with ungrammarAleksey Kladov2020-12-201-1/+1
|
* Move the helpers into ide_dbKirill Bulatov2020-11-281-2/+2
|
* Extract the import code into the shared moduleKirill Bulatov2020-11-271-5/+4
|
* Don't rely on display names in inlay_hintsAleksey Kladov2020-10-201-1/+1
|
* Move ModPath->ast::Path function to IDE layerAleksey Kladov2020-10-061-2/+2
| | | | closes #6092
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+747