Skip to content

Commit 75a060c

Browse files
committed
Changelog #299
1 parent b46ba6f commit 75a060c

10 files changed

+158
-10
lines changed

thisweek/_posts/2021-03-15-changelog-68.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ image::https://user-images.githubusercontent.com/308347/111139619-03c2a100-858a-
5050
== Fixes
5151

5252
* pr:7901[] (first contribution) respect HTTP proxy settings in the Code extension.
53-
* pr:7912[] de-duplicate import map results.
53+
* pr:7912[] deduplicate import map results.
5454
* pr:7941[] fix highlighting of unused definitions.
5555
* pr:7944[] selecting `&mut foo` completion now actually inserts `&mut`.
5656
* pr:7957[] fix labels for single import assists.

thisweek/_posts/2023-03-06-changelog-171.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ image::https://user-images.githubusercontent.com/3757771/222831604-4e7886a6-d2f3
3131
== Internal Improvements
3232

3333
* pr:14040[] introduce a MIR and use it for constant evaluation.
34-
* pr:14218[], pr:14234[] de-duplicate source roots that have overlapping include paths.
34+
* pr:14218[], pr:14234[] deduplicate source roots that have overlapping include paths.
3535
* pr:14184[] handle trait alias definitions.
3636
* pr:14244[] report type metrics for patterns.
3737
* pr:14251[] set unit type expectation for expression statements without a semicolon.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Release: release:2023-04-24[] (`v0.3.1489`)
1919
* 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.
22-
* pr:14603[] try to de-duplicate workspaces by top level cargo workspace.
22+
* pr:14603[] try to deduplicate workspaces by top level cargo workspace.
2323

2424
== Internal Improvements
2525

thisweek/_posts/2023-05-01-changelog-179.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Release: release:2023-05-01[] (`v0.3.1498`)
1212
+
1313
image::https://user-images.githubusercontent.com/308347/235419781-a9add5c5-a6f4-46a8-87bf-cfde0a3fa6eb.png["Screenshot showing a a closure hover with details about captured fields"]
1414
* pr:14513[] add `#[doc(alias(..))]`-based field and function completions.
15-
* pr:14659[] de-duplicate crates when extending crate graphs.
15+
* pr:14659[] deduplicate crates when extending crate graphs.
1616
* pr:14644[], pr:14686[] don't underline whole `for` loops and iterator chains on errors.
1717

1818
== Fixes

thisweek/_posts/2023-12-25-changelog-213.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Release: release:2023-12-25[] (`v0.3.1782`)
1414

1515
* pr:16155[] (first contribution) don't assume ASCII in `remove_markdown`.
1616
* pr:16152[] resolve alias before resolving enum variant.
17-
* pr:16163[] de-duplicate annotations.
17+
* pr:16163[] deduplicate annotations.
1818
* pr:16165[] update metavariable expression implementation.
1919
* pr:16066[], pr:16185[] remove unnecessary braces after with unused imports.
2020
* pr:16167[] fully remove dummy spans.

thisweek/_posts/2024-02-26-changelog-222.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Release: release:2024-02-26[] (`v0.3.1860`)
1515

1616
== Fixes
1717

18-
* pr:16358[] (first contribution) de-duplicate references from macro expansions.
18+
* pr:16358[] (first contribution) deduplicate references from macro expansions.
1919
* pr:16621[] (first contribution) avoid setting `RUSTC_BOOTSTRAP` for build scripts, to prevent spurious recompiles.
2020
* pr:16590[] fix `remove-unnecessary-else` false positives on `if` expressions.
2121
* pr:16616[] try to fix potential server hang with build scripts.

thisweek/_posts/2024-11-18-changelog-260.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ Release: release:2024-11-18[] (`v0.3.2188`)
1313

1414
== Internal Improvements
1515

16-
* pr:18495[] (first contribution) migrate `reorder_fields` assist to use `SyntaxEditor`.
16+
* pr:18495[] (first contribution) migrate `reorder_fields` assist to `SyntaxEditor`.
1717
* pr:18482[] add public `direct_supertraits` and `all_supertraits` accessors to `hir::Trait`.

thisweek/_posts/2024-11-25-changelog-261.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Release: release:2024-11-25[] (`v0.3.2196`)
1313

1414
== Internal Improvements
1515

16-
* pr:18485[] migrate `add_braces` assist to use `SyntaxEditor`.
17-
* pr:18521[] migrate `reorder_impl_items` assist to use `SyntaxEditor`.
16+
* pr:18485[] migrate `add_braces` assist use `SyntaxEditor`.
17+
* pr:18521[] migrate `reorder_impl_items` assist use `SyntaxEditor`.
1818
* pr:18552[] fix formatting in "missing ``rust-src``" message.

thisweek/_posts/2025-06-16-changelog-290.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Release: release:2025-06-16[] (`v0.3.2500`)
3030
* pr:19995[] turn `BlockId` into a `#[salsa::tracked]`.
3131
* pr:20006[] clean up incremental tests and verify query execution.
3232
* pr:19997[] remove `InternedCallableDefId`.
33-
* pr:19980[] de-duplicate`ItemTree` `ItemVisibilities`.
33+
* pr:19980[] deduplicate`ItemTree` `ItemVisibilities`.
3434
* pr:19992[] use `ThinVec` in `ItemScope` in a couple places.
3535
* pr:19984[] remove `pref_align_of` intrinsic handling, rename `{min_=>}align_of{,_val}`.
3636
* pr:19930[] add support for type-erased `Semantics<'db, dyn HirDatabase>`.
Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
= Changelog #299
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:049767e6faa84b2d1a951d8f227e6ebd99d728a2[] +
7+
Release: release:2025-10-27[] (`v0.3.2658`)
8+
9+
== New Features
10+
11+
* pr:20854[] feat (first contribution) parse script frontmatter.
12+
* pr:20837[] feat (first contribution) expose `addConfiguration` API from the Code extension.
13+
* pr:20329[], pr:20445[], pr:20446[], pr:20454[], pr:20470[], pr:20447[], pr:20496[], pr:20497[], pr:20502[], pr:20506[], pr:20523[], pr:20527[], pr:20537[], pr:20545[], pr:20553[], pr:20563[], pr:20586[], pr:20609[], pr:20578[], pr:20647[], pr:20645[], pr:20649[], pr:20654[], pr:20665[], pr:20671[], pr:20677[], pr:20664[], pr:20717[], pr:20728[], pr:20733[], pr:20735[], pr:20738[], pr:20765[], pr:20777[], pr:20785[], pr:20814[], pr:20834[], pr:20841[], pr:20867[], pr:20873[], pr:20882[], pr:20888[], pr:20896[], pr:20893[], pr:20895[] switch from Chalk to the next trait solver.
14+
* pr:20632[] support navigation on primitives.
15+
* pr:20760[] add `all`, `any` and `not` completions in `#[cfg]`.
16+
* pr:20806[], pr:20835[] log flycheck `stdout` and `stderr` to files.
17+
* pr:19771[] add "Generate blanket trait impl" assist.
18+
* pr:20705[] add "Flip range expression" assist.
19+
* pr:19918[] add "Remove `else` branches" assist.
20+
* pr:20855[] improve fixture support.
21+
22+
== Fixes
23+
24+
* pr:20583[] (first contribution) add `rust-analyzer.semanticHighlighting.comments.enable` option.
25+
* pr:20697[], pr:20745[] (first contribution) fix negative literals in const generics.
26+
* pr:19867[] (first contribution) allow `&raw [mut | const]` for union fields in safe code.
27+
* pr:20432[] (first contribution) improve identifier pattern handling in assists.
28+
* pr:20891[] (first contribution) add `negation` semantic token type.
29+
* pr:20425[] (first contribution) add parser heuristic to warn on unterminated strings.
30+
* pr:20520[] add option to hide reborrows in adjustment inlay hints.
31+
* pr:20721[] implement fallback properly.
32+
* pr:20755[] add `#[doc = include_str!(…)]` completion.
33+
* pr:20423[] make import sorting order follow the 2024 edition style.
34+
* pr:20801[] small fixes for import insertion.
35+
* pr:20866[] run `cargo metadata` on sysroot right from its path.
36+
* pr:20554[] improve handling of the `env!` macro.
37+
* pr:20587[] deduplicate methods in completion by function ID and not by name.
38+
* pr:20803[] replace `--show-output` task defaults with `--nocapture`.
39+
* pr:20459[] track diagnostic generations per package.
40+
* pr:20689[] make flycheck clearing dependency-aware.
41+
* pr:20635[] don't trigger two flychecks when saving files that are part of targets.
42+
* pr:20402[] add more workarounds for incorrect startup diagnostics.
43+
* pr:20787[] fix spurious `incorrect_generics_len` on generic enum variants used through type aliases.
44+
* pr:20770[] don't trigger `trait-impl-incorrect-safety` on unresolved traits.
45+
* pr:20642[] make `#[target_feature]` safe on WASM.
46+
* pr:20504[] avoid infinite recursion while lowering associated type bounds from supertraits.
47+
* pr:20720[] prevent rustup from automatically installing toolchains.
48+
* pr:20528[] masquerade as nightly cargo when invoking flycheck with `-Zscript`.
49+
* pr:20612[] fix "Expand macro recursively" on nested macro calls.
50+
* pr:20517[] only compute unstable paths on nightly toolchains for IDE features.
51+
* pr:20639[] resolve paths to snapshot test libraries absolutely.
52+
* pr:20547[] don't highlight unrelated unsafe operation on `unsafe` blocks.
53+
* pr:20579[] don't pass `--target` to `rustc` twice while fetching target data layout.
54+
* pr:20475[] don't duplicate lang items with overridden sysroot crates.
55+
* pr:20518[] fix `else` completion in `let _ = if x {} $0`.
56+
* pr:20390[] add `if`-`else` completions in `let` statements and argument lists.
57+
* pr:20620[], pr:20657[] add `else` keyword completion after `let` statements.
58+
* pr:20653[] don't output an empty generic parameters list in `generate_function`.
59+
* pr:20708[] fix panic in `destructure_struct_binding`.
60+
* pr:20702[] fix `else` completion before `else` keyword.
61+
* pr:20700[] fix `extract_variable` on `if`-`let`.
62+
* pr:20709[] fix panic in `destructure_struct_binding`.
63+
* pr:20710[] fix shorthand fields in `unused_variables`.
64+
* pr:20661[] tighten up expected type completions in `if`.
65+
* pr:20507[] handle expected `return` type in completions.
66+
* pr:20725[] fix lifetime elision handling for `Fn`-style trait bounds.
67+
* pr:20624[] fix `lifetime_bounds`.
68+
* pr:20723[] fix `bind_unused_param` with binding modes and underscore prefixes.
69+
* pr:20722[] fix `pull_assignment_up` on chained ``if``s.
70+
* pr:20679[] fix type completion with nested patterns.
71+
* pr:20592[] handle closures inside `match` in `add_braces`.
72+
* pr:20543[] don't suggest invalid transformation in `replace_if_let_with_match`.
73+
* pr:20742[] don't turn unused variables into raw identifier.
74+
* pr:20598[] support `let` chains in `convert_to_guarded_return`.
75+
* pr:20731[] handle tuple and slice rest patterns in `expand_rest_pattern`.
76+
* pr:20729[] add `const` generic parameter keyword completion.
77+
* pr:20793[] add missing parentheses on ambiguity in `missing_unsafe`.
78+
* pr:20513[] complete `let` in `let`-chains.
79+
* pr:20812[] complete `self` parameters in associated trait functions.
80+
* pr:20805[] improve parse errors for `static` and `const`.
81+
* pr:20824[] fix completion type analysis in empty closures.
82+
* pr:20817[] support `add_explicit_type` on parameters in `let` statements.
83+
* pr:20816[] handle closure return type adjustments in `add_return_type`.
84+
* pr:20526[] support `let`-chains for `.let` completions.
85+
* pr:20788[] allow more string literal conversions from raw strings.
86+
* pr:20838[] don't make `convert_to_guarded_return` applicable on `let-else`.
87+
* pr:20758[] support `else` blocks with `!` return type in `convert_to_guarded_return`.
88+
* pr:20772[] support `match` inside `if` in `pull_assignment_up`.
89+
* pr:20673[] support `break` with value in completions.
90+
* pr:20858[] include trailing underscores when hiding inlay hints.
91+
* pr:20872[] add missing rest pattern in `convert_named_struct_to_tuple_struct`.
92+
* pr:20880[] fix invalid rest pattern in `convert_tuple_struct_to_named_struct`.
93+
* pr:20455[] fix indent in `convert_match_to_let_else`.
94+
* pr:20509[] fix indent in `move_guard_to_arm_body`.
95+
* pr:20613[] fix indent in `unresolved_field` diagnostic fixes.
96+
* pr:20845[] fix indent in `add_braces`.
97+
* pr:20850[] fix indent in `add_missing_match_arms`.
98+
* pr:20670[] improve incomplete statement heuristic.
99+
* pr:20831[] add shorthand record field completions.
100+
* pr:20571[] add type keyword completions.
101+
* pr:20886[] improve handling of missing names in `MethodCallExpr`.
102+
* pr:20905[] fix array inhabitedness check.
103+
* pr:20889[] improve field completion parentheses heuristic.
104+
* pr:20658[] complete `else` in more expressions.
105+
* pr:20611[] add parantheses for precedence in `replace_arith_op`.
106+
* pr:20912[] complete `let` before expression in `if`.
107+
* pr:20764[] handle `if`-`let` in `convert_to_guarded_return`.
108+
* pr:20712[] handle shorthand field patterns in `destructure_tuple_binding`.
109+
* pr:20589[] place new module outside `impl` block in `extract_module`.
110+
* pr:20913[] support `let`-chains in `replace_is_method_with_if_let_method`.
111+
* pr:20626[] improve whitespace in `make::struct_field_list`.
112+
* pr:20534[] improve semicolon handling in `toggle_macro_delimiter`.
113+
* pr:20442[] only import the item in "Unqualify method call" when needed.
114+
* pr:20686[] only offer `generate_default_from_enum_variant` when the variant name is completely selected.
115+
* pr:20771[] offer `invert_if` on `else`.
116+
* pr:20844[] offer `add_braces` on assignments.
117+
* pr:20599[] offer `apply_demorgan` on `!`.
118+
* pr:20456[] support guards in `replace_match_with_if_let`.
119+
* pr:20714[] allow trailing comma in `remove_dbg!`.
120+
* pr:20511[] don't offer `convert_integer_literal` on selections.
121+
* pr:20512[] don't offer `replace_arith_op` on selections.
122+
* pr:20736[] don't offer `invert_if` on `if-let` chains.
123+
* pr:20682[] don't offer `change_visibility` for variant fields.
124+
* pr:20688[] reduce `replace_is_method_with_if_let_method` applicability range.
125+
* pr:20759[] fix casts and use typed syntax tree API in `convert_to_guarded_return`.
126+
* pr:20876[] fix `signature_help` LSP conversion creating invalid UTF-16 offsets.
127+
128+
== Internal Improvements
129+
130+
* pr:20379[] (first contribution) consistently use `---` for horizontal rules.
131+
* pr:20483[] (first contribution) optimize VS Code extension icon.
132+
* pr:20794[] (first contribution) deduplicate `sort` and `dedup` calls.
133+
* pr:20667[] add regression test for The One and Only Issue.
134+
* pr:20376[] merge `Trait` and `TraitAlias` handling.
135+
* pr:20399[] enable warning logs by default.
136+
* pr:20706[] avoid allocating in `stdx::replace`.
137+
* pr:20730[], pr:20748[], pr:20860[] migrate `expand_record_rest_pattern`, `replace_arith_op` and `generate_single_field_struct_from` assists to `SyntaxEditor`.
138+
* pr:20796[] bump `salsa`.
139+
* pr:20852[] do not enable `force-always-assert` by default.
140+
* pr:20631[] remove support for `#[register_attr]`.
141+
* pr:20804[] pass `--target` to `xtask install`.
142+
* pr:20683[] expose iterators over the types in `InferenceResult`.
143+
* pr:20669[] add a testing guide.
144+
* pr:20633[] clarify introduction in the README and manual.
145+
* pr:20638[] add FAQ entry about Cargo build lock and cache conflicts.
146+
* pr:20560[] add progress bars to more places in `analysis-stats`.
147+
* pr:20652[] improve `rust-analyzer diagnostics`.
148+
* pr:20774[] build `x86_64-apple-darwin` binaries on `macos-14`.

0 commit comments

Comments
 (0)