aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/module_tree.rs
Commit message (Collapse)AuthorAgeFilesLines
* remove Cancelable from module_tree_queryAleksey Kladov2019-01-151-17/+14
|
* check_canceled does not return ResultAleksey Kladov2019-01-151-2/+2
|
* rename TreePtr -> TreeArcAleksey Kladov2019-01-111-3/+3
| | | | This is much clearer about the semantics
* introduce marking infrastructure for maintainable testsAleksey Kladov2019-01-101-1/+5
| | | | This also fixes a particular edge case in name resolution.
* Fix typos in ARCHITECTURE.md and a number of cratesMarcus Klaas de Vries2019-01-091-2/+2
| | | | specifically: gen_lsp_server, ra_arena, ra_cli, ra_db, ra_hir
* migrate ra_hir to rowan 2.0Aleksey Kladov2019-01-081-23/+17
|
* kill module sourceAleksey Kladov2019-01-061-143/+102
|
* move submodule computationt to module_treeAleksey Kladov2019-01-061-0/+34
|
* flatten module structureAleksey Kladov2019-01-061-0/+375