Skip to content

Commit df117f4

Browse files
committed
Changelog #315
1 parent 59171d0 commit df117f4

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 #315
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:00a9173e57f5c4ba45e380ce065b31afb17436ad[] +
7+
Release: release:2026-02-16[] (`v0.3.2795`)
8+
9+
== New Features
10+
11+
* pr:21574[] filter auto-import candidates to make sure the resulting path resolves.
12+
* pr:21591[] split long parameter lists into multiple lines for hover.
13+
14+
== Fixes
15+
16+
* pr:21647[] (first contribution) handle `ref mut` bindings in `contains_explicit_ref_binding`.
17+
* pr:21649[] treat dereferencing `*mut !` right-hand side values in assignments as reads.
18+
* pr:21611[] update `allow_normalization` to match `rustc`.
19+
* pr:21627[] revert "implement fine-grained request cancellation support".
20+
* pr:21644[] revert "fix stale diagnostics with `rust-project.json` and `rustc` JSON".
21+
* pr:21632[] treat `extern fn` parameters as identifiers, not patterns.
22+
* pr:21633[] don't resolve proc macros in value as functions outside their defining crate.
23+
* pr:21608[] use the right index for the close span in `set_top_subtree_delimiter_span`.
24+
* pr:21402[] don't insert semicolon after function call in array literal.
25+
* pr:21583[] keep associated type bounds in `replace_derive_with_manual_impl`.
26+
* pr:21381[] fix `Self` handling in `inline_call`.
27+
28+
== Internal Improvements
29+
30+
* pr:21609[] use `rayon` for proc macro loading.
31+
* pr:21606[], pr:21507[], pr:21618[], pr:21619[] migrate `generate_getter_or_setter`, `introduce_named_lifetime`, `destructure_tuple_binding` and `covert_tuple_return_type` assists to `SyntaxEditor`.
32+
* pr:21636[] replace `edit_in_place::Indent` in migrated assists.
33+
* pr:21584[] add expression, pattern and binding types iterators to `DefWithBody`.
34+
* pr:21581[] run clippy as a separate CI step.
35+
* pr:21628[] temporarily pin `miri` job toolchain.

0 commit comments

Comments
 (0)