Skip to content

Commit 92e160e

Browse files
committed
Changelog #311
1 parent 19cbe6c commit 92e160e

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
= Changelog #311
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:080e70378c543d26a3a817899cb66934ba76360b[] +
7+
Release: release:2026-01-19[] (`v0.3.2761`)
8+
9+
== New Features
10+
11+
* pr:21483[] trigger flycheck when non-workspace files get modified.
12+
13+
== Fixes
14+
15+
* pr:21475[] (first contribution) look up flycheck by ID instead of vector index.
16+
* pr:21462[] sync cast checks to `rustc` once again.
17+
* pr:21456[] make `naked_asm!()` always return `!`.
18+
* pr:21364[] fix lowering crash with supertrait predicates.
19+
* pr:21445[] disable `unused_variables` and `unused_mut` warnings.
20+
* pr:21459[] hide macro-generated renamed imports from symbol index.
21+
* pr:21464[] respect re-exports in path symbol search.
22+
* pr:21484[] don't show sysroot dependencies in symbol search.
23+
* pr:21451[] complete `mut` and `raw` on `&x.foo()`.
24+
* pr:21442[] keep `+#[cfg]+` and `+#[track_caller]+` after `extract_function`.
25+
* pr:21412[] keep guard expression in `move_guard`.
26+
* pr:20946[] offer `convert_to_guarded_return` on `if let ... else`.
27+
* pr:21465[] don't offer `remove_parentheses` on `(2 as i32) < 3`.
28+
29+
== Internal Improvements
30+
31+
* pr:21458[], pr:21443[] migrate `unwrap_block` and `generate_mut_trait_impl` assists to `SyntaxEditor`.
32+
* pr:21466[] remove `postcard-legacy` proc macro server protocol.
33+
* pr:21468[] improve `workspace.discoverConfig` docs.

0 commit comments

Comments
 (0)