Skip to content

Commit 631a6b2

Browse files
committed
Changelog #318
1 parent 1c39ec8 commit 631a6b2

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
= Changelog #318
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:51966da92da795f1cda89bef70d7c61266d4123a[] +
7+
Release: release:2026-03-09[] (`v0.3.2819`)
8+
9+
== New Features
10+
11+
* pr:21752[] go to `From` impl when on "Go to definition" for `?`.
12+
13+
== Fixes
14+
15+
* pr:21745[] fix a bug in associated type lowering.
16+
* pr:21750[] don't use `TypingMode::PostAnalysis` for IDE method resolution.
17+
* pr:21747[] allow never coercions in struct update syntax.
18+
* pr:21726[] align `is_rust` ABI check with `rustc`.
19+
* pr:21705[] support expressions in `cfg_select!`.
20+
* pr:21728[] use correct range for `add_missing_match_arms` in macro calls.
21+
* pr:21719[] improve formatting in `replace_if_let_with_match`.
22+
* pr:21687[] offer `destructure_struct_binding` on `self` parameters.
23+
* pr:21671[] complete postfix `let` on references in `match` arms.
24+
* pr:21770[] update VFS when a watched file is deleted.
25+
* pr:21763[] tweak `-Zlockfile-path` pre-release check for `beta`.
26+
27+
== Internal Improvements
28+
29+
* pr:21782[] (first contribution) add `rust-analyzer parse --json`.
30+
* pr:21755[] (first contribution) add `has_pending` methods to `Incoming`/`Outgoing`/`ReqQueue` in `lsp_server`.
31+
* pr:21764[] improve `smol_str` API surface in anticipation for `1.0.0`.
32+
* pr:21774[] migrate `unqualify_method_call` assist to `SyntaxEditor`.
33+
* pr:21734[] replace `ast::make` in already migrated assists.
34+
* pr:21660[] set up `codecov`.
35+
* pr:21732[] define rules for LLMs.

0 commit comments

Comments
 (0)