Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use FilePosition everywhere | Aleksey Kladov | 2018-11-05 | 1 | -16/+15 |
| | |||||
* | use module_for_source | Aleksey Kladov | 2018-11-05 | 1 | -2/+2 |
| | |||||
* | Add inline source | Aleksey Kladov | 2018-11-01 | 1 | -1/+1 |
| | |||||
* | Reformat all | Aleksey Kladov | 2018-10-31 | 1 | -25/+32 |
| | |||||
* | Add MockAnalysis to make testing easier | Aleksey Kladov | 2018-10-31 | 1 | -11/+6 |
| | |||||
* | Move completion to ra_analysis | Aleksey Kladov | 2018-10-31 | 1 | -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 analyzer | Aleksey Kladov | 2018-10-31 | 1 | -2/+3 |
| | |||||
* | Add ModuleScope as a query | Aleksey Kladov | 2018-10-30 | 1 | -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-level | Aleksey Kladov | 2018-10-25 | 1 | -1/+2 |
| | |||||
* | Store all the data in the Salsa Database | Aleksey Kladov | 2018-10-25 | 1 | -2/+3 |
| | |||||
* | Complete crate:: paths | Aleksey Kladov | 2018-10-24 | 1 | -0/+61 |