File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ = Changelog #271
2
+ :sectanchors:
3
+ :experimental:
4
+ :page-layout: post
5
+
6
+ Commit: commit:f3998f7f8a197596c5edf72e937996e6674b423b[] +
7
+ Release: release:2025-02-03[] (`v0.3.2291` )
8
+
9
+ == New Features
10
+
11
+ * pr:19001[], pr:19063[] implement `default-field-values`.
12
+ * pr:19038[] support RFC 2396 (`target-feature` 1.1).
13
+
14
+ == Fixes
15
+
16
+ * pr:19061[] temporarily disable `Receiver`-based completions.
17
+ * pr:19050[] don't suggest `.into_iter().method()` on iterators.
18
+ * pr:19047[] fix syntactic highlighting for renames.
19
+ * pr:19044[] fix `#[rustc_deprecated_safe_2024]`.
20
+ * pr:19045[] fix a missing standard semantic token.
21
+ * pr:19037[] delay recursion check, to help with custom `#[test]` macros.
22
+ * pr:19051[] mark unsafe function pointer calls as unsafe.
23
+ * pr:19056[] properly handle CRLF line endings in the syntax tree view.
24
+ * pr:19057[] show status bar item in the VS Code Output pane.
25
+
26
+ == Internal Improvements
27
+
28
+ * pr:19072[] (first contribution) be more principled when computing `completion_item_hash`.
29
+ * pr:19055[] (first contribution) enable some working code on FreeBSD.
30
+ * pr:19052[], pr:19080[] prioritize formatting tasks and only take read VFS lock when rebuilding the crate graph.
31
+ * pr:19036[] split out `ExpressionStore` from `Body`.
32
+ * pr:19070[] remove mutable syntax tree usage from adjustment hints.
33
+ * pr:19067[] bump TentHash to 1.0.
34
+ * pr:19015[] convert manual to mdBook.
You can’t perform that action at this time.
0 commit comments