Skip to content

Commit 609a70d

Browse files
committed
Changelog #103
1 parent efdc754 commit 609a70d

File tree

4 files changed

+43
-3
lines changed

4 files changed

+43
-3
lines changed

generated_config.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,11 @@ site.
308308
--
309309
Whether to show inlay type hints for variables.
310310
--
311+
[[rust-analyzer.inlayHints.hideNamedConstructorHints]]rust-analyzer.inlayHints.hideNamedConstructorHints (default: `false`)::
312+
+
313+
--
314+
Whether to hide inlay hints for constructors.
315+
--
311316
[[rust-analyzer.joinLines.joinElseIf]]rust-analyzer.joinLines.joinElseIf (default: `true`)::
312317
+
313318
--

generated_features.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ image::https://user-images.githubusercontent.com/48062697/113020658-b5f98b80-917
333333

334334

335335
=== Inlay Hints
336-
**Source:** https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/ide/src/inlay_hints.rs#L36[inlay_hints.rs]
336+
**Source:** https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/ide/src/inlay_hints.rs#L37[inlay_hints.rs]
337337

338338
rust-analyzer shows additional information inline with the source code.
339339
Editors usually render this using read-only virtual text snippets interspersed with code.
@@ -547,7 +547,7 @@ image::https://user-images.githubusercontent.com/48062697/113065580-04c21800-91b
547547

548548

549549
=== Related Tests
550-
**Source:** https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/ide/src/runnables.rs#L196[runnables.rs]
550+
**Source:** https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/ide/src/runnables.rs#L189[runnables.rs]
551551

552552
Provides a sneak peek of all tests where the current item is used.
553553

manual.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ $ pacman -S rust-analyzer
200200

201201
`rust-analyzer` is available in the GURU repository:
202202

203-
- https://gitweb.gentoo.org/repo/proj/guru.git/tree/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild[`dev-util/rust-analyzer-bin-9999`] (the https://github.com/rust-analyzer/rust-analyzer/releases/latest[latest release] as a live binary ebuild)
203+
- https://gitweb.gentoo.org/repo/proj/guru.git/tree/dev-util/rust-analyzer?id=9895cea62602cfe599bd48e0fb02127411ca6e81[`dev-util/rust-analyzer`] builds from source
204+
- https://gitweb.gentoo.org/repo/proj/guru.git/tree/dev-util/rust-analyzer-bin?id=9895cea62602cfe599bd48e0fb02127411ca6e81[`dev-util/rust-analyzer-bin`] installs an official binary release
204205

205206
If not already, GURU must be enabled (e.g. using `app-eselect/eselect-repository`) and sync'd before running `emerge`:
206207

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
= Changelog #103
2+
:sectanchors:
3+
:page-layout: post
4+
5+
Commit: commit:73668334f05c3446b04116ccc3156240d2d8ab19[] +
6+
Release: release:2021-11-15[]
7+
8+
== Sponsors
9+
10+
**Become a sponsor:** On https://opencollective.com/rust-analyzer/[OpenCollective] or
11+
https://github.com/sponsors/rust-analyzer[GitHub Sponsors].
12+
13+
== New Features
14+
15+
* pr:10761[] show constructor inlay hints by default, add option to disable.
16+
* pr:10743[] index fewer crates on startup/reload.
17+
18+
== Fixes
19+
20+
* pr:10731[] (first contribution) show the right check command in Code.
21+
* pr:10756[] (first contribution) allow the check command to terminate with no output.
22+
* pr:10729[] lookup impls in local def maps.
23+
* pr:10722[] fix proc-macro attributes being shadowed by their functions in IDE layer.
24+
* pr:10689[] handle pub tuple fields in tuple structs.
25+
* pr:10720[] don't ascribe types in pattern completion for param patterns twice.
26+
* pr:10747[] remove faulty logic for ascending test attributes for runnables.
27+
* pr:10762[] trigger flyimport on enum variants.
28+
* pr:10759[] make `add_missing_match_arms` applicable at the end of the match.
29+
30+
== Internal Improvements
31+
32+
* pr:10688[] type-check TS on CI.
33+
* pr:10738[] do not search through all three namespaces in `ItemScope::name_of`.
34+
* pr:10741[], pr:10745[] flatten `Definition::ModuleDef` variant.

0 commit comments

Comments
 (0)