Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move hir tests to hit | Aleksey Kladov | 2018-11-28 | 1 | -33/+7 |
| | |||||
* | Use FilePosition everywhere | Aleksey Kladov | 2018-11-05 | 1 | -8/+1 |
| | |||||
* | Use Default everywhere | Aleksey Kladov | 2018-11-04 | 1 | -1/+1 |
| | |||||
* | Reformat all | Aleksey Kladov | 2018-10-31 | 1 | -7/+10 |
| | |||||
* | Add MockAnalysis to make testing easier | Aleksey Kladov | 2018-10-31 | 1 | -5/+79 |
| | |||||
* | Move completion to ra_analysis | Aleksey Kladov | 2018-10-31 | 1 | -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. |