Skip to content

Commit d17c8b6

Browse files
committed
Changelog #194
1 parent 6fa17e0 commit d17c8b6

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

generated_config.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,13 @@ List of features to activate. Defaults to
161161

162162
Set to `"all"` to pass `--all-features` to Cargo.
163163
--
164+
[[rust-analyzer.check.ignore]]rust-analyzer.check.ignore (default: `[]`)::
165+
+
166+
--
167+
List of `cargo check` (or other command specified in `check.command`) diagnostics to ignore.
168+
169+
For example for `cargo check`: `dead_code`, `unused_imports`, `unused_variables`,...
170+
--
164171
[[rust-analyzer.check.invocationLocation]]rust-analyzer.check.invocationLocation (default: `"workspace"`)::
165172
+
166173
--
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
= Changelog #194
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:2fbe69d117ff8e3ffb9b21c4a564f835158eb67b[] +
7+
Release: release:2023-08-14[] (`v0.3.1623`)
8+
9+
== New Features
10+
* pr:15262[] (first contribution) add `rust-analyzer.check.ignore` setting to ignore specific `check` diagnostics.
11+
12+
== Fixes
13+
14+
* pr:15350[] handle ``#[cfg]``s on generic parameters.
15+
* pr:15405[] support doc links that resolve to fields.
16+
* pr:15416[] correctly display fully-qualified associated types correctly.
17+
* pr:15419[] add MIR lowering support for tuple destructing assignment.
18+
* pr:15415[] fix float parser hack creating empty `NameRef` tokens.
19+
* pr:15250[] don't use control flow when keeping the tail expression of the original function.
20+
* pr:15445[] fix `only_types` config filtering out traits from world symbols.
21+
* pr:15438[] fix parser getting stuck in eager macro inputs.
22+
23+
== Internal Improvements
24+
25+
* pr:15217[] (first contribution) convert `unwrap` to `expect` in `lsp-server` and add a debug log.
26+
* pr:15422[] record import source IDs.
27+
* pr:15435[] derive block attributes from block item tree.
28+
* pr:15436[] preserve `resolve_obligations_as_possible` allocation across calls.
29+
* pr:15423[], pr:15433[] de-`unwrap` `convert_named_struct_to_tuple_struct` and `remove_unused_imports`.
30+
* pr:15417[] use `Cast::cast()` instead of explicit interning.
31+
* pr:15428[] fix pinned version of `lsp-types`.
32+
* pr:15421[] add more error context when failing to invoke the Rust toolchain.

0 commit comments

Comments
 (0)