File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Release: release:2025-04-14[] (`v0.3.2379`)
1515* pr:19432[] fix another false positive invalid cast diagnostic.
1616* pr:19563[] walk const block expressions for unsafety checking.
1717* pr:19541[] prefer imports of matching types for argument lists.
18+ * pr:19461[] fix shadowing of modules by types.
1819* pr:19571[] fix missing test update notifications when there are hyphens in the target name and exclude dependencies from "Run all".
1920
2021== Internal Improvements
Original file line number Diff line number Diff line change 1+ = Changelog #285
2+ :sectanchors:
3+ :experimental:
4+ :page-layout: post
5+
6+ Commit: commit:2bafe9d96c6734aacfd49e115f6cf61e7adc68bc[] +
7+ Release: release:2025-05-12[] (`v0.3.2457` )
8+
9+ == New Features
10+
11+ * pr:19740[] add assist to unwrap a type into its single generic argument.
12+
13+ == Fixes
14+
15+ * pr:19751[] (first contribution) support `CARGO_MANIFEST_PATH`.
16+ * pr:19763[] complete parentheses and method call arguments if the next line starts with a tuple.
17+ * pr:19742[] fix incorrect handling of unresolved non-module imports in name resolution.
18+ * pr:19746[] fix proc-macro API creating malformed negative literals.
19+ * pr:19747[] fix `move_bounds` assists with lifetimes.
20+ * pr:19434[] support negative numbers in `concat!`.
21+ * pr:19764[] don't deref twice in postfix snippets.
22+ * pr:19738[] fix panic on `<T as Tr>` without an associated type.
23+ * pr:19507[] fix path resolution in outer doc comments.
24+
25+ == Internal Improvements
26+
27+ * pr:19721[] handle parallelism better in cache priming.
28+ * pr:19707[] de-`Arc` defmap queries.
29+ * pr:19750[] remove unnecessary token length check for macros in renaming.
30+ * pr:19749[] remove unnecessary `AsAny` trait.
31+ * pr:19772[] make diagnostics experimental by default.
32+ * pr:19748[] direct users to discussions instead of issues for questions.
You can’t perform that action at this time.
0 commit comments