aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_analysis/src/syntax_ptr.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosJeremy A. Kolb2018-10-311-2/+2
|
* Add ModuleScope as a queryAleksey Kladov2018-10-301-8/+37
| | | | | | | This is a first step towards queryifing completion and resolve. Some code currently duplicates ra_editor: the plan is to move all completion from ra_editor, but it'll take more than one commit.
* introduce syntax-ptrAleksey Kladov2018-10-301-0/+67