Skip to content

Commit dd114de

Browse files
committed
Changelog #305
1 parent e7970a3 commit dd114de

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
= Changelog #305
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:5e3e9c4e61bba8a5e72134b9ffefbef8f531d008[] +
7+
Release: release:2025-12-08[] (`v0.3.2711`)
8+
9+
== New Features
10+
11+
* pr:21218[] bump minimum supported toolchain version from 1.78 to 1.90.
12+
13+
== Fixes
14+
15+
* pr:21205[] (first contribution) handle `#[cfg]` in macro input attribute stripping.
16+
* pr:21203[] add configuration option to hide placeholder type hints.
17+
* pr:21222[] don't complete unit return type in async associated items.
18+
* pr:21215[] don't implement sizedness check via `all_field_tys`.
19+
* pr:21190[], pr:21195[] more proc macro server fixes.
20+
* pr:21223[] temporarily disable `postcard`.
21+
* pr:21198[] add missing semicolon in incomplete `let` completion.
22+
* pr:21183[] register `define_opaque` built-in attribute macro.
23+
* pr:21164[] allow multiple active discovery operations.
24+
25+
== Internal Improvements
26+
27+
* pr:21182[] remove `TraitEnvironment`.
28+
* pr:21178[] make `ModuleId` and `BlockLoc` tracked structs.
29+
* pr:21208[] handle lint attribute expansion in `hir`.
30+
* pr:21188[] fix rustdoc warnings and enable them on CI.
31+
* pr:21189[] remove `mdbook-toc` usage from the book.

0 commit comments

Comments
 (0)