You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[`#2668`](https://github.com/rust-analyzer/rust-analyzer/pull/2668) move `cargo watch` integration to the server side. Now it is available for every editor, and not only for VS Code.
12
+
*[`#2661`](https://github.com/rust-analyzer/rust-analyzer/pull/2661) type inference for `async` functions.
13
+
*[`#2663`](https://github.com/rust-analyzer/rust-analyzer/pull/2663) "add missing impl members" assists now substitutes type parameters.
14
+
*[`#2657`](https://github.com/rust-analyzer/rust-analyzer/pull/2657) type hints for closures are less verbose.
15
+
*[`#2667`](https://github.com/rust-analyzer/rust-analyzer/pull/2667) account for visibility modifiers during name resolution.
16
+
*[`#2061`](https://github.com/rust-analyzer/rust-analyzer/pull/2061) use existing TextMate scopes infrastructure for color theme customization.
17
+
18
+
## Fixes
19
+
20
+
*[`#2658`](https://github.com/rust-analyzer/rust-analyzer/pull/2658) don't pass empty set of features to Cargo.
21
+
*[`#2673`](https://github.com/rust-analyzer/rust-analyzer/pull/2673) correctly don't add parent item to the scope of a nested item.
22
+
*[`#2650`](https://github.com/rust-analyzer/rust-analyzer/pull/2650) correctly display types of macro call expressions.
23
+
24
+
## Internal Improvements
25
+
26
+
*[`#2679`](https://github.com/rust-analyzer/rust-analyzer/pull/2679) use lang-items infrastructure for resolving known traits.
27
+
*[`#2684`](https://github.com/rust-analyzer/rust-analyzer/pull/2684) simplify build process for the TypeScript extension.
0 commit comments