Skip to content

Commit 8fd98ef

Browse files
committed
Changelog #292
1 parent 5461704 commit 8fd98ef

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
= Changelog #292
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:6df12139bccaaeecf6a34789e0ca799d1fe99c53[] +
7+
Release: release:2025-06-30[] (`v0.3.2519`)
8+
9+
== New Features
10+
11+
* pr:20077[] (first contribution) take an optional `"args": "cursor"` in the VS Code "Run" command.
12+
* pr:19546[] highlight return values as related to `match` / `if` / `=>`.
13+
* pr:20100[] lower `PointeeSized` to `?Sized` to support the new `Sized` trait hierarchy.
14+
* pr:20105[] parse new `[const] Trait` syntax.
15+
16+
== Fixes
17+
18+
* pr:20110[] don't show float completions on integer literals.
19+
* pr:20096[] don't show notifications on failed `rustfmt` calls.
20+
* pr:20121[] don't append `--compile-time-deps` to build script commands.
21+
* pr:20073[] use `ROOT` hygiene for `args` in the new `format_args!` expansion.
22+
* pr:20069[] fix cargo project manifest not pointing to the workspace root.
23+
* pr:20072[] respect configured `build.target-dir`.
24+
* pr:20061[] don't wrap exit points with the right type in "Wrap return type".
25+
* pr:20103[] prettify AST in `PathTransform` if it's coming from a macro.
26+
* pr:20080[] clean up and expand `folding_ranges`.
27+
* pr:20092[] don't complain about `rustc` workspace loading if it's not required.
28+
* pr:20036[] don't default to `'static` for trait object lifetimes.
29+
30+
== Internal Improvements
31+
32+
* pr:20012[] (first contribution) bump `literal-escaper`.
33+
* pr:20088[] de-`Arc` trait items query.
34+
* pr:20087[] short-circuit a couple of queries.
35+
* pr:20106[] make the `VariantFields` query more idiomatic.
36+
* pr:20098[] unify formatting of progress messages.
37+
* pr:20104[] clean up `provideCodeActions` VS Code hook.
38+
* pr:20116[] cancel CI workflow only after the main matrix has finished.
39+
* pr:20084[] fix CI job cancellation on Windows.

0 commit comments

Comments
 (0)