File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ = Changelog #284
2
+ :sectanchors:
3
+ :experimental:
4
+ :page-layout: post
5
+
6
+ Commit: commit:3b57c001518aeb42511e177221f98ecf42104016[] +
7
+ Release: release:2025-05-05[] (`v0.3.2449` )
8
+
9
+ == Fixes
10
+
11
+ * pr:19704[] add underscore mode for expression filling.
12
+ * pr:19733[] implement mut to const pointer cast for method resolution.
13
+ * pr:19732[] fix associated type bound variable starting index.
14
+ * pr:19699[] properly escape raw names in labels.
15
+ * pr:19247[] fix span info in `mir::Operand`.
16
+ * pr:19723[] improve parser recovery a bit.
17
+ * pr:19581[] render more lifetimes.
18
+ * pr:19735[] improve the `let` and `letm` snippets.
19
+ * pr:19739[] temporarily disable fixpoint for variance computation.
20
+
21
+ == Internal Improvements
22
+
23
+ * pr:19685[] (first contribution) add PGO support to `xtask install`.
24
+ * pr:19713[] clean up `cfg` check handling in expression store lowering.
25
+ * pr:19469[] migrate `merge_imports`, `unmerge_imports` and `let_else_to_match` to `SyntaxEditor`.
26
+ * pr:19708[] de-`Arc` language item queries.
27
+ * pr:19712[] clean up cache priming cancellation handling.
28
+ * pr:19731[] simplify macro call id construction.
29
+ * pr:19714[] remove unnecessary extension trait.
30
+ * pr:19719[] adjust panic context printing.
31
+ * pr:19727[] remove a couple of unnecessary ``clone``s.
32
+ * pr:19716[] bump salsa (saves 212 MB on `analysis-stats self`).
You can’t perform that action at this time.
0 commit comments