rust/crates
bors 0fa822dfe1 Auto merge of #15418 - oxalica:fix/sig-from-macro, r=Veykril
Fix signature help of methods from macros

Currently the receiver type is copied from AST instead re-formatting through `HirDisplay`. Macro generated functions seem to have no spaces and their signature help are rendered like `fn foo(&'amutself)` instead of `fn foo(&'a mut self)`.
2023-08-15 06:25:13 +00:00
..
base-db Support libc::getenv in mir interpreter 2023-08-06 01:46:29 +03:30
cfg
flycheck
hir Auto merge of #15418 - oxalica:fix/sig-from-macro, r=Veykril 2023-08-15 06:25:13 +00:00
hir-def Auto merge of #15438 - Veykril:eager-parser-stuck, r=Veykril 2023-08-12 14:30:38 +00:00
hir-expand Simplify 2023-08-10 20:10:19 +02:00
hir-ty Auto merge of #15436 - Veykril:temp-alloc, r=Veykril 2023-08-12 04:38:32 +00:00
ide Auto merge of #15418 - oxalica:fix/sig-from-macro, r=Veykril 2023-08-15 06:25:13 +00:00
ide-assists Auto merge of #15433 - alibektas:deunwrap/remove_unused_imports, r=lnicola 2023-08-11 11:14:45 +00:00
ide-completion remove unicode-ident dependency 2023-08-01 18:18:12 -04:00
ide-db fix: Fix only_types config filtering out traits from world symbols 2023-08-12 06:40:49 +02:00
ide-diagnostics Add ExternCrateDecl to HIR 2023-08-02 11:52:55 +02:00
ide-ssr Prefer hir::SelfParam and fix signature help of methods from macros 2023-08-09 02:42:08 +08:00
intern
limit
load-cargo Fix publishing of load-cargo crate 2023-07-10 13:40:37 +03:00
mbe fix: Fix float parser hack creating empty NameRef tokens 2023-08-08 14:44:33 +02:00
parser Fix parser being stuck in eager macro inputs 2023-08-12 08:27:27 +02:00
paths
proc-macro-api Support reading uncompressed proc macro metadata 2023-07-17 13:30:19 +00:00
proc-macro-srv Minor refactoring 2023-07-27 16:30:57 +09:00
proc-macro-srv-cli
proc-macro-test
profile
project-model More error context when failing to invoke the rust toolchain 2023-08-09 14:09:37 +02:00
rust-analyzer Fix pinned version of lsp-types 2023-08-09 20:06:08 +02:00
sourcegen
stdx
syntax Derive block attributes from block item tree 2023-08-10 18:52:27 +02:00
test-utils Give real discriminant_type to chalk 2023-07-14 20:15:18 +03:30
text-edit
toolchain
tt Auto merge of #15367 - Veykril:eager-macro-inputs, r=Veykril 2023-08-01 11:23:02 +00:00
vfs
vfs-notify