aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/module_tree.rs
Commit message (Collapse)AuthorAgeFilesLines
* Replace module_tree with CrateDefMapAleksey Kladov2019-03-171-340/+0
|
* add skeleton for macro-aware name resolutionsAleksey Kladov2019-03-171-0/+9
|
* remove useless hashAleksey Kladov2019-02-111-1/+1
|
* reformat the worldAleksey Kladov2019-02-081-17/+5
|
* split HirDatabase apicsmoe2019-02-011-7/+15
|
* Use Crate instead of CrateIdAleksey Kladov2019-01-301-5/+6
|
* Fix bad rebase and rustfmtErlend Tobiassen2019-01-271-1/+1
|
* fix #668Erlend Tobiassen2019-01-271-1/+3
|
* remove Option<SourceFileItemId> hackAleksey Kladov2019-01-261-44/+55
|
* remove dead codeAleksey Kladov2019-01-251-20/+5
|
* Change ids strategyAleksey Kladov2019-01-241-21/+15
| | | | | | | this is a part of larghish hir refactoring which aims to * replace per-source-root module trees with per crate trees * switch from a monotyped DedId to type-specific ids
* refactorAleksey Kladov2019-01-231-98/+81
|
* simiplifyAleksey Kladov2019-01-231-24/+20
|
* better namesAleksey Kladov2019-01-231-14/+13
|
* generalize marking infrastructureAleksey Kladov2019-01-231-0/+1
|
* 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