|
| 1 | += Changelog #275 |
| 2 | +:sectanchors: |
| 3 | +:experimental: |
| 4 | +:page-layout: post |
| 5 | + |
| 6 | +Commit: commit:81ff38f53b9a14ac608feb30b21ed42a41d016c6[] + |
| 7 | +Release: release:2025-03-03[] (`v0.3.2328`) |
| 8 | + |
| 9 | +== Announcement |
| 10 | + |
| 11 | +The x86-64, AArch64 and ARM Linux binaries now target GLIBC 2.28, and will keep doing so for the foreseeable future, which might be until June 2029. |
| 12 | + |
| 13 | +== New Features |
| 14 | + |
| 15 | +* pr:18987[] calculate drop glue and show it on hover. |
| 16 | +* pr:19259[] add "flip or-pattern" assist. |
| 17 | +* pr:19230[] set up Zig on CI and start using it in rust-analyzer. |
| 18 | + |
| 19 | +== Fixes |
| 20 | + |
| 21 | +* pr:19197[] (first contribution) update `insta` inline snapshot using `cargo insta` when clicking 'Update Test' runnable. |
| 22 | +* pr:19246[] (first contribution) add anchor for intra-doc links to associated items. |
| 23 | +* pr:19266[] (first contribution) add `identifier` to pull diagnostic LSP capabilities. |
| 24 | +* pr:19211[] include private items in completions for local crates. |
| 25 | +* pr:19223[] support target features implications in `target_feature` 1.1. |
| 26 | +* pr:19204[] allow `package/feature` format for features. |
| 27 | +* pr:19241[] map crate ids for proc macros in sysroot crate graph construction. |
| 28 | +* pr:19249[] avoid unnecessary parantheses in prefix adjustment hints. |
| 29 | +* pr:19250[] use precedence calculation for parentheses in `inline_local_variable`. |
| 30 | +* pr:19221[] add tab stop to impl body in `generate_trait_impl`. |
| 31 | + |
| 32 | +== Internal Improvements |
| 33 | + |
| 34 | +* pr:19239[] (first contribution) configure out performance counters on `ohos` to fix compilation. |
| 35 | +* pr:19096[] allow rust-project.json to specify sysroot workspace. |
| 36 | +* pr:19225[] migrate `remove_mut`, `remove_parantheses` and `remove_unused_param` to `SyntaxEditor`. |
| 37 | +* pr:19171[] migrate `apply_demorgan` to `SyntaxEditor`. |
| 38 | +* pr:19253[] migrate `convert_bool_then` to `SyntaxEditor`. |
| 39 | +* pr:19251[] remove syntax editing from parenthesis computation. |
| 40 | +* pr:19257[] clean up syntax highlighting. |
| 41 | +* pr:19219[] vendor `always-assert` into `stdx`. |
| 42 | +* pr:19237[] enable doctests. |
| 43 | +* pr:19218[] make release builds from source non-incremental. |
| 44 | +* pr:19194[] bump VS Code extension deps. |
0 commit comments