Skip to content

Commit a7ff1da

Browse files
committed
Changelog #321
1 parent 8f0c189 commit a7ff1da

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 #321
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:f1297b21119565c626320c1ffc248965fffb2527[] +
7+
Release: release:2026-03-30[] (`v0.3.2845`)
8+
9+
== Fixes
10+
11+
* pr:21588[] (first contribution) fix `asm!` `sym` operand parsing for parenthesized `expr` fragments.
12+
* pr:21871[] revert `TyLoweringContext::store` after lowering parent defaults.
13+
* pr:21876[] keep value when trying to produce a `default` call.
14+
* pr:21904[] fix panic on trailing `|` in `unmerge_match_arm`.
15+
* pr:21838[] skip usages inside macro expansions in `destructure_{struct,tuple}_binding`.
16+
* pr:21860[], pr:21865[] wrap ascribed type in `Option<>` or `Result<>` in `desugar_try_expr` with `let` - `else`.
17+
* pr:21744[] keep comments in `add_missing_match_arms`.
18+
* pr:20681[] fix indent after fixing `trait_impl_redundant_assoc_item`.
19+
* pr:21411[] offer `merge_match_arms` on ambiguous identifier patterns.
20+
* pr:21709[] fix spurious flychecks with multiple workspaces.
21+
22+
== Internal Improvements
23+
24+
* pr:21874[] (first contribution) migrate `generate_default_from_new` assist to `SyntaxEditor`.
25+
* pr:21879[] (first contribution) fix bounds check in `debug_assert!`.
26+
* pr:21823[], pr:21859[], pr:21900[] implement signature type inference.
27+
* pr:21901[], pr:21907[] only allocate non-empty item blocks.
28+
* pr:21897[] remove `Arc` from `GenericParams` and `AstIdMap`.
29+
* pr:21872[] rename `IndentLevel::single` to `zero`.
30+
* pr:21856[], pr:21867[], pr:21866[], pr:21870[], pr:21884[] replace `make` in `replace_derive_with_manual_impl`, `generate_impl`, `generate_new`, `generate_trait_impl_text_intransitive` and `getter` with `SyntaxFactory`.
31+
* pr:21853[] extract `default_fill_expr` to `utils`.
32+
* pr:21862[] don't trigger GC on slow tests, take 2.

0 commit comments

Comments
 (0)