Skip to content

Commit c769cb0

Browse files
committed
Changelog #300
1 parent 49f2a03 commit c769cb0

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
= Changelog #300
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:bacc5bbd3020b8265e472ff98000ef477ff86e4a[] +
7+
Release: release:2025-11-03[] (`TBD`)
8+
9+
== New Features
10+
11+
* pr:20186[] add option to exclude nearby derives from "Go to implementations" and implementations lens.
12+
* pr:20906[] support opaques properly.
13+
14+
== Fixes
15+
16+
* pr:20921[] avoid calling `specializes()` query on crates that do not define `#![feature(specialization)]`.
17+
* pr:20920[] resolve `target-dir` more precisely.
18+
* pr:20369[] change method to associated function calls when renaming `self`.
19+
* pr:20931[] show proper async function signatures in the signature help.
20+
* pr:20930[] fix handling of nested block modules.
21+
* pr:20919[] consider all matches for flyimport even when searched with a qualifier.
22+
* pr:20942[] fix false positive syntax errors on frontmatters.
23+
* pr:20934[] improve error recovery with malformed function return types.
24+
* pr:20915[] offer `replace_is_method_with_if_let_method` in `while` expression.
25+
26+
== Internal Improvements
27+
28+
* pr:20922[] reduce `client_commands` allocations in LSP conversion.
29+
* pr:20927[] support memory profiling using `dhat`.

0 commit comments

Comments
 (0)