aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_analysis/src/mock_analysis.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add MockAnalysis to make testing easierAleksey Kladov2018-10-311-5/+79
|
* Move completion to ra_analysisAleksey Kladov2018-10-311-0/+71
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.