Skip to content

Commit 0a17944

Browse files
committed
Changelog #227
1 parent 52df076 commit 0a17944

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

generated_config.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,11 @@ How to render the offset information in a memory layout hover.
520520
--
521521
How to render the size information in a memory layout hover.
522522
--
523+
[[rust-analyzer.hover.show.structFields]]rust-analyzer.hover.show.structFields (default: `null`)::
524+
+
525+
--
526+
How many fields of a struct to display when hovering a struct.
527+
--
523528
[[rust-analyzer.hover.show.traitAssocItems]]rust-analyzer.hover.show.traitAssocItems (default: `null`)::
524529
+
525530
--
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
= Changelog #227
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:e4a405f877efd820bef9c0e77a02494e47c17512[] +
7+
Release: release:2024-04-01[] (`v0.3.1906`)
8+
9+
== New Features
10+
11+
* pr:16805[], pr:16960[], pr:16967[] implement lifetime lowering and resolution.
12+
* pr:16906[] add struct hover field display limit (`rust-analyzer.hover.show.structFields`).
13+
14+
== Fixes
15+
16+
* pr:16964[] revert debug extension priorities.
17+
* pr:16965[] use LLDB when debugging with C++ extension on MacOS.
18+
* pr:16957[] check for client relative glob pattern support before using them.
19+
* pr:16971[] resolve tests per file instead of crate in test explorer.
20+
* pr:16975[] prompt the user to reload the window when enabling test explorer.
21+
22+
== Internal Improvements
23+
24+
* pr:16944[] revert to the crates.io version of `rustc_pattern_analysis`.
25+
* pr:16930[] support choosing the allocator in `xtask dist`.

0 commit comments

Comments
 (0)