aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_analysis/src/completion.rs
Commit message (Collapse)AuthorAgeFilesLines
* Reformat allAleksey Kladov2018-10-311-25/+32
|
* Add MockAnalysis to make testing easierAleksey Kladov2018-10-311-11/+6
|
* Move completion to ra_analysisAleksey Kladov2018-10-311-4/+618
| | | | | | 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.
* Move FnDescriptors to analyzerAleksey Kladov2018-10-311-2/+3
|
* Add ModuleScope as a queryAleksey Kladov2018-10-301-12/+23
| | | | | | | 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.
* Move input to top-levelAleksey Kladov2018-10-251-1/+2
|
* Store all the data in the Salsa DatabaseAleksey Kladov2018-10-251-2/+3
|
* Complete crate:: pathsAleksey Kladov2018-10-241-0/+61