File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ = Changelog #310
2+ :sectanchors:
3+ :experimental:
4+ :page-layout: post
5+
6+ Commit: commit:dd4877761e927e985593f756e8d71e64f1a99241[] +
7+ Release: release:2026-01-12[] (`v0.3.2753` )
8+
9+ == New Features
10+
11+ * pr:21415[], pr:21446[] allow Rust paths in symbol search.
12+ * pr:18043[] support configuring flycheck using `workspace.discoverConfig`.
13+
14+ == Performance Improvements
15+
16+ * pr:21407[] reuse scratch allocations for `try_evaluate_obligations`.
17+
18+ == Fixes
19+
20+ * pr:21414[] (first contribution) include traits defined in other crates in flyimport.
21+ * pr:21436[] (first contribution) handle `#[ignore = "reason"]` on tests.
22+ * pr:21405[] (first contribution) support `Span::line` and `Span::column` in proc macro expansion.
23+ * pr:21416[] support `Span::byte_range` in proc macro expansion.
24+ * pr:21421[] fix recursive built-in derive expansion.
25+ * pr:21399[] properly lower `SelfOnly` predicates.
26+ * pr:21434[] remove code made redundant by method resolution rewrite.
27+ * pr:21432[] fix missing lifetimes diagnostics with function pointers.
28+ * pr:21420[] ignore escapes when string highlighting is disabled.
29+
30+ == Internal Improvements
31+
32+ * pr:21438[], pr:21439[] add integration test infrastructure to proc macro server.
33+ * pr:21433[] include private definitions in generated docs.
You can’t perform that action at this time.
0 commit comments