aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers/expand_glob_import.rs
Commit message (Expand)AuthorAgeFilesLines
* minor: use uniform namesAleksey Kladov2021-05-161-1/+1
* internal: introduce `ast::make::ext` module with common shortcutsAleksey Kladov2021-05-091-2/+1
* internal: remove one more syntax rewriterAleksey Kladov2021-05-081-57/+33
* clippy::complexity simplifications related to IteratorsMatthias Krüger2021-03-211-12/+7
* use simpler .map(|x| y) instead of .and_then(|x| Some(y)) for Options. (clipp...Matthias Krüger2021-03-171-2/+2
* Upgrade rowanAleksey Kladov2021-03-161-1/+1
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-0/+907