Skip to content

Commit e47c6d0

Browse files
committed
Changelog #283
1 parent 125b90b commit e47c6d0

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
= Changelog #283
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:d8887c0758bbd2d5f752d5bd405d4491e90e7ed6[] +
7+
Release: release:2025-04-28[] (`v0.3.2441`)
8+
9+
== New Features
10+
11+
* pr:19634[], pr:19629[] allow unsetting env vars in `extraEnv` configs.
12+
* pr:19479[], pr:19676[], pr:19672[], pr:19675[] add some new diagnostics for incorrect generic arguments.
13+
* pr:19692[] add an assist to remove underscores from used variables.
14+
* pr:19653[] parse `super let`.
15+
* pr:19643[] parse generic consts.
16+
17+
== Fixes
18+
19+
* pr:19622[] (first contribution) fix some bugs in the string rewriting assists.
20+
* pr:19604[] (first contribution) add semicolon to `use` completion.
21+
* pr:19657[] improve support for `offset_of!()`.
22+
* pr:19636[] fix `completion_snippets_custom` config always erroring out.
23+
* pr:19650[] support unstable `UnsafePinned` struct in type layout computation.
24+
* pr:19647[] fix panics in inlay hints that produce empty text edits for closure return types.
25+
* pr:19684[] report error when unable to parse a `DiscoverProjectMessage`.
26+
27+
== Internal Improvements
28+
29+
* pr:19678[] arena-allocate ``LifetimeRef``s.
30+
* pr:19655[] fold hygiene map into the bindings themselves.
31+
* pr:19677[] remove `WherePredicateTypeTarget`.
32+
* pr:19644[] make predefined symbols `const` instead of `static`.
33+
* pr:19688[] add some missing ``shrink_to_fit()``s and upgrade `dashmap` and `hashbrown`.
34+
* pr:19624[] bump `chalk` to make the generic parameter order match `rustc`.
35+
* pr:19661[] bump `salsa`.

0 commit comments

Comments
 (0)