aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_project_model/src/cargo_workspace.rs
Commit message (Expand)AuthorAgeFilesLines
* Add error context to failures in `ra_project_model` using `anyhow` crate (#3119)Adam Bratschi-Kaye2020-02-131-4/+7
* Add a FIXME noteAleksey Kladov2020-01-301-0/+3
* Ignore illform node id from metadataEdwin Cheng2020-01-281-2/+18
* Address nitEmil Lauridsen2020-01-101-1/+5
* Slightly more robust cargo watcher root searchEmil Lauridsen2020-01-101-1/+1
* Only add features flags if non-emptyEdwin Cheng2019-12-231-1/+1
* Use all-features by defaultAleksey Kladov2019-12-141-1/+7
* Support setting cargo featuresoxalica2019-12-131-2/+29
* add proc-macro crate type handlingJasperDeSutter2019-11-241-0/+8
* Cleanup errorsAleksey Kladov2019-11-221-3/+1
* return Error instead of panicking in from_cargo_metadataMetabaron2019-11-121-7/+8
* Implement FromStr for enum EditionMetabaron2019-11-121-2/+5
* Read default cfgs from rustcuHOOCCOOHu2019-10-021-0/+6
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* cleanupAleksey Kladov2019-08-061-1/+1
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-3/+3
* Get rid of failure: ra_lsp_server & ra_project_modelMuhammad Mominul Huque2019-06-141-2/+1
* Fix clippy::identity_conversionAlan Du2019-06-041-4/+3
* Sends cwd info for runnables and code lensesRoberto Vidal2019-04-141-1/+2
* Make edition handling a bit nicer and allow specifying edition in crate_graph...Florian Diebold2019-02-131-4/+5
* Keep track of crate editionFlorian Diebold2019-02-131-0/+5
* Fix some typosPascal Hertleif2019-02-121-1/+1
* Remove SmolStr from project modelFlorian Diebold2019-02-091-4/+3
* Extract project model to separate crateFlorian Diebold2019-02-091-0/+173