File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ = Changelog #117
2
+ :sectanchors:
3
+ :page-layout: post
4
+
5
+ Commit: commit:d6ed146a1caa41c65a831efbc80d79067c8f5955[] +
6
+ Release: release:2022-02-21[]
7
+
8
+ == Sponsors
9
+
10
+ **Become a sponsor:** On https://opencollective.com/rust-analyzer/[OpenCollective] or
11
+ https://github.com/sponsors/rust-analyzer[GitHub Sponsors].
12
+
13
+ == New Features
14
+
15
+ * pr:11369[] (first contribution) add type hints for keyword expression hovers:
16
+ +
17
+ image::https://user-images.githubusercontent.com/39541871/151611737-12325c23-a1f9-4fca-ae48-279b374bdcdf.png[]
18
+ * pr:11484[] infer array size for slice patterns.
19
+
20
+ == Fixes
21
+
22
+ * pr:11458[] (first contribution) parse immovable generator syntax (`static ||`).
23
+ * pr:11477[] fix `Merge Imports` dropping imports.
24
+ * pr:11480[] fix keyword hover on macro-expanded tokens.
25
+
26
+ == Internal Improvements
27
+
28
+ * pr:11470[] (first contribution) fix typo in `GlobalState` docs.
29
+ * pr:11475[] avoid temporary `Vec` in MBE.
30
+ * pr:11511[] wrap `MacroCallKind::Attr` `attr_args` field in an `Arc`.
31
+ * pr:11512[] remove `name` fields from `MacroCallKind`.
You can’t perform that action at this time.
0 commit comments