aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_project_model/src/json_project.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use raw cfgs in json project and fix typooxalica2019-10-051-2/+3
|
* Read default cfgs from rustcuHOOCCOOHu2019-10-021-0/+2
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* Initial implementation of project-lock.json.David Wood2019-03-071-0/+49
This commit adds a initial implementation of project-lock.json, a build system agnostic method of specifying the crate graph and roots.