rust-analyzer/crates
Ali Bektas 9bd9a17ce5 Add a new config to allow renaming of non-local items
With #15656 we started disallowing renaming of non-local items.
Although this makes sense there are some false positives that
impacted users' workflows. So this config aims to mitigate this
by giving users the liberty to disable this feature.
2024-01-18 00:26:22 +01:00
..
base-db internal: Add unstable config for loading the sysroot sources via cargo metadata 2024-01-15 09:59:32 +01:00
cfg Merge commit '426d2842c1f0e5cc5e34bb37c7ac3ee0945f9746' into sync-from-ra2 2024-01-03 11:35:07 +02:00
flycheck Merge commit '426d2842c1f0e5cc5e34bb37c7ac3ee0945f9746' into sync-from-ra2 2024-01-03 11:35:07 +02:00
hir feat: Show notable trait impls on hover 2024-01-16 19:17:33 +01:00
hir-def feat: Show notable trait impls on hover 2024-01-16 19:17:33 +01:00
hir-expand Eagerly lower enum variants in CrateDefMap construction 2024-01-15 10:24:14 +01:00
hir-ty fix: Make value_ty query fallible 2024-01-16 12:09:40 +01:00
ide Add a new config to allow renaming of non-local items 2024-01-18 00:26:22 +01:00
ide-assists Auto merge of #16378 - roife:fix/issue-15470, r=Veykril 2024-01-17 08:43:13 +00:00
ide-completion add tests to verify relevance of notable traits and some refactors 2024-01-10 16:30:22 +05:30
ide-db Add a new config to allow renaming of non-local items 2024-01-18 00:26:22 +01:00
ide-diagnostics Add a new config to allow renaming of non-local items 2024-01-18 00:26:22 +01:00
ide-ssr Merge commit '426d2842c1f0e5cc5e34bb37c7ac3ee0945f9746' into sync-from-ra2 2024-01-03 11:35:07 +02:00
intern Merge commit '426d2842c1f0e5cc5e34bb37c7ac3ee0945f9746' into sync-from-ra2 2024-01-03 11:35:07 +02:00
limit Merge commit '426d2842c1f0e5cc5e34bb37c7ac3ee0945f9746' into sync-from-ra2 2024-01-03 11:35:07 +02:00
load-cargo fix: Fix progress reporting getting stuck 2024-01-17 13:23:00 +01:00
mbe Set the in-rust-tree` feature for all rust-analyzer{-proc-macro-srv} steps 2024-01-04 11:02:20 +01:00
parser Fix test 2024-01-17 12:49:58 +01:00
paths Merge commit '426d2842c1f0e5cc5e34bb37c7ac3ee0945f9746' into sync-from-ra2 2024-01-03 11:35:07 +02:00
proc-macro-api Auto merge of #16312 - Veykril:win-proc-macro-srv, r=Veykril 2024-01-09 10:12:57 +00:00
proc-macro-srv Remove sysroot-abi feature flag from proc-macro-test 2024-01-10 09:53:12 +01:00
proc-macro-srv-cli Recognize proc macro server unexpectedly exiting and report the exit code 2024-01-09 10:37:26 +01:00
profile Merge commit '426d2842c1f0e5cc5e34bb37c7ac3ee0945f9746' into sync-from-ra2 2024-01-03 11:35:07 +02:00
project-model Auto merge of #15868 - wasd96040501:fix/symlink2, r=Veykril 2024-01-16 09:23:54 +00:00
rust-analyzer Add a new config to allow renaming of non-local items 2024-01-18 00:26:22 +01:00
sourcegen Merge commit '426d2842c1f0e5cc5e34bb37c7ac3ee0945f9746' into sync-from-ra2 2024-01-03 11:35:07 +02:00
span Impl fmt::Display for Span 2024-01-16 10:46:09 +01:00
stdx move is_upper_snake_case to stdx 2024-01-16 13:37:22 +03:00
syntax Auto merge of #16378 - roife:fix/issue-15470, r=Veykril 2024-01-17 08:43:13 +00:00
test-fixture Merge commit '426d2842c1f0e5cc5e34bb37c7ac3ee0945f9746' into sync-from-ra2 2024-01-03 11:35:07 +02:00
test-utils feat: Show notable trait impls on hover 2024-01-16 19:17:33 +01:00
text-edit Merge commit '426d2842c1f0e5cc5e34bb37c7ac3ee0945f9746' into sync-from-ra2 2024-01-03 11:35:07 +02:00
toolchain Merge commit '426d2842c1f0e5cc5e34bb37c7ac3ee0945f9746' into sync-from-ra2 2024-01-03 11:35:07 +02:00
tt Merge commit '426d2842c1f0e5cc5e34bb37c7ac3ee0945f9746' into sync-from-ra2 2024-01-03 11:35:07 +02:00
vfs fix: Fix progress reporting getting stuck 2024-01-17 13:23:00 +01:00
vfs-notify fix: Fix progress reporting getting stuck 2024-01-17 13:23:00 +01:00