aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_analysis/src/mock_analysis.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename ra_analysis -> ra_ide_apiAleksey Kladov2019-01-081-135/+0
|
* Add a test for self field completionFlorian Diebold2019-01-041-1/+6
| | | | Needed to add a default crate graph in the analysis for that.
* extend selection works with macrosAleksey Kladov2018-12-281-2/+15
|
* remove unnecessary braces in use statmentsgfreezy2018-12-231-1/+1
|
* fix testsAleksey Kladov2018-12-201-1/+1
|
* index all local cratesAleksey Kladov2018-12-201-2/+4
|
* switch analysis to vfsAleksey Kladov2018-12-201-4/+4
|
* Move hir tests to hitAleksey Kladov2018-11-281-33/+7
|
* Use FilePosition everywhereAleksey Kladov2018-11-051-8/+1
|
* Use Default everywhereAleksey Kladov2018-11-041-1/+1
|
* Reformat allAleksey Kladov2018-10-311-7/+10
|
* 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.