aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_vfs/src/roots.rs
Commit message (Collapse)AuthorAgeFilesLines
* remove arena from RootsAleksey Kladov2019-02-181-9/+11
| | | | | we want to move ra_vfs to a new repo, so having fewer deps is useful. Arena is a thin layer of sugar on top of Vec anyway.
* remove useless ArcAleksey Kladov2019-02-181-5/+2
|
* hide root configAleksey Kladov2019-02-171-59/+66
|
* move roots to a moduleAleksey Kladov2019-02-171-0/+102