rust/crates
bors 7ef7f442fc Auto merge of #16913 - Veykril:client-watched-files, r=Veykril
fix: Some file watching related vfs fixes

Fixes https://github.com/rust-lang/rust-analyzer/issues/15554, additionally it seems that client side file watching was broken on windows this entire time, this PR switches `DidChangeWatchedFilesRegistrationOptions` to use relative glob patterns which do work on windows in VSCode.
2024-03-21 20:29:02 +00:00
..
base-db internal: Remove span trait 2024-03-21 20:08:30 +01:00
cfg Review Updates and added tests. 2024-03-11 11:05:59 -04:00
flycheck internal: Enforce utf8 paths 2024-03-19 15:39:00 +01:00
hir Auto merge of #16835 - wyatt-herkamp:use_one_tt_for_a_derive, r=Veykril 2024-03-21 18:04:38 +00:00
hir-def Auto merge of #16835 - wyatt-herkamp:use_one_tt_for_a_derive, r=Veykril 2024-03-21 18:04:38 +00:00
hir-expand Auto merge of #16835 - wyatt-herkamp:use_one_tt_for_a_derive, r=Veykril 2024-03-21 18:04:38 +00:00
hir-ty Move Edition into span crate 2024-03-21 10:21:44 +01:00
ide Keep the span for Attr::Literal 2024-03-21 10:28:25 +01:00
ide-assists fix: typo 2024-03-15 21:14:17 +08:00
ide-completion Keep the span for Attr::Literal 2024-03-21 10:28:25 +01:00
ide-db Split SymbolKind::Function into Function and Method 2024-03-17 11:07:22 +01:00
ide-diagnostics Make use of ThinArc in RawAttrs 2024-03-21 11:49:09 +01:00
ide-ssr internal: Improve rooted upmapping 2024-03-12 13:46:58 +01:00
intern
limit
load-cargo internal: Enforce utf8 paths 2024-03-19 15:39:00 +01:00
mbe internal: Remove span trait 2024-03-21 20:08:30 +01:00
parser fix: Improve error recovery for match arms 2024-03-19 10:55:47 +01:00
paths internal: Enforce utf8 paths 2024-03-19 15:39:00 +01:00
proc-macro-api internal: Remove span trait 2024-03-21 20:08:30 +01:00
proc-macro-srv internal: Remove span trait 2024-03-21 20:08:30 +01:00
proc-macro-srv-cli
profile Merge commit '574e23ec508064613783cba3d1833a95fd9a5080' into sync-from-ra 2024-03-10 08:47:38 +02:00
project-model fix: Fix projects depending on rustc_private hanging 2024-03-21 16:55:42 +01:00
rust-analyzer Use relative glob patterns in DidChangeWatchedFilesRegistrationOptions 2024-03-21 21:27:34 +01:00
salsa Merge commit '574e23ec508064613783cba3d1833a95fd9a5080' into sync-from-ra 2024-03-10 08:47:38 +02:00
sourcegen
span Move Edition into span crate 2024-03-21 10:21:44 +01:00
stdx Remove dead test code 2024-03-14 16:24:51 +01:00
syntax internal: Move grammar codegen into xtask 2024-03-19 10:57:53 +01:00
test-fixture Move Edition into span crate 2024-03-21 10:21:44 +01:00
test-utils
text-edit
toolchain internal: Enforce utf8 paths 2024-03-19 15:39:00 +01:00
tt internal: Remove span trait 2024-03-21 20:08:30 +01:00
vfs fix: Some file watching related vfs fixes 2024-03-21 21:22:19 +01:00
vfs-notify fix: Some file watching related vfs fixes 2024-03-21 21:22:19 +01:00