Tags: u5surf/rust-analyzer
Tags
Merge rust-lang#5105 5105: Simlify with matches!() r=matklad a=Veetaha Co-authored-by: Veetaha <veetaha2@gmail.com>
Merge rust-lang#4899 4899: don't complete top level attrs inside nested attrs and add better labels r=matklad a=bnjjj close rust-lang#4890 Co-authored-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
Merge rust-lang#4889 4889: Deprecate hir::Path::from_ast r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
Merge rust-lang#4773 4773: Run|Debug hover actions. r=matklad a=vsrs  This hover actions work exactly like corresponding lenses. Co-authored-by: vsrs <vit@conrlab.com>
Merge rust-lang#4675 4675: Small refactor r=kiljacken a=Veetaha Co-authored-by: veetaha <veetaha2@gmail.com>
Merge rust-lang#4601 4601: Introduce `toggle inlay hints` vscode command r=matklad a=Veetaha Users now can assign a shortcut for this command via the general vscode keybindings ui or `keybindings.json` file <details> <summary>Demo</summary>  </details> <details> <summary>Howto assign a shortcut</summary>  </details> Closes: rust-lang#4599 Co-authored-by: veetaha <veetaha2@gmail.com>
Merge rust-lang#4497 4497: Create LowerCtx on the fly r=matklad a=edwin0cheng Previously we create `LowerCtx` at the beginning of lowering, however, the hygiene content is in fact changing between macro expression expanding. This PR change it to create the `LowerCtx` on the fly to fix above bug. However, rust-lang#4465 is not fixed by this PR, the goto-def is still not work yet. It only fixed the infer part. Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
Merge rust-lang#4419 4419: ⬆️ ra_vfs r=matklad a=matklad Fix a critical bug where \r\n line endings would accidentally sneak in after in-memory overlay removal. bors r+ 🤖 Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
Merge rust-lang#4283 4283: Support macro for trait items r=matklad a=edwin0cheng Fixed rust-lang#4039 r? @flodiebold Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com> Co-authored-by: Edwin Cheng <edwin@m-inverse.com>
Merge rust-lang#4158 4158: Clarify rust-analyzer binary install r=matklad a=zoechi Co-authored-by: Günter Zöchbauer <guenter@gzoechbauer.com>