aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_project_model/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Support loading OUT_DIR from cargo check at launchEmil Lauridsen2020-03-171-0/+1
|
* Update versionsKirill Bulatov2020-02-181-5/+5
|
* Add error context to failures in `ra_project_model` using `anyhow` crate (#3119)Adam Bratschi-Kaye2020-02-131-0/+2
| | | Add error context to failures in ra_project_model using anyhow crate
* Disable doctestsAleksey Kladov2019-11-171-0/+3
|
* Bump crateskjeremy2019-10-221-1/+1
|
* Enable CfgOptions `test` for workspace cratesuHOOCCOOHu2019-10-021-0/+1
|
* :arrow_up: depsAleksey Kladov2019-08-171-1/+1
|
* introduce ra_vfs_glob crateAleksey Kladov2019-08-061-1/+0
| | | | It manages exclusion rules for the vfs crate
* Remove unused dependenciesShotaro Yamada2019-07-081-5/+0
|
* Bump cargo_metadata, ena, flexi_loggerkjeremy2019-06-201-1/+1
|
* Get rid of failure: ra_lsp_server & ra_project_modelMuhammad Mominul Huque2019-06-141-2/+0
|
* 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