aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers/expand_glob_import.rs
Commit message (Collapse)AuthorAgeFilesLines
* clippy::redundant_clone fixesLaurențiu Nicola2021-05-261-1/+1
|
* minor: use uniform namesAleksey Kladov2021-05-161-1/+1
|
* internal: introduce `ast::make::ext` module with common shortcutsAleksey Kladov2021-05-091-2/+1
| | | | | | | | | | There's a tension between keeping a well-architectured minimal orthogonal set of constructs, and providing convenience functions. Relieve this pressure by introducing an dedicated module for non-orthogonal shortcuts. This is inspired by the django.shortcuts module which serves a similar purpose architecturally.
* 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. ↵Matthias Krüger2021-03-171-2/+2
| | | | (clippy::bind_instead_of_map)
* Upgrade rowanAleksey Kladov2021-03-161-1/+1
| | | | Notably, new rowan comes with support for mutable syntax trees.
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-0/+907