Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #250 | bors[bot] | 2018-12-02 | 2 | -5/+11 |
|\ | | | | | | | | | | | | | | | | | 250: Improve the suggestion for test functions r=DJMcNab a=DJMcNab I haven't fully updated the previous commented out test - I don't know why it was commented out so some clarification would be welcome. Co-authored-by: Daniel McNab <[email protected]> Co-authored-by: DJMcNab <[email protected]> | ||||
| * | Fix formatting | DJMcNab | 2018-12-02 | 1 | -4/+4 |
| | | |||||
| * | Format completion text properly | Daniel McNab | 2018-11-28 | 1 | -2/+5 |
| | | |||||
| * | Add tfn lookup and remove test prefix | Daniel McNab | 2018-11-28 | 2 | -3/+3 |
| | | |||||
| * | Change the body and name of the test function completion | Daniel McNab | 2018-11-28 | 2 | -4/+7 |
| | | |||||
* | | Move hir to a separate crate | Aleksey Kladov | 2018-11-28 | 2 | -7/+6 |
| | | |||||
* | | move db basics to ra_db | Aleksey Kladov | 2018-11-28 | 1 | -1/+2 |
| | | | | | | | | This should allow to move hir to a separate crate | ||||
* | | rename file_syntax -> source_file | Aleksey Kladov | 2018-11-27 | 1 | -1/+1 |
| | | |||||
* | | rename ModuleDescriptor -> Module | Aleksey Kladov | 2018-11-27 | 2 | -7/+5 |
| | | |||||
* | | move resolve_local_scope | Aleksey Kladov | 2018-11-27 | 1 | -1/+1 |
| | | |||||
* | | make module module private | Aleksey Kladov | 2018-11-27 | 2 | -4/+4 |
| | | |||||
* | | start descriptors -> hir rename | Aleksey Kladov | 2018-11-27 | 2 | -2/+2 |
| | | |||||
* | | resolve_path works with DefIds | Aleksey Kladov | 2018-11-27 | 1 | -1/+6 |
| | | |||||
* | | use ctry | Aleksey Kladov | 2018-11-27 | 1 | -4/+1 |
| | | |||||
* | | scope-based resolve path | Aleksey Kladov | 2018-11-27 | 1 | -10/+6 |
| | | |||||
* | | add db to resolve_path | Aleksey Kladov | 2018-11-27 | 1 | -1/+1 |
| | | |||||
* | | Make resolve_path cancelable | Aleksey Kladov | 2018-11-27 | 1 | -1/+1 |
| | | |||||
* | | Make nameresolution resilient to reparsing | Aleksey Kladov | 2018-11-27 | 1 | -2/+5 |
|/ | | | | | We now store item id's instead of local syntax ptrs, and item ids don't change if you type inside a single function. | ||||
* | Complete paths after :: | Aleksey Kladov | 2018-11-21 | 1 | -1/+1 |
| | |||||
* | Move path completion to descriptors | Aleksey Kladov | 2018-11-21 | 2 | -16/+21 |
| | |||||
* | name res uses paths | Aleksey Kladov | 2018-11-21 | 1 | -42/+22 |
| | |||||
* | switch completion to new scope | Aleksey Kladov | 2018-11-21 | 2 | -15/+21 |
| | |||||
* | Use OO module API in completion | Aleksey Kladov | 2018-11-20 | 2 | -40/+16 |
| | |||||
* | Complete paths in use trees | Aleksey Kladov | 2018-11-07 | 1 | -5/+16 |
| | |||||
* | Do more work in classify | Aleksey Kladov | 2018-11-07 | 1 | -38/+30 |
| | |||||
* | Use cached module scopes for completion | Aleksey Kladov | 2018-11-07 | 2 | -49/+54 |
| | |||||
* | split completion mod | Aleksey Kladov | 2018-11-07 | 2 | -0/+756 |