Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename ra_toolchain -> toolchain | Aleksey Kladov | 2020-08-12 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Typo | Aleksey Kladov | 2020-07-21 | 1 | -3/+3 |
| | |||||
* | Propagate cargo.target to checkOnSave | Aleksey Kladov | 2020-07-21 | 1 | -0/+6 |
| | |||||
* | 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 | 1 | -0/+342 |