Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #4406 #4410 #4411 #4417 | bors[bot] | 2020-05-10 | 1 | -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-metadata | Edwin Cheng | 2020-05-09 | 1 | -1/+1 |
| | | |||||
* | | Rename ra_env -> ra_toolchain | Aleksey Kladov | 2020-05-08 | 1 | -1/+1 |
|/ | |||||
* | pull function out into new crate ra_env; use in ra_flycheck as well | Craig Disselkoen | 2020-05-06 | 1 | -3/+2 |
| | |||||
* | ra_project_model: look for Cargo in more places | Craig Disselkoen | 2020-05-06 | 1 | -0/+2 |
| | | | | See #3118 | ||||
* | Bump deps | Laurențiu Nicola | 2020-05-01 | 1 | -1/+1 |
| | |||||
* | Reduce deps | Aleksey Kladov | 2020-03-31 | 1 | -1/+0 |
| | |||||
* | Rename cargo_watch -> flycheck | Aleksey Kladov | 2020-03-31 | 1 | -1/+1 |
| | |||||
* | Add ProcMacroClient | Edwin Cheng | 2020-03-25 | 1 | -0/+1 |
| | |||||
* | Support loading OUT_DIR from cargo check at launch | Emil Lauridsen | 2020-03-17 | 1 | -0/+1 |
| | |||||
* | Update versions | Kirill Bulatov | 2020-02-18 | 1 | -5/+5 |
| | |||||
* | Add error context to failures in `ra_project_model` using `anyhow` crate (#3119) | Adam Bratschi-Kaye | 2020-02-13 | 1 | -0/+2 |
| | | | Add error context to failures in ra_project_model using anyhow crate | ||||
* | Disable doctests | Aleksey Kladov | 2019-11-17 | 1 | -0/+3 |
| | |||||
* | Bump crates | kjeremy | 2019-10-22 | 1 | -1/+1 |
| | |||||
* | Enable CfgOptions `test` for workspace crates | uHOOCCOOHu | 2019-10-02 | 1 | -0/+1 |
| | |||||
* | :arrow_up: deps | Aleksey Kladov | 2019-08-17 | 1 | -1/+1 |
| | |||||
* | introduce ra_vfs_glob crate | Aleksey Kladov | 2019-08-06 | 1 | -1/+0 |
| | | | | It manages exclusion rules for the vfs crate | ||||
* | Remove unused dependencies | Shotaro Yamada | 2019-07-08 | 1 | -5/+0 |
| | |||||
* | Bump cargo_metadata, ena, flexi_logger | kjeremy | 2019-06-20 | 1 | -1/+1 |
| | |||||
* | Get rid of failure: ra_lsp_server & ra_project_model | Muhammad Mominul Huque | 2019-06-14 | 1 | -2/+0 |
| | |||||
* | Move actual include logic to ProjectRoot | Ville Penttinen | 2019-03-21 | 1 | -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 serde | pcpthm | 2019-03-07 | 1 | -1/+1 |
| | |||||
* | Initial implementation of project-lock.json. | David Wood | 2019-03-07 | 1 | -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 authors | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
| | | | | Fixes typo introduced in #782 | ||||
* | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
| | | | | This closes #777 | ||||
* | Clean up a bit | Florian Diebold | 2019-02-09 | 1 | -2/+0 |
| | |||||
* | Remove Vfs from project model | Florian Diebold | 2019-02-09 | 1 | -1/+0 |
| | |||||
* | Remove SmolStr from project model | Florian Diebold | 2019-02-09 | 1 | -8/+0 |
| | |||||
* | Move crate graph generation to ra_project_model | Florian Diebold | 2019-02-09 | 1 | -1/+3 |
| | |||||
* | Extract project model to separate crate | Florian Diebold | 2019-02-09 | 1 | -0/+30 |