aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_analysis/src/roots.rs
Commit message (Collapse)AuthorAgeFilesLines
* Introduce ModuleIdAleksey Kladov2018-10-231-78/+25
| | | | | | | Previously, module was synonym with a file, and so a module could have had several parents. This commit introduces a separate module concept, such that each module has only one parent, but a single file can correspond to different modules.
* make file-symbols query cancelableAleksey Kladov2018-10-201-11/+10
|
* mark module queries as cacelableAleksey Kladov2018-10-201-4/+5
|
* update salsaAleksey Kladov2018-10-201-4/+4
|
* Cargo FormatJeremy A. Kolb2018-10-161-32/+31
| | | | Run `cargo fmt` and ignore generated files
* make analysis syncAleksey Kladov2018-10-151-13/+11
|
* Tweak writable root APIAleksey Kladov2018-10-151-5/+2
|
* fix testsAleksey Kladov2018-10-151-1/+0
|
* Switch to the master of salsaAleksey Kladov2018-10-151-4/+4
|
* migrate modue map to salsaAleksey Kladov2018-10-151-15/+17
|
* start salsa migrationAleksey Kladov2018-10-151-28/+40
|
* migrate analysis and server to 2018Aleksey Kladov2018-10-151-6/+6
|
* Replace HashMap, HashSet with FxHashMap and FxHashSetMuhammad Mominul Huque2018-10-111-3/+3
|
* rename all thingsAleksey Kladov2018-09-161-0/+178