aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/ast_transform.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add Lifetimes to the HIRLukas Wirth2020-12-111-1/+1
|
* Move the helpers into ide_dbKirill Bulatov2020-11-281-1/+1
|
* Extract the import code into the shared moduleKirill Bulatov2020-11-271-2/+1
|
* Move ModPath->ast::Path function to IDE layerAleksey Kladov2020-10-061-13/+4
| | | | closes #6092
* Simplify ast_transformAleksey Kladov2020-10-021-40/+34
|
* Document AstTransformationAleksey Kladov2020-09-211-0/+28
|
* Unify namingAleksey Kladov2020-09-031-1/+1
|
* Remove deprecated Path::from_astAleksey Kladov2020-08-151-19/+13
| | | | Long term, we probably should make hir::Path private to hir.
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+206