rust-analyzer (@rust_analyzer) 's Twitter Profile
rust-analyzer

@rust_analyzer

Empowering language server for @rustlang.

Support at opencollective.com/rust-analyzer/

ID: 1204074674310791169

linkhttp://rust-analyzer.github.io calendar_today09-12-2019 16:26:07

435 Tweet

12,12K Takipçi

3 Takip Edilen

rust-analyzer (@rust_analyzer) 's Twitter Profile Photo

Changelog #166 This release adds signature help for struct literals, a button to open the server logs for failed requests and improves associated item search and a couple of assists. rust-analyzer.github.io/thisweek/2023/…

Changelog #166

This release adds signature help for struct literals, a button to open the server logs for failed requests and improves associated item search and a couple of assists.

rust-analyzer.github.io/thisweek/2023/…
rust-analyzer (@rust_analyzer) 's Twitter Profile Photo

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. rust-analyzer.github.io/thisweek/2023/…

rust-analyzer (@rust_analyzer) 's Twitter Profile Photo

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. rust-analyzer.github.io/thisweek/2023/…

rust-analyzer (@rust_analyzer) 's Twitter Profile Photo

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! rust-analyzer.github.io/thisweek/2023/…

rust-analyzer (@rust_analyzer) 's Twitter Profile Photo

Changelog #170 This release improves the toolchain detection to handle CARGO_HOME and exposes the "Open Docs" command in the context menu. rust-analyzer.github.io/thisweek/2023/…

rust-analyzer (@rust_analyzer) 's Twitter Profile Photo

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. rust-analyzer.github.io/thisweek/2023/…

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.

rust-analyzer.github.io/thisweek/2023/…
rust-analyzer (@rust_analyzer) 's Twitter Profile Photo

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. rust-analyzer.github.io/thisweek/2023/…

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.

rust-analyzer.github.io/thisweek/2023/…
rust-analyzer (@rust_analyzer) 's Twitter Profile Photo

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. rust-analyzer.github.io/thisweek/2023/…

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.

rust-analyzer.github.io/thisweek/2023/…
rust-analyzer (@rust_analyzer) 's Twitter Profile Photo

Changelog #174 This release makes proc-macro loading asynchronous, implements more MIR operations and slightly improves memory usage. rust-analyzer.github.io/thisweek/2023/…

rust-analyzer (@rust_analyzer) 's Twitter Profile Photo

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. rust-analyzer.github.io/thisweek/2023/…

rust-analyzer (@rust_analyzer) 's Twitter Profile Photo

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. rust-analyzer.github.io/thisweek/2023/…

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.

rust-analyzer.github.io/thisweek/2023/…
rust-analyzer (@rust_analyzer) 's Twitter Profile Photo

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. rust-analyzer.github.io/thisweek/2023/…

rust-analyzer (@rust_analyzer) 's Twitter Profile Photo

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. rust-analyzer.github.io/thisweek/2023/…

rust-analyzer (@rust_analyzer) 's Twitter Profile Photo

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. rust-analyzer.github.io/thisweek/2023/…

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.

rust-analyzer.github.io/thisweek/2023/…
rust-analyzer (@rust_analyzer) 's Twitter Profile Photo

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. rust-analyzer.github.io/thisweek/2023/…

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.

rust-analyzer.github.io/thisweek/2023/…
rust-analyzer (@rust_analyzer) 's Twitter Profile Photo

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. rust-analyzer.github.io/thisweek/2023/…

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.

rust-analyzer.github.io/thisweek/2023/…
rust-analyzer (@rust_analyzer) 's Twitter Profile Photo

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. rust-analyzer.github.io/thisweek/2023/…

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.

rust-analyzer.github.io/thisweek/2023/…
rust-analyzer (@rust_analyzer) 's Twitter Profile Photo

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. rust-analyzer.github.io/thisweek/2023/…

rust-analyzer (@rust_analyzer) 's Twitter Profile Photo

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. rust-analyzer.github.io/thisweek/2023/…

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.

rust-analyzer.github.io/thisweek/2023/…
rust-analyzer (@rust_analyzer) 's Twitter Profile Photo

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. rust-analyzer.github.io/thisweek/2023/…