File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ = Changelog #291
2
+ :sectanchors:
3
+ :experimental:
4
+ :page-layout: post
5
+
6
+ Commit: commit:0100bc737358e56f5dc2fc7d3c15b8a69cefb56b[] +
7
+ Release: release:2025-06-23[] (`v0.3.2509` )
8
+
9
+ == New Features
10
+
11
+ * pr:19939[] add `rust-analyzer.assist.preferSelf` to prefer `Self` instead of the enum name in assists.
12
+ * pr:20047[] use `cargo check --compile-time-deps` when available.
13
+ * pr:20020[] reload workspaces when `cargo` config changes.
14
+ * pr:20018[] copy lockfile into target directory before invoking `cargo metadata`.
15
+ * pr:20056[] support the new `format_args!` expansion in 1.89.
16
+ * pr:20014[] show what `cargo metadata` is doing.
17
+
18
+ == Fixes
19
+
20
+ * pr:19945[] add quickfix to the `private-field` diagnostic.
21
+ * pr:20025[] (first contribution) hide imported private methods if "private editable" is disabled.
22
+ * pr:20041[] revert "turn `BlockId` into a ``#[salsa::tracked]``".
23
+ * pr:20022[] never make type mismatch diagnostic stable, even when there is a fix.
24
+ * pr:20023[] improve completions in `if` / `while` expression conditions.
25
+ * pr:20039[] fix closure capturing in `let` expressions.
26
+ * pr:20035[] pass `--color=always` from Test Explorer.
27
+
28
+ == Internal Improvements
29
+
30
+ * pr:19495[] start infesting `ide` crates with a `'db` lifetime.
31
+ * pr:20046[] add `hir::TypeParam::parent` method.
32
+ * pr:20050[] improve documentation for excluding imports from symbol search.
You can’t perform that action at this time.
0 commit comments