aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_analysis/src/syntax_ptr.rs
Commit message (Collapse)AuthorAgeFilesLines
* Merge #176bors[bot]2018-10-311-0/+5
|\ | | | | | | | | | | | | | | | | | | 176: Move completio to ra_analysis r=matklad a=matklad While we should handle completion for isolated file, it's better achieved by using empty Analysis, rather than working only with &File: we need memoization for type inference even inside a single file. Co-authored-by: Aleksey Kladov <[email protected]>
| * move resolve local nameAleksey Kladov2018-10-311-0/+4
| |
| * Move FnDescriptors to analyzerAleksey Kladov2018-10-311-0/+1
| |
* | 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