Skip to content

Commit 4fc599c

Browse files
bors[bot]matklad
andauthored
Merge #17
17: Changelog 2 r=matklad a=matklad bors r+ Co-authored-by: Aleksey Kladov <[email protected]>
2 parents 4627684 + 3779a91 commit 4fc599c

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

thisweek/_posts/2019-12-04-changelog-1.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
layout: post
33
title: "Changelog #1"
44
date: 2019-12-04 02:12:00 +0100
5-
redirect_from: "/2019/07/24/changelog-0.html"
65
---
76

87
Commit: [`c6e4cad`](https://github.com/rust-analyzer/rust-analyzer/commit/c6e4cadfce300d14dccdb74e3d5f0e44008e7985)
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: post
3+
title: "Changelog #2"
4+
date: 2019-12-09 03:12:00 +0100
5+
---
6+
7+
Commit: [`e3a9e80`](https://github.com/rust-analyzer/rust-analyzer/commit/e3a9e806bae14fbeb5d7369d7b7871ba87353316)
8+
9+
## New Features
10+
11+
* [`#2477`](https://github.com/rust-analyzer/rust-analyzer/pull/2477) pass the right `--edition` to `rustfmt`
12+
* [`#2479`](https://github.com/rust-analyzer/rust-analyzer/pull/2479) support some build-in derives
13+
* [`#2492`](https://github.com/rust-analyzer/rust-analyzer/pull/)2492, [`#2494`](https://github.com/rust-analyzer/rust-analyzer/pull/2494) goto definition and syntax highlighting work properly for type parameters
14+
15+
16+
## Fixes
17+
18+
* [`#2487`](https://github.com/rust-analyzer/rust-analyzer/pull/2487) fix type inference for references
19+
* [`#2466`](https://github.com/rust-analyzer/rust-analyzer/pull/2466) fix imports being considered resolved to early
20+
21+
## Internal Improvements
22+
23+
* [`#2474`](https://github.com/rust-analyzer/rust-analyzer/pull/2474) more cleanly separate inline and out-of-line module
24+
* [`#2480`](https://github.com/rust-analyzer/rust-analyzer/pull/2480) discover the relevant hir for AST more reliably
25+
* [`#2484`](https://github.com/rust-analyzer/rust-analyzer/pull/2484) implement `DynMap` -- a dynamically typed heterogeneous map to
26+
make it easy to plumb stuff through compiler layers
27+
* [`#2499`](https://github.com/rust-analyzer/rust-analyzer/pull/2499) refactor `code_model` module, which is the API for accessing
28+
compiler's data from the IDE.

0 commit comments

Comments
 (0)