Skip to content

Commit 9cc75c8

Browse files
committed
Changelog #280
1 parent 1d96d98 commit 9cc75c8

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
= Changelog #280
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:588948f2676312152122a4caefccd4062b569823[] +
7+
Release: release:2025-04-07[] (`v0.3.2370`)
8+
9+
== Fixes
10+
11+
* pr:19526[] (first contribution) use `constant`, not `const` in `rustdoc` links.
12+
* pr:19447[] add `impl for` completion.
13+
* pr:19515[] don't drop references with more than one definition.
14+
* pr:19501[] fix a regression in MBE expansion.
15+
* pr:19531[] fix `format_args!` lowering for 1.87.
16+
* pr:19522[] fix panic in "View crate graph".
17+
* pr:19523[] fix proc macro server spawning.
18+
* pr:19514[] fix bracket colorization in strings.
19+
20+
== Internal Improvements
21+
22+
* pr:19490[] (first contribution) fix panic in `analysis-stats` progress line slicing.
23+
* pr:19492[] avoid a needless `block_def_map()` access.
24+
* pr:19496[] replace some ``#[salsa::invoke]``s with ``invoke_actual``.
25+
* pr:19494[] unwrap some unnecessary ``Arc``s.
26+
* pr:19482[] clean up parameter name inlay hint filtering heuristics.
27+
* pr:19509[] drop `AssistKind::None`.
28+
* pr:19484[] fix new lints in nightly.
29+
* pr:19520[] align usage of `default` and `new` with style guide.
30+
* pr:19485[] clean up CI a bit.
31+
* pr:19493[] disable `rust-cache` in CI.
32+
* pr:19533[] set up a job matrix for `rust-cross`.
33+
* pr:19519[] add `rust-analyzer.cargo.noDeps` option.

0 commit comments

Comments
 (0)