File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -29,4 +29,3 @@ Release: release:2026-02-02[] (`v0.3.2777`)
2929
3030* pr:21548[] make JSON and postcard protocols explicit, drop generic `Codec`.
3131* pr:21410[] handle cancellation in bidirectional proc macro calls.
32-
Original file line number Diff line number Diff line change 1+ = Changelog #314
2+ :sectanchors:
3+ :experimental:
4+ :page-layout: post
5+
6+ Commit: commit:c75729db6845c73605115b18d819917dbf6a8972[] +
7+ Release: release:2026-02-09[] (`v0.3.2786` )
8+
9+ == New Features
10+
11+ * pr:21380[] implement fine-grained request cancellation support.
12+ * pr:21572[] add support for new `try { ... }` and `try bikeshed Ty { ...}` blocks.
13+
14+ == Fixes
15+
16+ * pr:21561[] fix a glob issue affecting `windows::core::HRESULT`.
17+ * pr:21579[] fix a panic on lowering cycles.
18+ * pr:21573[] infer the expected len in `include_bytes!()` to avoid type mismatches.
19+ * pr:21569[] parenthesise more cases like `&(impl Trait1 + Trait2)`.
20+ * pr:21578[] use `display_source_code()` in `ReferenceConversion` to avoid trying to parse `{unknown}`.
21+ * pr:21526[], pr:21557[] complete postfix `not` and `let` in conditions.
22+ * pr:21508[] emit `else` branch in `move_guard`.
23+ * pr:21571[] fix stale diagnostics with `rust-project.json` and `rustc` JSON.
24+ * pr:21580[] truncate display version of commands consistently.
25+
26+ == Internal Improvements
27+
28+ * pr:21488[] remove `Edition::CURRENT_FIXME`.
29+ * pr:21599[] simplify binding hash computation in syntax highlighting.
You can’t perform that action at this time.
0 commit comments