aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_db/src/ty_filter.rs
Commit message (Collapse)AuthorAgeFilesLines
* minor: align import style with styleguideAleksey Kladov2021-05-231-3/+3
|
* internal: introduce `ast::make::ext` module with common shortcutsAleksey Kladov2021-05-091-3/+3
| | | | | | | | | | 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.
* Cleanup ide_db importsLukas Wirth2021-03-271-2/+4
|
* replace_if_let_with_match: don't assume sad patternDániel Buga2021-01-221-0/+15
|
* Remove dependency on 'assists' from 'completion' crateIgor Aleksanov2020-10-241-0/+58