Skip to content

Commit 2c66785

Browse files
committed
Changelog #272
1 parent a8ea99b commit 2c66785

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

thisweek/_posts/2025-02-03-changelog-271.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Release: release:2025-02-03[] (`v0.3.2291`)
3030
* pr:19052[], pr:19080[] prioritize formatting tasks and only take read VFS lock when rebuilding the crate graph.
3131
* pr:19036[] split out `ExpressionStore` from `Body`.
3232
* 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.
3434
* pr:19015[] convert manual to mdBook.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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.

0 commit comments

Comments
 (0)