|
| 1 | += Changelog #244 |
| 2 | +:sectanchors: |
| 3 | +:experimental: |
| 4 | +:page-layout: post |
| 5 | + |
| 6 | +Commit: commit:fd74511f34ae6c165466543cc6e55ea60e7365af[] + |
| 7 | +Release: release:2024-07-29[] (`v0.3.2053`) |
| 8 | + |
| 9 | +== New Features |
| 10 | + |
| 11 | +* pr:17542[] Support "Go to definition" and "Find all references" on control flow keywords. |
| 12 | +* pr:17676[] add preliminary support for the `+ use<..>` `precise_capturing` syntax. |
| 13 | + |
| 14 | +== Fixes |
| 15 | + |
| 16 | +* pr:17511[] (first contribution) fix trait solving with `Deref` as a supertrait. |
| 17 | +* pr:17472[] (first contribution) filter run unit tests by crate when running them. |
| 18 | +* pr:17660[] fix again the path resolution for included submodules. |
| 19 | +* pr:17706[] fix ``include!``s with `expr` fragment inputs. |
| 20 | +* pr:17586[] allow macro expansions into `RestPat` in tuple args. |
| 21 | +* pr:17697[] support the new `cargo config get env` format. |
| 22 | +* pr:17709[] fix hover links. |
| 23 | +* pr:17713[] fix panic on unresolved index fields. |
| 24 | +* pr:17720[] flip the naming of the doc-comment to comment assist. |
| 25 | + |
| 26 | +== Internal Improvements |
| 27 | + |
| 28 | +* pr:17675[] (first contribution) remove the `lens.forceCustomCommands` config. |
| 29 | +* pr:17670[] enable LRU for the `body_with_source_map` query. |
| 30 | +* pr:17671[] shrink `Binding`. |
| 31 | +* pr:17695[] shrink `TypeRef` by 8 bytes. |
| 32 | +* pr:17693[] remove params and fields from `AstIdMap`. |
| 33 | +* pr:17668[] remove incorrect `never!` invocations for `async` functions. |
| 34 | +* pr:17647[] rename internal rust-analyzer commands. |
| 35 | +* pr:17698[] remove unused `trace` module. |
| 36 | +* pr:17690[] fix and enable `unsafe_op_in_unsafe_fn`. |
| 37 | +* pr:17483[] improve `rust-analyzer.toml` error reporting. |
| 38 | +* pr:17667[] use the rustup `rust-analyzer` component when `rust-toolchain.toml` exists. |
| 39 | +* pr:17610[] add `Impl::all_in_module(…)` for more localized querying. |
| 40 | +* pr:17674[] add version and config to the `Status` command. |
| 41 | +* pr:17395[] remove `UnindexedProject` notification. |
| 42 | + |
| 43 | +== Others |
| 44 | + |
0 commit comments