aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/ast_transform.rs
Commit message (Collapse)AuthorAgeFilesLines
* Refactor primary IDE APIAleksey Kladov2020-02-261-35/+30
| | | | | | | | | | 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.
* Replace generic with a concrete typeAleksey Kladov2020-02-251-12/+13
|
* More orthogonal path editingAleksey Kladov2020-01-151-3/+10
|
* Qualify paths in 'fill match arms' assistFlorian Diebold2020-01-121-1/+1
|
* Use FxHashMapFlorian Diebold2020-01-111-3/+3
|
* Apply review suggestionsFlorian Diebold2020-01-111-7/+8
|
* Fix ordering problem between qualifying paths and substituting paramsFlorian Diebold2020-01-111-0/+178