Skip to content

Commit efb0b4f

Browse files
committed
Changelog #278
1 parent 5c488b0 commit efb0b4f

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
= Changelog #278
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:37acea8052d5d27e7f1312d9e6e743a9da176c21[] +
7+
Release: release:2025-03-24[] (`v0.3.2353`)
8+
9+
== Fixes
10+
11+
* pr:19384[] fix stale "Building ``CrateGraph``" report.
12+
* pr:19416[] handle multiple `#[repr(..)]` attributes correctly.
13+
* pr:19362[] speed up resolving a "Generate delegate method" assist.
14+
* pr:19348[] add text edit support for return type hints on non-block body closures.
15+
* pr:19413[] properly calculate the layout of unsized tuple pointers.
16+
* pr:19320[] mark manual trait implementations as unsafe when replacing a derive.
17+
* pr:19400[] fix syntax highlighting for `&raw const` / `&raw mut` in standalone files.
18+
* pr:19397[] add postfix completion for const block.
19+
* pr:19005[] fix testing of packages with multiple targets.
20+
21+
== Internal Improvements
22+
23+
* pr:19408[] replace ``#[derive]``s to reduce codegen burden for generated syntax types.
24+
* pr:19390[] do not use `Expander` in associated item lowering.
25+
* pr:19412[] remove some unnecessary usages of `Semantics`.
26+
* pr:19429[] remove unused dependencies.
27+
* pr:19419[] render layout and other extra information when hovering `Self`.
28+
* pr:19329[] add some docs to `proc-macro-api`.
29+
* pr:19379[] bump `Edition::CURRENT` to 2024.
30+
* pr:19378[] trigger `salsa` LRU at the end of `analysis-stats`.
31+
* pr:19315[] do not generate docs with in `xtask codegen --check`.
32+
* pr:19391[] clean up `proc-macro-srv` CI job.

0 commit comments

Comments
 (0)