Skip to content

Commit 8f0c189

Browse files
committed
Changelog #320
1 parent ca40afa commit 8f0c189

19 files changed

+69
-20
lines changed

thisweek/_posts/2020-02-24-changelog-13.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Release: release:2020-02-24[]
2424

2525
== Fixes
2626

27-
* pr:3229[] fix a crash with non-ascii whitespace in doc-comments.
27+
* pr:3229[] fix a crash with non-ascii whitespace in doc comments.
2828
* pr:3228[] fix hover for for code inside macro calls.
2929
* pr:3233[] extend selection correctly handles commas in tuple patterns
3030
* pr:3239[] remove dependency on libbacktrace.

thisweek/_posts/2021-03-22-changelog-69.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ image::https://user-images.githubusercontent.com/308347/111970065-8e178180-8b03-
102102
* pr:8034[] implement `Crate::transitive_reverse_dependencies`.
103103
* pr:8042[] (first contribution) add `rustc-perf` version to the metrics JSON.
104104
* pr:8061[] structural editing API can automatically insert whitespace in simple cases.
105-
* pr:8059[] support `cfg_attr` in doc-comment syntax highlighting.
105+
* pr:8059[] support `cfg_attr` in doc comment syntax highlighting.
106106
* pr:8065[] handle block doc comments better.
107107
* pr:8069[] support highlight injection in block doc comments.
108108
* pr:8080[] change `ItemTree` API to accommodate creating an `ItemTree` per block expression.

thisweek/_posts/2023-01-16-changelog-164.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ image::https://user-images.githubusercontent.com/3757771/211927799-023e48ee-7cdd
3535

3636
* pr:13843[] (first contribution) add missing `await` in generated delegate methods.
3737
* pr:13753[] (first contribution) increase proc macro expansion token limit (fixes the visitors in `swc`).
38-
* pr:13940[] (first contribution) fix a panic in the `match`-to-`let-else` assist.
38+
* pr:13940[] (first contribution) fix a panic in the `match`-to-`let`-`else` assist.
3939
* pr:13763[] add type bounds to generated `#[derive]` implementations.
4040
* pr:13891[] keep whitespace in extracted functions.
4141
* pr:13890[] unescape inline module names when resolving modules.

thisweek/_posts/2023-01-23-changelog-165.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Release: release:2023-01-23[] (`0.3.1377`)
88

99
== New Features
1010

11-
* pr:13935[] (first contribution) add assist to desugar doc-comments:
11+
* pr:13935[] (first contribution) add assist to desugar doc comments:
1212
+
1313
video::https://user-images.githubusercontent.com/308347/213989235-e20efab2-5e00-4e49-a81b-7adc30d54b9d.mp4[options=loop]
1414
* pr:13947[] add basic tooltips to adjustment hints:

thisweek/_posts/2023-02-06-changelog-167.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Release: release:2023-02-06[] (`0.3.1394`)
99
== New Features
1010

1111
* pr:14065[] support generic functions in the `generate_function` assist.
12-
* pr:14057[] handle complex patterns in `match` to `let-else` assist.
12+
* pr:14057[] handle complex patterns in `match` to `let`-`else` assist.
1313
* pr:14063[] drop support for the 1.58 proc-macro ABI.
1414

1515
== Fixes

thisweek/_posts/2023-03-13-changelog-172.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ image::https://user-images.githubusercontent.com/3757771/224274817-a5a8cb0c-7bda
2626
* pr:14260[] tighten `replace_match_with_if_let` applicability range.
2727
* pr:14271[] don't trigger unresolved method/field diagnostics on types containing errors.
2828
* pr:14284[] highlight unresolved derives as such.
29-
* pr:14248[] show diagnostic for `}` followed by `else` in `let-else` statement.
29+
* pr:14248[] show diagnostic for `}` followed by `else` in `let`-`else` statement.
3030
* pr:14283[] don't send error notifications for workspace failures if server status is supported.
3131
* pr:14286[] fix block defmap not looking into tail expressions for macro calls.
3232
* pr:14291[] fix handling of multiple definition bindings in `convert_match_to_let_else`.

thisweek/_posts/2023-04-24-changelog-178.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Release: release:2023-04-24[] (`v0.3.1489`)
1616
* pr:14618[] (first contribution) respect `editor.parameterHints.enabled` after triggering a completion.
1717
* pr:14598[] fix release channel detection for unstable completion filtering.
1818
* pr:14619[] fix false `need-mut` positive and too large span in closures.
19-
* pr:14625[] fix token conversion for doc-comments.
19+
* pr:14625[] fix token conversion for doc comments.
2020
* pr:14634[] report remaining macro errors in associated item collection.
2121
* pr:14643[] fix const eval panic with parameter destructing.
2222
* pr:14603[] try to deduplicate workspaces by top level cargo workspace.

thisweek/_posts/2023-05-22-changelog-182.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ image::https://user-images.githubusercontent.com/308347/239808173-1f4a2da1-8137-
2828

2929
== Fixes
3030

31-
* pr:14848[] (first contribution) traverse `else` blocks of `let-else` in `preorder_expr`.
31+
* pr:14848[] (first contribution) traverse `else` blocks of `let`-`else` in `preorder_expr`.
3232
* pr:14809[] support `#[macro_use(name, ...)]`.
3333
* pr:14824[] diagnose non-value `return` and `break` type mismatches.
3434
* pr:14825[] fix evaluation of negation for floating point types.

thisweek/_posts/2023-05-29-changelog-183.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Release: release:2023-05-29[] (`v0.3.1533`)
88

99
== New Features
1010

11-
* pr:14866[] (first contribution) add Markdown syntax highlighting to doc-comments in VS Code:
11+
* pr:14866[] (first contribution) add Markdown syntax highlighting to doc comments in VS Code:
1212
+
1313
image::https://user-images.githubusercontent.com/1593486/239751755-c84f2e83-faea-47ca-853d-3728a07b2b66.png["Screenshot showing Markdown highlighting in a block comment"]
1414
* pr:14849[] implement symbol search by alias:

thisweek/_posts/2023-09-04-changelog-197.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ Release: release:2023-09-04[] (`v0.3.1649`)
1919
* pr:15544[] shuffle some locking around.
2020
* pr:15549[] add a few more `db.unwind_if_cancelled()` calls.
2121
* pr:15548[] restructure some modules in the `rust-analyzer` crate.
22-
* pr:15551[] move doc-comment handling into `ide-db`.
22+
* pr:15551[] move doc comment handling into `ide-db`.
2323
* pr:15552[] bump `rustc-perf` checkout for metrics, replace `webrender`, `diesel` and `ripgrep` with newer versions.
2424
* pr:15553[] add `hyper` 0.14.18 to metrics.

0 commit comments

Comments
 (0)