rust/crates
bors 1179c3ee83 Auto merge of #16639 - alibektas:13529/config_restruct, r=Veykril
internal : redesign rust-analyzer::config

This PR aims to cover the infrastructural requirements for the `rust-analyzer.toml` ( #13529 ) issue. This means, that

1. We no longer have a single config base. The once single `ConfigData` has been divided into 4 : A tree of `.ratoml` files, a set of configs coming from the client ( this is what was called before the `CrateData` except that now values do not default to anything when they are not defined) , a set of configs that will reflect what the contents of a `ratoml` file defined in user's config directory ( e.g `~/.config/rust-analyzer/.rust-analyzer.toml` and finally a tree root that is populated by default values only.
2. Configs have also been divided into 3 different blocks : `global` , `local` , `client`. The current status of a config may change until #13529 got merged.

Once again many thanks to `@cormacrelf` for doing all the serde work.
2024-04-16 07:52:07 +00:00
..
base-db Auto merge of #16639 - alibektas:13529/config_restruct, r=Veykril 2024-04-16 07:52:07 +00:00
cfg internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
flycheck Run cargo test per workspace in the test explorer 2024-04-13 06:22:58 +03:30
hir Generally optimize diagnostics performance 2024-04-15 22:15:41 +02:00
hir-def Generally optimize diagnostics performance 2024-04-15 22:15:41 +02:00
hir-expand internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
hir-ty Generally optimize diagnostics performance 2024-04-15 22:15:41 +02:00
ide Auto merge of #16639 - alibektas:13529/config_restruct, r=Veykril 2024-04-16 07:52:07 +00:00
ide-assists Auto merge of #17037 - davidsemakula:token-set-collisions, r=Veykril 2024-04-16 07:00:12 +00:00
ide-completion Revert "Auto merge of #17073 - roife:better-inline-preview, r=Veykril" 2024-04-15 18:24:15 -04:00
ide-db fix: Fix impl Trait<Self> causing stackoverflows 2024-04-15 15:41:20 +02:00
ide-diagnostics Generally optimize diagnostics performance 2024-04-15 22:15:41 +02:00
ide-ssr internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
intern Fix new clippy lints 2024-04-01 17:55:56 +02:00
limit Simplify 2024-04-06 13:12:07 +02:00
load-cargo
mbe internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
parser internal: simplify TokenSet implementation 2024-04-15 17:33:09 +03:00
paths
proc-macro-api Consider ADT generic parameter defaults for unsubstituted layout calculations 2024-04-03 09:01:27 +02:00
proc-macro-srv
proc-macro-srv-cli
profile
project-model Make ConfigData Ser and TOML De 2024-04-15 14:14:23 +02:00
rust-analyzer Auto merge of #16639 - alibektas:13529/config_restruct, r=Veykril 2024-04-16 07:52:07 +00:00
salsa Fix new clippy lints 2024-04-01 17:55:56 +02:00
sourcegen Fix new clippy lints 2024-04-01 17:55:56 +02:00
span Deduplicate Edition enum 2024-04-14 15:29:01 +02:00
stdx
syntax internal: Thread edition through to parsing/tt-to-syntax-tree routines for macros 2024-04-14 16:02:38 +02:00
test-fixture Use Edition::CURRENT 2024-04-14 15:30:29 +02:00
test-utils Fix new clippy lints 2024-04-01 17:55:56 +02:00
text-edit
toolchain
tt
vfs [vfs] Don't confuse paths with source roots that have the same prefix 2024-04-08 15:48:04 -07:00
vfs-notify