aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/fill_match_arms.rs
Commit message (Collapse)AuthorAgeFilesLines
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-787/+0
|
* Enable fill_match_arms in macrosLukas Wirth2021-01-271-3/+35
|
* Add failing test caseDániel Buga2021-01-261-0/+28
|
* Deduplicate variant matchingDániel Buga2021-01-221-20/+1
|
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-22/+22
|
* 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