aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* check_canceled is a methodAleksey Kladov2018-11-274-15/+9
|
* drop descriptor suffix, use hir:: insteadAleksey Kladov2018-11-274-20/+19
|
* rename ModuleDescriptor -> ModuleAleksey Kladov2018-11-275-35/+34
|
* move resolve_local to ScopesAleksey Kladov2018-11-276-109/+105
|
* rename FnDescriptior -> FnSignatureInfoAleksey Kladov2018-11-274-15/+21
|
* move resolve_local_scopeAleksey Kladov2018-11-276-27/+27
|
* make module module privateAleksey Kladov2018-11-275-9/+8
|
* move query definitionsAleksey Kladov2018-11-2710-199/+232
|
* remove underscoresAleksey Kladov2018-11-275-22/+22
|
* move hir dbAleksey Kladov2018-11-273-66/+78
|
* itroduce FunctionDescriptorAleksey Kladov2018-11-273-9/+36
|
* rename descriptorsdb -> hirdbAleksey Kladov2018-11-277-33/+30
|
* start descriptors -> hir renameAleksey Kladov2018-11-2714-27/+34
|
* Merge #246bors[bot]2018-11-277-32/+98
|\ | | | | | | | | | | | | | | 246: Resolve path r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * resolve_path works with DefIdsAleksey Kladov2018-11-273-11/+46
| |
| * use ctryAleksey Kladov2018-11-274-22/+13
| |
| * scope-based resolve pathAleksey Kladov2018-11-273-21/+53
| |
| * add db to resolve_pathAleksey Kladov2018-11-272-2/+2
| |
| * Make resolve_path cancelableAleksey Kladov2018-11-272-2/+10
|/
* don't use volatile queriesAleksey Kladov2018-11-272-4/+4
| | | | | | "volatile" means "changes every time". That is, all transitive rev-deps of volatile queries will be executed every time. We actually need "dependencies".
* Merge #245bors[bot]2018-11-277-87/+175
|\ | | | | | | | | | | | | | | 245: File items r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * Make nameresolution resilient to reparsingAleksey Kladov2018-11-276-84/+139
| | | | | | | | | | We now store item id's instead of local syntax ptrs, and item ids don't change if you type inside a single function.
| * implement file_itemsAleksey Kladov2018-11-271-2/+8
| |
| * add file items queryAleksey Kladov2018-11-273-14/+41
|/
* Merge #244bors[bot]2018-11-275-49/+27
|\ | | | | | | | | | | | | | | 244: Switch to id-arena r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * Switch to id-arenaAleksey Kladov2018-11-275-49/+27
| |
* | fix npm problemsAleksey Kladov2018-11-272-39/+24
| |
* | hack around nested librariesAleksey Kladov2018-11-264-3/+44
|/
* Merge #242bors[bot]2018-11-256-78/+145
|\ | | | | | | | | | | | | | | 242: Codify Arena pattern r=matklad a=matklad bors r+ Co-authored-by: Aleksey Kladov <[email protected]>
| * Codify Arena patternAleksey Kladov2018-11-256-78/+145
|/
* Merge #241bors[bot]2018-11-243-4/+6
|\ | | | | | | | | | | | | | | 241: switch back to the latest beta r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * switch back to the latest betaAleksey Kladov2018-11-243-4/+6
|/
* Merge #239bors[bot]2018-11-212-1/+104
|\ | | | | | | | | | | | | | | 239: add test loggin API to db r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * add test loggin API to dbAleksey Kladov2018-11-212-1/+104
|/
* Merge #238bors[bot]2018-11-212-2/+24
|\ | | | | | | | | | | | | | | | | | | | | | | | | 238: Use `:` as a trigger character for completion r=matklad a=matklad Note that VSCode asks for completion after *first* `:` as well: use crate: we use hacks to protect against that, and to give completions only after the second `:`. Co-authored-by: Aleksey Kladov <[email protected]>
| * Use `:` as a trigger character for completionAleksey Kladov2018-11-212-2/+24
| | | | | | | | | | | | | | | | | | Note that VSCode asks for completion after *first* `:` as well: use crate: we use hacks to protect against that, and to give completions only after the second `:`.
* | Merge #237bors[bot]2018-11-219-166/+262
|\| | | | | | | | | | | | | | | 237: This moves parts of completion from ad-hockery to descriptors-based resolve r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * Complete paths after ::Aleksey Kladov2018-11-215-9/+5
| |
| * Move path completion to descriptorsAleksey Kladov2018-11-213-18/+36
| |
| * name res uses pathsAleksey Kladov2018-11-214-47/+74
| |
| * move PathAleksey Kladov2018-11-213-92/+117
| |
| * docsAleksey Kladov2018-11-211-1/+16
| |
| * move path to descriptorsAleksey Kladov2018-11-212-15/+16
| |
| * Introduce Import structAleksey Kladov2018-11-211-25/+44
| |
| * Remove import_resolutionsAleksey Kladov2018-11-211-5/+0
|/ | | | It's cheaper to re-query this info anyway
* Merge #236bors[bot]2018-11-2113-179/+556
|\ | | | | | | | | | | | | | | 236: WIP: Module name resolution r=matklad a=matklad work towards #231 Co-authored-by: Aleksey Kladov <[email protected]>
| * Pin to older betaAleksey Kladov2018-11-212-2/+2
| | | | | | | | https://github.com/rust-lang/rust/issues/56128
| * switch completion to new scopeAleksey Kladov2018-11-219-198/+69
| |
| * Move to topAleksey Kladov2018-11-211-13/+13
| |
| * Measure timeAleksey Kladov2018-11-211-1/+7
| |