Skip to content

Commit 1d96d98

Browse files
committed
Changelog #279
1 parent efb0b4f commit 1d96d98

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 #279
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:fb133c8c8064d9f18f19eae8721347872f1679e4[] +
7+
Release: release:2025-03-31[] (`v0.3.2362`)
8+
9+
== New Features
10+
11+
* pr:19375[] allow crate authors to disable completions using `#[rust_analyzer::completions]`.
12+
* pr:19388[] parse `unsafe` record fields.
13+
* pr:19347[] add diagnostic for ambiguous `&impl 'a + Sized`.
14+
15+
== Fixes
16+
17+
* pr:19475[] (first contribution) fix debug source map.
18+
* pr:19433[] fix `let else` to `if let else` conversion.
19+
* pr:19435[] fix ranges in closure return inlay hints.
20+
* pr:19466[] fix a bug in orphan rule check.
21+
* pr:19474[] fix, clarify and require a value for `proc_macro_cwd` of `CrateData`.
22+
23+
== Internal Improvements
24+
25+
* pr:19440[] replace custom `ThinVec` with the `thin-vec` crate.
26+
* pr:19451[] use medium durability for crate graph changes, high for library source files.
27+
* pr:19359[] emit lines of code and item tree counts in `analysis-stats`.
28+
* pr:19457[] remove `salsa` dependency from proc macro server again.
29+
* pr:19446[], pr:19448[] run tests under `cargo miri`.
30+
* pr:19422[] clean up VS Code output channels, drop `debug.openDebugPane`.
31+
* pr:19430[] bump dependencies.

0 commit comments

Comments
 (0)