Skip to content

Commit 2133cbb

Browse files
committed
Changelog #196
1 parent 54d0bbd commit 2133cbb

File tree

2 files changed

+29
-4
lines changed

2 files changed

+29
-4
lines changed

generated_config.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,18 +173,18 @@ For example for `cargo check`: `dead_code`, `unused_imports`, `unused_variables`
173173
--
174174
Specifies the working directory for running checks.
175175
- "workspace": run checks for workspaces in the corresponding workspaces' root directories.
176-
This falls back to "root" if `#rust-analyzer.cargo.checkOnSave.invocationStrategy#` is set to `once`.
176+
This falls back to "root" if `#rust-analyzer.cargo.check.invocationStrategy#` is set to `once`.
177177
- "root": run checks in the project's root directory.
178-
This config only has an effect when `#rust-analyzer.cargo.buildScripts.overrideCommand#`
178+
This config only has an effect when `#rust-analyzer.cargo.check.overrideCommand#`
179179
is set.
180180
--
181181
[[rust-analyzer.check.invocationStrategy]]rust-analyzer.check.invocationStrategy (default: `"per_workspace"`)::
182182
+
183183
--
184-
Specifies the invocation strategy to use when running the checkOnSave command.
184+
Specifies the invocation strategy to use when running the check command.
185185
If `per_workspace` is set, the command will be executed for each workspace.
186186
If `once` is set, the command will be executed once.
187-
This config only has an effect when `#rust-analyzer.cargo.buildScripts.overrideCommand#`
187+
This config only has an effect when `#rust-analyzer.cargo.check.overrideCommand#`
188188
is set.
189189
--
190190
[[rust-analyzer.check.noDefaultFeatures]]rust-analyzer.check.noDefaultFeatures (default: `null`)::
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
= Changelog #196
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:144526c90840e84e799ee06c6cea5c573cf4fdf2[] +
7+
Release: release:2023-08-28[] (`v0.3.1641`)
8+
9+
== New Features
10+
11+
* pr:15374[] (first contribution) implement extern crate completion.
12+
13+
== Fixes
14+
15+
* pr:15512[] update `offset` intrinsic to match 1.72.
16+
* pr:15517[] fix unknown label diagnostics for `while let` loop with label in condition.
17+
18+
== Internal Improvements
19+
20+
* pr:15385[] (first contribution) pass target in `proc-macro-test` to fix cross-compilation on Darwin hosts.
21+
* pr:15490[] fix help text for `rust-analyzer.check.invocation{Strategy,Location}`.
22+
* pr:15503[] report the rust-analyzer version in the SCPI metadata.
23+
* pr:15494[] sync from downstream.
24+
* pr:15523[] use `RUSTC_BOOTSTRAP` when running `analysis-stats` on the standard library.
25+
* pr:15495[] unpin serde.

0 commit comments

Comments
 (0)