rust/crates
bors[bot] 1b938ef1ca
Merge #10834
10834: Make lint groups work correctly with `warningsAsInfo` and `warningsAsHint` r=Veykril a=Emilgardis

this change makes it possible to specify

```json
{
   "rust-analyzer.diagnostics.warningsAsInfo": ["unused"],
}
```

to make all lints in the `unused` group show as info, etc.

Co-authored-by: Emil Gardström <emil.gardstrom@gmail.com>
2021-11-22 19:03:07 +00:00
..
base_db
cfg Replace some String usages with SmolStr in completions 2021-11-05 12:30:39 +01:00
flycheck Allow the check command to terminate without output 2021-11-12 11:43:20 -08:00
hir Merge #10820 2021-11-20 16:26:50 +00:00
hir_def Fix mbe::Shift::new not accounting for non-ident token ids 2021-11-22 18:00:32 +01:00
hir_expand Document token up/down mapping 2021-11-22 17:58:36 +01:00
hir_ty fix: better Fn traits formatting 2021-11-21 02:39:22 +02:00
ide Add to macro testing infra to emit token map ids 2021-11-22 16:51:09 +01:00
ide_assists Merge #10809 2021-11-22 14:29:24 +00:00
ide_completion Split parts of ide_db::call_info off into ide 2021-11-22 13:23:34 +01:00
ide_db Make lint groups work correctly with warningsAsInfo and warningsAsHint 2021-11-22 18:38:28 +01:00
ide_diagnostics fix: Diagnose invalid derive attribute input 2021-11-19 13:17:35 +01:00
ide_ssr Merge #10698 2021-11-07 11:02:39 +00:00
limit
mbe Fix mbe::Shift::new not accounting for non-ident token ids 2021-11-22 18:00:32 +01:00
parser fix: parse the range pat inside the tuple pat 2021-11-18 11:11:37 +08:00
paths
proc_macro_api
proc_macro_srv Fix proc macro ABI version checks 2021-11-18 10:24:24 +02:00
proc_macro_test
profile Allow disabling perf access via RA_DISABLE_PERF 2021-11-16 19:42:19 +01:00
project_model Merge #10691 2021-11-04 05:52:05 +00:00
rust-analyzer Make lint groups work correctly with warningsAsInfo and warningsAsHint 2021-11-22 18:38:28 +01:00
sourcegen
stdx
syntax Use mutable syntax trees in merge_imports, split_imports 2021-11-19 20:02:27 +05:00
test_utils
text_edit
toolchain
tt
vfs minor: Lift out FxIndex{Map/Set} types into ide_db 2021-11-16 12:15:47 +01:00
vfs-notify