rust/crates
Ali Bektas 886eaa0a7d Relaxation for crate graph mergin
Partially fixes #15656 . When a crate graph is extended which is the case when new workspaces are added to the project
the rules for deduplication were too strict. One problem that arises from this is that in certain conditions
when we see the same crate having different `CrateOrigin`s the first form would be maintained. This approach however
results in some unwanted results such as making renaming forbidden as this has been recently only made available for
local crates. The given example in #15656 can still not be resolved with this PR as that involves taking inconsistencies
between dependencies into consideration. This will be addressed in a future PR.
2023-11-23 02:15:46 +01:00
..
base-db Relaxation for crate graph mergin 2023-11-23 02:15:46 +01:00
cfg Relaxation for crate graph mergin 2023-11-23 02:15:46 +01:00
flycheck Bump cargo_metadata 2023-11-15 21:18:49 +02:00
hir Bump either 2023-11-15 13:07:36 +02:00
hir-def Remove debugging code in path resolution 2023-11-17 20:58:43 +02:00
hir-expand Auto merge of #15902 - lnicola:bump-deps, r=Veykril 2023-11-15 19:37:06 +00:00
hir-ty Auto merge of #15902 - lnicola:bump-deps, r=Veykril 2023-11-15 19:37:06 +00:00
ide Bump either 2023-11-15 13:07:36 +02:00
ide-assists Bump either 2023-11-15 13:07:36 +02:00
ide-completion Bump itertools 2023-11-15 12:53:56 +02:00
ide-db Bump memchr 2023-11-15 21:24:20 +02:00
ide-diagnostics Bump serde_json 2023-11-15 13:17:36 +02:00
ide-ssr Bump itertools 2023-11-15 12:53:56 +02:00
intern Merge commit '3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b' into sync-from-ra 2023-11-08 08:15:03 +02:00
limit
load-cargo Bump tracing 2023-11-15 13:00:32 +02:00
mbe Bump tracing 2023-11-15 13:00:32 +02:00
parser Merge commit '76633199f4316b9c659d4ec0c102774d693cd940' into sync-from-rust 2023-11-15 09:45:17 +02:00
paths
proc-macro-api Bump tracing 2023-11-15 13:00:32 +02:00
proc-macro-srv Upgrade Object and related deps 2023-08-14 23:05:45 +08:00
proc-macro-srv-cli
proc-macro-test Bump cargo_metadata 2023-11-15 21:18:49 +02:00
profile Bump libc 2023-11-16 21:48:49 +02:00
project-model Relaxation for crate graph mergin 2023-11-23 02:15:46 +01:00
rust-analyzer Relaxation for crate graph mergin 2023-11-23 02:15:46 +01:00
rustc-dependencies Bump ra-ap-rustc_index and ra-ap-rustc_abi 2023-11-15 13:42:13 +02:00
sourcegen Bump xshell 2023-11-15 21:12:18 +02:00
stdx Bump libc 2023-11-16 21:48:49 +02:00
syntax Bump rayon 2023-11-15 21:14:56 +02:00
test-utils Bump dissimilar 2023-11-15 13:34:56 +02:00
text-edit Bump itertools 2023-11-15 12:53:56 +02:00
toolchain
tt
vfs Bump indexmap 2023-11-15 13:21:34 +02:00
vfs-notify Remove outdated comment 2023-11-15 13:27:48 +02:00