Skip to content

Commit 92e86c1

Browse files
committed
Changelog #301
1 parent c769cb0 commit 92e86c1

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

thisweek/_posts/2025-11-03-changelog-300.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:page-layout: post
55

66
Commit: commit:bacc5bbd3020b8265e472ff98000ef477ff86e4a[] +
7-
Release: release:2025-11-03[] (`TBD`)
7+
Release: release:2025-11-03[] (`v0.3.2667`)
88

99
== New Features
1010

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
= Changelog #301
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:21f8445ea523e83cd4f11b0a67a3a5ced2b1f56f[] +
7+
Release: release:2025-11-10[] (`v0.3.2675`)
8+
9+
== New Features
10+
11+
* pr:20565[] add "Convert range `for` to ``while``" assist.
12+
13+
== Fixes
14+
15+
* pr:20964[] canonicalize `custom-target.json` paths when fetching sysroot metadata.
16+
* pr:20961[] consider more expression types as `in_value`.
17+
* pr:20963[] expand literals with wrong suffixes into `LitKind::Err`.
18+
* pr:20971[] fix panic while resolving callable signatures for `AsyncFnMut`.
19+
* pr:20957[] keep associated items in `generate_blanket_trait_impl`.
20+
* pr:20973[] handle method calls in `apply_demorgan`.
21+
22+
== Internal Improvements
23+
24+
* pr:21005[] (first contribution) improve wording in testing docs.
25+
* pr:20994[] reduce memory usage of symbol index.
26+
* pr:20997[] only populate public items in dependency symbol index.
27+
* pr:20995[] use new `salsa` API for `SymbolsDatabase`.
28+
* pr:20991[], pr:20990[], pr:20988[] merge `text-size`, `ungrammar` and `smol_str` into rust-analyzer.
29+
* pr:21002[] bump library editions to 2024 and remove legacy files.

0 commit comments

Comments
 (0)