Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pin cargo_metadata | kjeremy | 2020-11-25 | 1 | -1/+1 |
| | |||||
* | Update crates | Jeremy Kolb | 2020-10-20 | 1 | -1/+1 |
| | | | | This brings in a number of new dependencies though. | ||||
* | Bump crossbeam-channel in crates | Laurențiu Nicola | 2020-10-13 | 1 | -1/+1 |
| | |||||
* | Spawn a flycheck instance per workspace | Jonas Schievink | 2020-09-27 | 1 | -7/+17 |
| | |||||
* | Add description for crates that will be published | Pavan Kumar Sunkara | 2020-08-24 | 1 | -0/+1 |
| | |||||
* | Add version to deps in cargo.toml | Pavan Kumar Sunkara | 2020-08-24 | 1 | -1/+1 |
| | |||||
* | Rename ra_ide -> ide | Aleksey Kladov | 2020-08-13 | 1 | -3/+4 |
| | |||||
* | Rename ra_toolchain -> toolchain | Aleksey Kladov | 2020-08-12 | 2 | -2/+2 |
| | |||||
* | Log the command flycheck runs to debug misconfigurations | Veetaha | 2020-08-11 | 1 | -2/+8 |
| | | | | | | | | | | | | Without this users have no clue why flycheck fails to run. This is what is printed to the output channel: ``` [ERROR rust_analyzer::main_loop] cargo check failed: Cargo watcher failed,the command produced no valid metadata (exit code: ExitStatus(ExitStatus(25856))) ``` I stumbled with this figuring out that rust-analyzer adds `--all-features` which is not intended for some crates in the workspace (e.g. they have mutually-exclusive features. Having the command rust-analyzer ran should help a lot | ||||
* | flycheck: Added checkOnSave.noDefaultFeatures | Clemens Wasser | 2020-07-30 | 1 | -3/+10 |
| | | | | | | This commit adds the option `rust-analyzer.checkOnSave.noDefaultFeatures` and fixes #5550. | ||||
* | cargo_metadata 0.11.1 and cargo update | kjeremy | 2020-07-29 | 1 | -1/+1 |
| | |||||
* | Typo | Aleksey Kladov | 2020-07-21 | 1 | -3/+3 |
| | |||||
* | Propagate cargo.target to checkOnSave | Aleksey Kladov | 2020-07-21 | 1 | -0/+6 |
| | |||||
* | Add a license field to all the crates | Yuki Okushi | 2020-07-14 | 1 | -0/+1 |
| | |||||
* | Cleanup diagnostic conversion code | Aleksey Kladov | 2020-07-09 | 1 | -1/+2 |
| | |||||
* | Log flycheck command | Aleksey Kladov | 2020-07-01 | 1 | -0/+1 |
| | |||||
* | Cleanup cargo process handling in flycheck | Aleksey Kladov | 2020-06-28 | 1 | -60/+61 |
| | |||||
* | More standard pattern for Cargo | Aleksey Kladov | 2020-06-28 | 1 | -76/+83 |
| | |||||
* | Naming | Aleksey Kladov | 2020-06-28 | 1 | -8/+7 |
| | |||||
* | Rename | Aleksey Kladov | 2020-06-28 | 1 | -3/+3 |
| | |||||
* | Make sure to join the child | Aleksey Kladov | 2020-06-28 | 1 | -2/+25 |
| | |||||
* | Be more precise about flycheck status | Aleksey Kladov | 2020-06-26 | 1 | -62/+30 |
| | |||||
* | Refactor main_loop | Aleksey Kladov | 2020-06-25 | 1 | -10/+7 |
| | |||||
* | Canonicalize actor API | Aleksey Kladov | 2020-06-25 | 1 | -69/+55 |
| | |||||
* | Simplify | Aleksey Kladov | 2020-06-25 | 1 | -15/+6 |
| | |||||
* | Minor rename | Aleksey Kladov | 2020-06-25 | 1 | -28/+29 |
| | |||||
* | Rename ra_flycheck -> flycheck | Aleksey Kladov | 2020-06-25 | 2 | -0/+358 |