Skip to content

Changelog 2 #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion thisweek/_posts/2019-12-04-changelog-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: post
title: "Changelog #1"
date: 2019-12-04 02:12:00 +0100
redirect_from: "/2019/07/24/changelog-0.html"
---

Commit: [`c6e4cad`](https://github.com/rust-analyzer/rust-analyzer/commit/c6e4cadfce300d14dccdb74e3d5f0e44008e7985)
Expand Down
28 changes: 28 additions & 0 deletions thisweek/_posts/2019-12-09-changelog-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: post
title: "Changelog #2"
date: 2019-12-09 03:12:00 +0100
---

Commit: [`e3a9e80`](https://github.com/rust-analyzer/rust-analyzer/commit/e3a9e806bae14fbeb5d7369d7b7871ba87353316)

## New Features

* [`#2477`](https://github.com/rust-analyzer/rust-analyzer/pull/2477) pass the right `--edition` to `rustfmt`
* [`#2479`](https://github.com/rust-analyzer/rust-analyzer/pull/2479) support some build-in derives
* [`#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


## Fixes

* [`#2487`](https://github.com/rust-analyzer/rust-analyzer/pull/2487) fix type inference for references
* [`#2466`](https://github.com/rust-analyzer/rust-analyzer/pull/2466) fix imports being considered resolved to early

## Internal Improvements

* [`#2474`](https://github.com/rust-analyzer/rust-analyzer/pull/2474) more cleanly separate inline and out-of-line module
* [`#2480`](https://github.com/rust-analyzer/rust-analyzer/pull/2480) discover the relevant hir for AST more reliably
* [`#2484`](https://github.com/rust-analyzer/rust-analyzer/pull/2484) implement `DynMap` -- a dynamically typed heterogeneous map to
make it easy to plumb stuff through compiler layers
* [`#2499`](https://github.com/rust-analyzer/rust-analyzer/pull/2499) refactor `code_model` module, which is the API for accessing
compiler's data from the IDE.