Skip to content

Commit 0a96e56

Browse files
committed
Changelog #197
1 parent cf846c2 commit 0a96e56

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

generated_diagnostic.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ crates rust-analyzer failed to discover. The file will not have IDE features ava
156156

157157

158158
=== unnecessary-braces
159-
**Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide-diagnostics/src/handlers/useless_braces.rs#L8[useless_braces.rs]
159+
**Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide-diagnostics/src/handlers/useless_braces.rs#L9[useless_braces.rs]
160160

161161
Diagnostic for unnecessary braces in `use` items.
162162

generated_features.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ image::https://user-images.githubusercontent.com/48062697/113171066-105c2000-923
554554

555555

556556
=== Open Docs
557-
**Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide/src/doc_links.rs#L120[doc_links.rs]
557+
**Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide/src/doc_links.rs#L121[doc_links.rs]
558558

559559
Retrieve a links to documentation for the given symbol.
560560

@@ -583,7 +583,7 @@ image::https://user-images.githubusercontent.com/48062697/113065580-04c21800-91b
583583

584584

585585
=== Related Tests
586-
**Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide/src/runnables.rs#L194[runnables.rs]
586+
**Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide/src/runnables.rs#L195[runnables.rs]
587587

588588
Provides a sneak peek of all tests where the current item is used.
589589

@@ -612,7 +612,7 @@ image::https://user-images.githubusercontent.com/48062697/113065582-055aae80-91b
612612

613613

614614
=== Run
615-
**Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide/src/runnables.rs#L110[runnables.rs]
615+
**Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide/src/runnables.rs#L111[runnables.rs]
616616

617617
Shows a popup suggesting to run a test/benchmark/binary **at the current cursor
618618
location**. Super useful for repeatedly running just a single test. Do bind this
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
= Changelog #197
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:2df30e1e07eafc1de0359566423f471920693a34[] +
7+
Release: release:2023-09-04[] (`v0.3.1649`)
8+
9+
== Fixes
10+
11+
* pr:15527[] respect `#[allow(unused_braces)]`.
12+
13+
14+
== Internal Improvements
15+
16+
* pr:15465[] fix cargo handle logging in flycheck.
17+
* pr:15542[] less `once_cell`, more `std`.
18+
* pr:15543[] remove some allocations in borrowck.
19+
* pr:15544[] shuffle some locking around.
20+
* pr:15549[] add a few more `db.unwind_if_cancelled()` calls.
21+
* pr:15548[] restructure some modules in the `rust-analyzer` crate.
22+
* pr:15551[] move doc-comment handling into `ide-db`.
23+
* pr:15552[] bump `rustc-perf` checkout for metrics, replace `webrender`, `diesel` and `ripgrep` with newer versions.
24+
* pr:15553[] add `hyper` 0.14.18 to metrics.

0 commit comments

Comments
 (0)