aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/add_new.rs
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup importsAleksey Kladov2020-03-191-1/+2
|
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-291-8/+8
|
* Refactor primary IDE APIAleksey Kladov2020-02-261-8/+3
| | | | | | | | | | This introduces the new type -- Semantics. Semantics maps SyntaxNodes to various semantic info, such as type, name resolution or macro expansions. To do so, Semantics maintains a HashMap which maps every node it saw to the file from which the node originated. This is enough to get all the necessary hir bits just from syntax.
* Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-181-1/+1
|
* Fix add_new assist (kind of)Florian Diebold2020-02-071-5/+10
|
* Clean up RPIT a bitFlorian Diebold2020-02-071-0/+1
|
* Name assist handlersAleksey Kladov2020-02-071-0/+430