Skip to content

Commit 54e6dd4

Browse files
committed
Changelog 5
1 parent 46248aa commit 54e6dd4

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: post
3+
title: "Changelog #5"
4+
date: 2019-12-30 03:12:00 +0100
5+
---
6+
7+
Commit: [`9cad88d`](https://github.com/rust-analyzer/rust-analyzer/commit/9cad88dd95773f9ede6233fd7d0f3a076c5cda61)
8+
9+
## New Features
10+
11+
* [`#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

Comments
 (0)