rust/crates
bors b67606c4e2 Auto merge of #15529 - SomeoneToIgnore:less-inlay-hint-refreshes, r=Veykril
Do not send inlay hint refresh requests on file edits

See https://github.com/rust-lang/rust-analyzer/issues/13369#issuecomment-1695306870

Editor itself is able to invalidate hints after edits, and /refresh was sent after editor reports changes to the language server. This forces the editor to either query & invalidate the hints twice after every edit, or wait for /refresh to come before querying the hints.

Both options are rather useless, so instead, send a request on server startup only: client editors do not know when the server actually starts up, this will help to query the initial hints after editor was open and the server was still starting up.
2023-09-08 10:35:23 +00:00
..
base-db Merge commit '9b3d03408c66749d56466bb09baf2a7177deb6ce' into sync-from-ra 2023-08-21 12:44:09 +03:00
cfg Merge commit '37f84c101bca43b11027f30ab0c2852f9325bc3d' into sync-from-ra 2023-07-17 16:49:15 +03:00
flycheck Format the existing command in logging 2023-08-15 16:07:06 -07:00
hir Simplify 2023-09-02 17:12:57 +02:00
hir-def Replace format-args parser with upstream fork 2023-09-07 11:37:59 +02:00
hir-expand Emit builtin#format_args in builtin format_args expander 2023-09-06 18:08:20 +02:00
hir-ty Auto merge of #15575 - HKalbasi:mir, r=HKalbasi 2023-09-08 09:28:46 +00:00
ide Auto merge of #15532 - SomeoneToIgnore:more-brackets-on-type-formatting, r=Veykril 2023-09-06 20:32:04 +00:00
ide-assists Auto merge of #15524 - vsrs:bind_unused_param, r=Veykril 2023-09-08 09:12:31 +00:00
ide-completion Emit builtin#format_args in builtin format_args expander 2023-09-06 18:08:20 +02:00
ide-db Emit builtin#format_args in builtin format_args expander 2023-09-06 18:08:20 +02:00
ide-diagnostics Fix ide-diagnostics test fixture 2023-09-06 18:31:16 +02:00
ide-ssr Merge commit '9b3d03408c66749d56466bb09baf2a7177deb6ce' into sync-from-ra 2023-08-21 12:44:09 +03:00
intern Less once_cell more std 2023-09-01 17:30:59 +02:00
limit Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-ra 2023-06-05 12:04:23 +03:00
load-cargo Merge commit '37f84c101bca43b11027f30ab0c2852f9325bc3d' into sync-from-ra 2023-07-17 16:49:15 +03:00
mbe Merge commit '9b3d03408c66749d56466bb09baf2a7177deb6ce' into sync-from-ra 2023-08-21 12:44:09 +03:00
parser Fix ide-diagnostics test fixture 2023-09-06 18:31:16 +02:00
paths Merge commit '37f84c101bca43b11027f30ab0c2852f9325bc3d' into sync-from-ra 2023-07-17 16:49:15 +03:00
proc-macro-api Upgrade Object and related deps 2023-08-14 23:05:45 +08:00
proc-macro-srv Upgrade Object and related deps 2023-08-14 23:05:45 +08:00
proc-macro-srv-cli Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-ra 2023-06-05 12:04:23 +03:00
proc-macro-test proc-macro-test: Pass target to cargo invocation 2023-08-02 17:57:13 -07:00
profile Merge commit '9b3d03408c66749d56466bb09baf2a7177deb6ce' into sync-from-ra 2023-08-21 12:44:09 +03:00
project-model Use cargo name as the CARGO_CRATE_NAME instead of package name 2023-09-08 01:41:00 +02:00
rust-analyzer Auto merge of #15529 - SomeoneToIgnore:less-inlay-hint-refreshes, r=Veykril 2023-09-08 10:35:23 +00:00
sourcegen Merge commit '37f84c101bca43b11027f30ab0c2852f9325bc3d' into sync-from-ra 2023-07-17 16:49:15 +03:00
stdx Merge commit '37f84c101bca43b11027f30ab0c2852f9325bc3d' into sync-from-ra 2023-07-17 16:49:15 +03:00
syntax Implement builtin#format_args, using rustc's format_args parser 2023-09-05 19:19:46 +02:00
test-utils Emit builtin#format_args in builtin format_args expander 2023-09-06 18:08:20 +02:00
text-edit Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-ra 2023-06-05 12:04:23 +03:00
toolchain
tt Merge commit 'baee6b338b0ea076cd7a9f18d47f175dd2ba0e5d' into sync-from-ra 2023-08-07 12:03:15 +03:00
vfs Merge commit '37f84c101bca43b11027f30ab0c2852f9325bc3d' into sync-from-ra 2023-07-17 16:49:15 +03:00
vfs-notify Update notify to 6.1.1 2023-09-04 18:00:12 +02:00