Skip to content

Commit 61cb76b

Browse files
committed
Changelog #117
1 parent 94b47c4 commit 61cb76b

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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`.

0 commit comments

Comments
 (0)