aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_project_model/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* cargo_metadata 0.11.1 and cargo updatekjeremy2020-07-291-1/+1
|
* Add a license field to all the cratesYuki Okushi2020-07-141-0/+1
|
* Cleanup project.json deserializationAleksey Kladov2020-06-241-0/+1
|
* Be more explicit about absolute paths at various placesAleksey Kladov2020-06-241-0/+1
|
* Merge #4406 #4410 #4411 #4417bors[bot]2020-05-101-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4406: Update cargo-metadata r=matklad a=edwin0cheng This PR update `cargo-metadata` to 0.10.0 and it also relax the` serde-derive` deps to 1.0 for tests in `proc-macro-srv`. cc @robojumper r= @matklad , I think you would have something to say related to https://github.com/serde-rs/json/issues/647#issue-593788429 ? 4410: Improve wording in comment r=matklad a=edwin0cheng 4411: do not remove then block when you unwrap else block #4361 r=matklad a=bnjjj close #4361 4417: Omit default types in HirDisplay SourceCode mode r=matklad a=TimoFreiberg Closes #4390 Co-authored-by: Edwin Cheng <[email protected]> Co-authored-by: Benjamin Coenen <[email protected]> Co-authored-by: Timo Freiberg <[email protected]>
| * Update cargo-metadataEdwin Cheng2020-05-091-1/+1
| |
* | Rename ra_env -> ra_toolchainAleksey Kladov2020-05-081-1/+1
|/
* pull function out into new crate ra_env; use in ra_flycheck as wellCraig Disselkoen2020-05-061-3/+2
|
* ra_project_model: look for Cargo in more placesCraig Disselkoen2020-05-061-0/+2
| | | | See #3118
* Bump depsLaurențiu Nicola2020-05-011-1/+1
|
* Reduce depsAleksey Kladov2020-03-311-1/+0
|
* Rename cargo_watch -> flycheckAleksey Kladov2020-03-311-1/+1
|
* Add ProcMacroClientEdwin Cheng2020-03-251-0/+1
|
* 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