rust/crates
bors af728741de Auto merge of #17073 - roife:better-inline-preview, r=Veykril
Better inline preview for postfix completion

Better inline preview for postfix completion, a proper implementation of c5686c8941.

Here editors may filter completion item with the text within `delete_range`, so we need to include the `receiver text` in the `lookup` (aka `FilterText` in LSP spec) for editors to find the completion item. (See https://github.com/rust-lang/rust-analyzer/issues/17036#issuecomment-2056614180, Thanks to [pascalkuthe](https://github.com/pascalkuthe))
2024-04-15 14:33:38 +00:00
..
base-db internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
cfg internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
flycheck Run cargo test per workspace in the test explorer 2024-04-13 06:22:58 +03:30
hir fix: Fix impl Trait<Self> causing stackoverflows 2024-04-15 15:41:20 +02:00
hir-def internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
hir-expand internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
hir-ty internal: Use hir_fmt_args everywhere in hir_ty::display 2024-04-15 16:17:29 +02:00
ide fix: Fix impl Trait<Self> causing stackoverflows 2024-04-15 15:41:20 +02:00
ide-assists Auto merge of #16877 - Veykril:stackoverflow, r=Veykril 2024-04-15 13:47:46 +00:00
ide-completion Auto merge of #17073 - roife:better-inline-preview, r=Veykril 2024-04-15 14:33:38 +00:00
ide-db fix: Fix impl Trait<Self> causing stackoverflows 2024-04-15 15:41:20 +02:00
ide-diagnostics fix: Fix impl Trait<Self> causing stackoverflows 2024-04-15 15:41:20 +02:00
ide-ssr internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
intern Fix new clippy lints 2024-04-01 17:55:56 +02:00
limit Simplify 2024-04-06 13:12:07 +02:00
load-cargo Rename ProcMacroKind::FuncLike to Bang 2024-03-22 11:20:56 +01:00
mbe internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
parser Use Edition::CURRENT 2024-04-14 15:30:29 +02:00
paths fix: Don't assert paths being utf8 when filtering them in the watcher 2024-03-22 08:04:50 +01:00
proc-macro-api Consider ADT generic parameter defaults for unsubstituted layout calculations 2024-04-03 09:01:27 +02:00
proc-macro-srv Rename ProcMacroKind::FuncLike to Bang 2024-03-22 11:20:56 +01:00
proc-macro-srv-cli
profile
project-model Arc CrateData::cfg_options 2024-04-06 13:55:10 +02:00
rust-analyzer internal: Remove unnecessay GlobalState::send_hint_refresh_query field 2024-04-15 11:05:09 +02:00
salsa Fix new clippy lints 2024-04-01 17:55:56 +02:00
sourcegen Fix new clippy lints 2024-04-01 17:55:56 +02:00
span Deduplicate Edition enum 2024-04-14 15:29:01 +02:00
stdx
syntax internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
test-fixture Use Edition::CURRENT 2024-04-14 15:30:29 +02:00
test-utils Fix new clippy lints 2024-04-01 17:55:56 +02:00
text-edit
toolchain
tt internal: Remove span trait 2024-03-21 20:08:30 +01:00
vfs [vfs] Don't confuse paths with source roots that have the same prefix 2024-04-08 15:48:04 -07:00
vfs-notify fix: Don't assert paths being utf8 when filtering them in the watcher 2024-03-22 08:04:50 +01:00