Skip to content

Commit 5ff599e

Browse files
committed
Changelog #296
1 parent 4be447c commit 5ff599e

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
= Changelog #296
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:db02cdc7fc8b0e0b9aa1be4110a74620bbac1f98[] +
7+
Release: release:2025-07-28[] (`v0.3.2555`)
8+
9+
== New Features
10+
11+
* pr:19938[] add "Generate impl for type" assist.
12+
13+
== Fixes
14+
15+
* pr:20271[] disable tests in flycheck if `cfg.setTest` is set to `false`.
16+
* pr:20262[] fix search of raw labels and lifetimes.
17+
* pr:20273[] apply adjustments to patterns and expressions when doing pattern analysis.
18+
* pr:20281[] parse `for<'a> [const]`.
19+
* pr:20318[] ignore `Destruct` bounds again.
20+
* pr:20290[], pr:20315[] use temporary directory for copied lockfiles.
21+
* pr:20319[] consider all produced artifacts for proc macro dylib search.
22+
* pr:20302[] fix doc-comment folding with multi-line parameter lists.
23+
* pr:20285[] use `Self` when renaming `self` parameter.
24+
* pr:20256[] support `Deref` in `generate_mut_trait_impl`.
25+
* pr:20297[] fix whitespace in `generate_trait_from_impl`.
26+
27+
== Internal Improvements
28+
29+
* pr:20272[] (first contribution) fix size asserts on `x86_64-unknown-linux-gnux32`.
30+
* pr:20293[], pr:20306[], pr:20307[], pr:20270[] migrate `replace_derive_with_manual_impl`, `add_missing_impl_members`, `convert_to_guarded_return`, `extract_expressions_from_format_string` and `generate_new` to `SyntaxEditor`.
31+
* pr:20269[] migrate `AstNodeEdit::Indent` to `SyntaxEditor`.
32+
* pr:20289[] remove `ExpressionStoreDiagnostics::MacroError`.
33+
* pr:20278[] fupport filtering in `analysis-stats` MIR lowering.
34+
* pr:20280[], pr:20282[], pr:20279[] set up `rustc-josh-sync`.

0 commit comments

Comments
 (0)