|
| 1 | += Changelog #273 |
| 2 | +:sectanchors: |
| 3 | +:experimental: |
| 4 | +:page-layout: post |
| 5 | + |
| 6 | +Commit: commit:84b6936e0856d0cac8d616c5ba3306155d8b3b1d[] + |
| 7 | +Release: release:2025-02-17[] (`v0.3.2308`) |
| 8 | + |
| 9 | +== Fixes |
| 10 | + |
| 11 | +* pr:19088[] (first contribution) fix resolution with modules that shadow built-in types. |
| 12 | +* pr:19117[], pr:19144[] (first contribution) don't emit implicit drop inlay hints in macro calls. |
| 13 | +* pr:19137[] (first contribution) highlight `extern crate` in doc comments. |
| 14 | +* pr:19156[] (first contribution) mark `~/.cargo/git/checkouts` as read-only. |
| 15 | +* pr:19129[] fix postfix completions in macro calls. |
| 16 | +* pr:19148[], pr:19160[] improve error recovery when calling a field or associated function. |
| 17 | +* pr:19125[] censor `#[cfg_attr]` for attribute macros. |
| 18 | +* pr:19124[] fix off-by-one error in range formatting. |
| 19 | +* pr:18998[] make `rust-analyzer.files.excludeDirs` actually work. |
| 20 | +* pr:19111[] apply adjustments to proper expression in `CoerceMany`. |
| 21 | +* pr:19109[] do not show safety hints for extern items lacking semantics. |
| 22 | +* pr:18928[] handle character boundaries in import search. |
| 23 | +* pr:18995[] lower range pattern bounds to expressions. |
| 24 | +* pr:19143[] propagate error types in MIR type projections. |
| 25 | + |
| 26 | +== Internal Improvements |
| 27 | + |
| 28 | +* pr:19110[] (first contribution) `panic_context`. |
| 29 | +* pr:19142[] spawn toolchain querying processes in parallel. |
| 30 | +* pr:19155[] migrate `add_missing_match_arms` to `SyntaxFactory`. |
| 31 | +* pr:19163[] stabilize sort order of `related_tests`. |
| 32 | +* pr:19161[], pr:19166[] improve sort order of runnables. |
| 33 | +* pr:19159[] set `RUSTUP_TOOLCHAIN` when loading sysroot workspace. |
| 34 | +* pr:19150[] apply `cfg.setTest` to `rust-project.json`. |
0 commit comments