rust/crates
Scott Mabin 9f1d4aa4b9 prioritise rustup sysroots over system ones
`get_path_for_executable` will now first check `$CARGO_HOME` before falling back to searching `$PATH`.

rustup is the recommended way to manage rust toolchains, therefore should be picked before the
system toolchain.
2024-02-24 21:19:10 +00:00
..
base-db Merge commit 'ac998a74b3c8ff4b81c3eeb9a18811d4cc76226d' into sync-from-ra 2024-02-18 09:41:20 +02:00
cfg
flycheck Merge commit 'ac998a74b3c8ff4b81c3eeb9a18811d4cc76226d' into sync-from-ra 2024-02-18 09:41:20 +02:00
hir Render assoc item owner in hover for items other than functions 2024-02-20 13:16:12 +01:00
hir-def internal: Fetch toolchain and datalayout for DetachedFiles 2024-02-20 10:40:39 +01:00
hir-expand Merge commit 'ac998a74b3c8ff4b81c3eeb9a18811d4cc76226d' into sync-from-ra 2024-02-18 09:41:20 +02:00
hir-ty remove repetitive words 2024-02-23 18:45:03 +08:00
ide Auto merge of #16606 - Veykril:hover-extern, r=Veykril 2024-02-20 13:51:47 +00:00
ide-assists internal: Fetch toolchain and datalayout for DetachedFiles 2024-02-20 10:40:39 +01:00
ide-completion internal: Fetch toolchain and datalayout for DetachedFiles 2024-02-20 10:40:39 +01:00
ide-db Remove ops_salsa_runtime_mut, replace it with direct synthetic_write API 2024-02-22 10:42:30 +01:00
ide-diagnostics internal: Attempt to add a timeout to rustc-tests 2024-02-20 18:04:53 +01:00
ide-ssr
intern
limit
load-cargo internal: Fetch toolchain and datalayout for DetachedFiles 2024-02-20 10:40:39 +01:00
mbe Merge commit 'ac998a74b3c8ff4b81c3eeb9a18811d4cc76226d' into sync-from-ra 2024-02-18 09:41:20 +02:00
parser Merge commit 'ac998a74b3c8ff4b81c3eeb9a18811d4cc76226d' into sync-from-ra 2024-02-18 09:41:20 +02:00
paths
proc-macro-api Fix rust-analyzer not enabling rust-analyzer spans on the proc-macro server 2024-02-22 22:34:03 +01:00
proc-macro-srv fix: Fix proc-macro server not accounting for string delimiters correctly 2024-02-22 22:34:03 +01:00
proc-macro-srv-cli
profile
project-model Don't build dependencies when retrieving target data layout 2024-02-20 19:16:55 -08:00
rust-analyzer feat: Add short flag -V for consistency with other rust tooling 2024-02-24 06:45:00 +00:00
salsa internal: fix deadlock introduced by #16643 2024-02-23 15:34:23 -05:00
sourcegen
span
stdx Deduplicate references to macro argument 2024-02-19 12:23:59 +01:00
syntax Merge commit 'ac998a74b3c8ff4b81c3eeb9a18811d4cc76226d' into sync-from-ra 2024-02-18 09:41:20 +02:00
test-fixture Merge commit 'ac998a74b3c8ff4b81c3eeb9a18811d4cc76226d' into sync-from-ra 2024-02-18 09:41:20 +02:00
test-utils Merge commit 'ac998a74b3c8ff4b81c3eeb9a18811d4cc76226d' into sync-from-ra 2024-02-18 09:41:20 +02:00
text-edit
toolchain prioritise rustup sysroots over system ones 2024-02-24 21:19:10 +00:00
tt Merge commit 'ac998a74b3c8ff4b81c3eeb9a18811d4cc76226d' into sync-from-ra 2024-02-18 09:41:20 +02:00
vfs
vfs-notify