aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_project_model/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Move actual include logic to ProjectRootVille Penttinen2019-03-211-0/+1
| | | | | This way the two IncludeRustFiles implementations can simply call the ProjectRoots' methods, so that the include logic is in one place.
* Specify derive feature for serdepcpthm2019-03-071-1/+1
|
* Initial implementation of project-lock.json.David Wood2019-03-071-0/+3
| | | | | This commit adds a initial implementation of project-lock.json, a build system agnostic method of specifying the crate graph and roots.
* Fix typo in Cargo.toml authorsVille Penttinen2019-02-111-1/+1
| | | | Fixes typo introduced in #782
* Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen2019-02-111-1/+1
| | | | This closes #777
* Clean up a bitFlorian Diebold2019-02-091-2/+0
|
* Remove Vfs from project modelFlorian Diebold2019-02-091-1/+0
|
* Remove SmolStr from project modelFlorian Diebold2019-02-091-8/+0
|
* Move crate graph generation to ra_project_modelFlorian Diebold2019-02-091-1/+3
|
* Extract project model to separate crateFlorian Diebold2019-02-091-0/+30