aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/expand_macro.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update expand macro testsAleksey Kladov2020-07-011-126/+115
|
* Doc more featuresAleksey Kladov2020-05-311-2/+9
|
* Generalise syntax rewriting infrastructure to allow removal of nodesAleksey Kladov2020-03-241-6/+6
|
* Make MBE expansion more resilient (WIP)Florian Diebold2020-03-161-1/+1
|
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-291-2/+2
|
* Cleanup editing APIAleksey Kladov2020-02-291-1/+1
|
* Refactor primary IDE APIAleksey Kladov2020-02-261-17/+12
| | | | | | | | | | 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.
* cleanup importsAleksey Kladov2020-02-061-12/+13
|
* Fix ordering problem between qualifying paths and substituting paramsFlorian Diebold2020-01-111-4/+3
|
* Clippy lintskjeremy2019-12-201-8/+5
|
* Rename Source -> InFileAleksey Kladov2019-11-281-4/+4
|
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-0/+295