Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Introduce Label | Aleksey Kladov | 2020-08-18 | 2 | -9/+5 | |
|/ / / / | ||||||
* | | | | Minor | Aleksey Kladov | 2020-08-18 | 3 | -36/+40 | |
| | | | | ||||||
* | | | | Align diagnostics config with the rest of rust-analyzer | Aleksey Kladov | 2020-08-18 | 2 | -36/+51 | |
| |/ / |/| | | ||||||
* | | | Merge #5682 | bors[bot] | 2020-08-18 | 2 | -10/+82 | |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5682: Add an option to disable diagnostics r=matklad a=popzxc As far as I know, currently it's not possible to disable a selected type of diagnostics provided by `rust-analyzer`. This causes an inconvenient situation with a false-positive warnings: you either have to disable all the diagnostics, or you have to ignore these warnings. There are some open issues related to this problem, e.g.: https://github.com/rust-analyzer/rust-analyzer/issues/5412, https://github.com/rust-analyzer/rust-analyzer/issues/5502 This PR attempts to make it possible to selectively disable some diagnostics on per-project basis. Co-authored-by: Igor Aleksanov <[email protected]> | |||||
| * | | Move analysis config structure to the config.rs | Igor Aleksanov | 2020-08-18 | 1 | -6/+0 | |
| | | | ||||||
| * | | Make disabled diagnostics an argument of corresponding function | Igor Aleksanov | 2020-08-18 | 2 | -34/+22 | |
| | | | ||||||
| * | | Merge branch 'master' into add-disable-diagnostics | Igor Aleksanov | 2020-08-14 | 2 | -9/+99 | |
| | | | ||||||
* | | | Fix typo in comment | Dave Lage | 2020-08-15 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Rename hypothetical -> speculative | Aleksey Kladov | 2020-08-14 | 1 | -1/+1 | |
|/ | ||||||
* | Merge #5753 | bors[bot] | 2020-08-13 | 3 | -59/+65 | |
|\ | | | | | | | | | | | | | | | | | | | 5753: Remove Hygiene from completion r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | Remove Hygiene from completion | Aleksey Kladov | 2020-08-13 | 3 | -59/+65 | |
| | | ||||||
* | | display correctly 'impl Trait<T> + Trait<T>' #4814 | Benjamin Coenen | 2020-08-13 | 1 | -0/+19 | |
|/ | | | | Signed-off-by: Benjamin Coenen <[email protected]> | |||||
* | Minor | Aleksey Kladov | 2020-08-13 | 1 | -6/+12 | |
| | ||||||
* | Rename ra_ide -> ide | Aleksey Kladov | 2020-08-13 | 54 | -0/+23586 | |