aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/expand_glob_import.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-391/+0
* Rename ra_ide_db -> ide_dbAleksey Kladov2020-08-131-1/+1
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
* align names in makeAleksey Kladov2020-08-051-1/+1
* Pattern match on slice elements instead of using `.first().unwrap()`unexge2020-08-051-7/+6
* Look for trait methods in expand glob import assistunexge2020-08-051-13/+65
* Simplify `find_mod_path` with use of `node.ancestors`unexge2020-08-031-20/+1
* Generate doctestunexge2020-08-021-1/+1
* Rename ast::UseItem to ast::Useunexge2020-08-021-1/+1
* Add expand glob import assistunexge2020-08-021-0/+359