aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/assists/add_import.rs
Commit message (Collapse)AuthorAgeFilesLines
* Assists are not genericAleksey Kladov2020-02-061-2/+2
|
* Remove obsolete rustdocKirill Bulatov2020-02-021-1/+0
|
* Require ModPath for importingKirill Bulatov2020-02-021-4/+5
|
* More UI friendly labelsJeremy Kolb2020-01-141-1/+1
|
* Forbid <T>::foo syntax in mod pathsAleksey Kladov2019-12-181-1/+1
|
* Refactor PathKindAleksey Kladov2019-12-171-2/+8
|
* Use different types for path with and without genericsAleksey Kladov2019-12-141-4/+2
|
* Don't add a space after the opening brace in autoimportFlorian Diebold2019-10-291-6/+6
|
* Fix autoimport not choosing the deepest use tree in some situationsFlorian Diebold2019-10-281-6/+37
|
* move all assists to use generated docsAleksey Kladov2019-10-271-5/+16
|
* simplify AssistCtx APIAleksey Kladov2019-10-271-7/+5
| | | | | We never actually use ability to create multiple actions out of a single context
* simplifyAleksey Kladov2019-10-271-30/+13
|
* move public stuff to topAleksey Kladov2019-10-271-26/+26
|
* rename auto_import -> add_importAleksey Kladov2019-10-271-0/+940
We are long way from auto imports at the moment