Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a test for self field completion | Florian Diebold | 2019-01-04 | 1 | -1/+6 |
| | | | | Needed to add a default crate graph in the analysis for that. | ||||
* | extend selection works with macros | Aleksey Kladov | 2018-12-28 | 1 | -2/+15 |
| | |||||
* | remove unnecessary braces in use statments | gfreezy | 2018-12-23 | 1 | -1/+1 |
| | |||||
* | fix tests | Aleksey Kladov | 2018-12-20 | 1 | -1/+1 |
| | |||||
* | index all local crates | Aleksey Kladov | 2018-12-20 | 1 | -2/+4 |
| | |||||
* | switch analysis to vfs | Aleksey Kladov | 2018-12-20 | 1 | -4/+4 |
| | |||||
* | 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. |