Skip to content

Commit 73f7a7a

Browse files
committed
Changelog #313
1 parent 4f9d30d commit 73f7a7a

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
= Changelog #313
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:7cb789d98202b88c34e9710e53f8aeac0fa5096e[] +
7+
Release: release:2026-02-02[] (`v0.3.2777`)
8+
9+
== New Features
10+
11+
* pr:21408[] add support for default field values.
12+
* pr:21460[] add support for `#![feature(new_range)]`.
13+
14+
== Fixes
15+
16+
* pr:21564[] fix upvar analysis of nested closures and re-enable `unused_variables` and `unused_mut`.
17+
* pr:21527[] match `=>` and `==` after `meta` in macros.
18+
* pr:21528[] handle `Self::EnumVariant` and `Self` on traits in doclinks.
19+
* pr:21533[] fix panic when an opaque was constrained to an impossible type in method autoderef.
20+
* pr:21555[] clear diagnostics on panic.
21+
* pr:21542[] complete inferred types in statics.
22+
* pr:21495[] complete `else` before tuples.
23+
* pr:21513[] use binding name for the new function in `extract_function`.
24+
* pr:21522[] add semicolon in `toggle_macro_delimiter`.
25+
* pr:21514[] handle `continue` in `convert_range_for_to_while`.
26+
* pr:21534[] don't panic if spawning the workspace discovery command fails.
27+
28+
== Internal Improvements
29+
30+
* pr:21548[] make JSON and postcard protocols explicit, drop generic `Codec`.
31+
* pr:21410[] handle cancellation in bidirectional proc macro calls.
32+

0 commit comments

Comments
 (0)