Changelog #185
This release adds an assist to inline constants, and gives rustfmt its own thread, improving latency during high loads. It also improves documentation rendering in signature help, and makes assists handle lifetimes better.
https://t.co/CH4VH4zENp
Changelog #184
This release adds tuple signature help, and niche information on hover. It also speeds up MIR interpretation, improves const eval and thread prioritization.
https://t.co/fLeVouMOFp
Changelog #183
This release adds #[doc(alias)] symbol search, Markdown highlighting in Code and a diagnostic for usages of `_` in expressions, fixes some inference regressions and sets up thread QoS for big.LITTLE CPUs.
https://t.co/HxGmX89QmX
Changelog #182
This week has #[doc(alias)] method completions, closure capture and signature info on hover, associated trait item highlighting, a diagnostic for moving out of a reference, enum variant layout support, C string literals and MIR episode 5.
https://t.co/oP9LiQYkSH
Changelog #181
This release adds closure capture hints and fixes some long-standing bugs related to macro resolution.
Unfortunately, the update is not available on the Code marketplaces, but you can install the VSIX instead.
https://t.co/TtteSelbTA
Changelog #180
This release adds a dependency tree panel to Code, improves MIR support, adds highlighting for captured variables when the caret is on move, and emits function bodies when expanding built-in derives.
https://t.co/aiwp7WCPX1
Changelog #179
This release adds closure hover with capture info, more #[doc(alias)] completions and should improve memory usage with Code workspaces. It also avoid spurious rebuilds when working on rustc on Windows.
https://t.co/nWP3z9Re91
Changelog #178
This release fixes resolution of $crate in derive paths, reduces the Sort items assist range, makes Go to definition see through include! on structs with doc-comments, and fixes channel detection for unstable item completion filtering.
https://t.co/lNw4QVNMsW
Changelog #177
This release makes Go to def work on include!ed files, allows type inlay hints to be insertable on double-click, fixes some type inference bugs, the crate graph view, and really fixes that project linking pop-up.
https://t.co/yCLeNs5u2n
Changelog #176
This release adds support for #[doc(alias)] completions and char literal highlighting, fixes a buggy pop-up, and improves the desugaring of async fn. It also drops support for non-sysroot (pre-1.64) proc macro expanders.
https://t.co/XH6jPd5dqU
Changelog #175
This release adds a prompt to add a project to linkedProjects, fixes environment passing to runnables, and improves async function type inference and lookup of traits implemented in ancestor blocks.
https://t.co/p1nk8QtICJ
Changelog #174
This release makes proc-macro loading asynchronous, implements more MIR operations and slightly improves memory usage.
https://t.co/damTyM4TV0
Changelog #173
This release brings a quick fix to insert `unsafe`, improves match pattern completion, adds signature help for struct patterns and fixes type inference for futures.
https://t.co/vXn9e9nBnK
Changelog #172
This release improves and marks the new diagnostics from last week as experimental because they have too many false positives. It also adds a "needs mut" one, silences some load errors and fixes proc macro loading in rustc_private crates.
https://t.co/h2Q8f4M9tp
Changelog #171
This release adds diagnostics for invalid breaks with values, improves "Generate method" and "Remove dbg!", and introduces a MIR, which will be used in future diagnostics and constant evaluation.
https://t.co/ujbGlImyTq
Changelog #170
This release improves the toolchain detection to handle CARGO_HOME and exposes the "Open Docs" command in the context menu.
https://t.co/Foy4oIYxrY
Changelog #169
This release works around an Emacs lsp-mode bug with Supplementary Plane characters, makes macro expansion more resilient and fixes renaming of modules with an r# prefix.
And GitHub Discussions are now enabled, too!
https://t.co/2Pq3xZRQMU
Changelog #168
This release brings an unsafe postfix completion, an assist to add braces and Windows x86 binaries. It also fixes an old float parsing issue, adds spaces to inlined macros and hides a confusing error on startup.
https://t.co/VHhtmc7tWv
Changelog #167
This release adds generic function support to the corresponding assist, improves "Match to let-else" and fixes a bug related to completion inside macro calls. It also drops support for the Rust 1.58-1.62 proc macro ABI.
https://t.co/mhLPQYSuNK