aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_project_model/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Sends cwd info for runnables and code lensesRoberto Vidal2019-04-141-0/+12
* replace todo with fixmeAleksey Kladov2019-03-231-1/+1
* Move actual include logic to ProjectRootVille Penttinen2019-03-211-3/+27
* Improve filtering of file rootsVille Penttinen2019-03-201-4/+33
* Rename and change `add_roots` to return a `Vec`.David Wood2019-03-071-1/+6
* Initial implementation of project-lock.json.David Wood2019-03-071-69/+169
* Make edition handling a bit nicer and allow specifying edition in crate_graph...Florian Diebold2019-02-131-5/+1
* Keep track of crate editionFlorian Diebold2019-02-131-3/+9
* Clean up a bitFlorian Diebold2019-02-091-1/+1
* Remove Vfs from project modelFlorian Diebold2019-02-091-6/+3
* Remove SmolStr from project modelFlorian Diebold2019-02-091-2/+2
* Move crate graph generation to ra_project_modelFlorian Diebold2019-02-091-0/+88
* Extract project model to separate crateFlorian Diebold2019-02-091-0/+45