File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ Release: release:2025-02-03[] (`v0.3.2291`)
30
30
* pr:19052[], pr:19080[] prioritize formatting tasks and only take read VFS lock when rebuilding the crate graph.
31
31
* pr:19036[] split out `ExpressionStore` from `Body`.
32
32
* pr:19070[] remove mutable syntax tree usage from adjustment hints.
33
- * pr:19067[] bump TentHash to 1.0.
33
+ * pr:19067[] bump `tenthash` to 1.0.
34
34
* pr:19015[] convert manual to mdBook.
Original file line number Diff line number Diff line change
1
+ = Changelog #272
2
+ :sectanchors:
3
+ :experimental:
4
+ :page-layout: post
5
+
6
+ Commit: commit:35181e167efb94d5090df588e6af9f93250421f3[] +
7
+ Release: release:2025-02-10[] (`v0.3.2299` )
8
+
9
+ == New Features
10
+
11
+ * pr:19104[] add option to disable inlay type hints for closure parameters.
12
+
13
+ == Fixes
14
+
15
+ * pr:19066[] array types from slice patterns.
16
+ * pr:19094[] fix IDE resolution of `use` inside bodies.
17
+ * pr:19086[] fix some MIR eval and lowering issues.
18
+ * pr:18912[] up-map ranges in `convert_tuple_struct_to_named_struct`.
19
+ * pr:19105[] don't emit empty SCIP occurrence for built-ins.
20
+ * pr:19062[] fix SCIP indexing of module names.
21
+ * pr:19106[] resolve projection types before checking pointer casts.
22
+
23
+ == Internal Improvements
24
+
25
+ * pr:19083[] (first contribution) don't try to use NEON on big-endian AArch64.
26
+ * pr:19084[] split cache priming into distinct phases.
27
+ * pr:19085[] don't use `InferenceResult::has_errors` flag for MIR building.
28
+ * pr:19099[] use interior mutability for loaded `ProcMacroSrv::expanders`.
29
+ * pr:19093[] prevent panics from tearing down worker threads.
You can’t perform that action at this time.
0 commit comments