aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_project_model/src/json_project.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add ProcMacroClientEdwin Cheng2020-03-251-0/+1
|
* Support specifying OUT_DIR in json projectEmil Lauridsen2020-03-171-0/+1
|
* 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.