Skip to content

Commit ff9dc05

Browse files
committed
Changelog #160
1 parent 4cc4dd7 commit ff9dc05

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

generated_features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ image::https://user-images.githubusercontent.com/48062697/113020658-b5f98b80-917
340340

341341

342342
=== Inlay Hints
343-
**Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide/src/inlay_hints.rs#L172[inlay_hints.rs]
343+
**Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide/src/inlay_hints.rs#L173[inlay_hints.rs]
344344

345345
rust-analyzer shows additional information inline with the source code.
346346
Editors usually render this using read-only virtual text snippets interspersed with code.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
= Changelog #160
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:9ed1829f1fb61695c21474361ec23b9976793b73[] +
7+
Release: release:2022-12-19[]
8+
9+
== New Features
10+
11+
* pr:13785[] add a command for manually running flycheck (`Run flycheck`).
12+
* pr:13792[] add a command to clear flycheck diagnostics (`Clear flycheck diagnostics`).
13+
* pr:13769[] parse half-open `..=X` patterns.
14+
15+
== Fixes
16+
17+
* pr:13732[] (first contribution) add fallback case to generated `PartialEq` impl.
18+
* pr:13726[] allow "Unwrap block" in `let` initializers.
19+
* pr:13762[] fix parsing of `_ = x` in closure body.
20+
* pr:13715[] fix snippet completions on numeric literals.
21+
* pr:13746[] keep comments in "Extract function".
22+
* pr:13774[] resolve all inference variables in `InferenceResult::assoc_resolutions`.
23+
* pr:13777[] parse `if` correctly after a half-open range in `match`.
24+
* pr:13783[], pr:13784[] add parentheses to binding mode hints when they attach to an Or-pattern.
25+
* pr:13766[] fix config patching logic for `addCallParenthesis`.

0 commit comments

Comments
 (0)