-
Notifications
You must be signed in to change notification settings - Fork 1.8k
rust-analyzer.toml tracking #16254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
rust-analyzer.toml tracking #16254
Changes from 5 commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
b09dbcb
Assume everything is global for now
alibektas 451a406
Declare imports_* configs as local
alibektas a7b6175
Declare joinLines_* as local
alibektas 34a255c
Compile time measures. Make a distinction between a RootConfig and a …
alibektas 259e233
Declare inlayHints_* as local
alibektas 3e17039
Declare highlightRelated_* as local
alibektas f621722
Declare hover_actions_* as local
alibektas 5c063b9
Declare completion_* as local
alibektas 45c7caa
Declare semanticHighlighting_* as local
alibektas 2bad5e7
Last commit before issuing a draft
alibektas 4196ad5
Make ConfigData Ser and TOML De
alibektas 46110f4
Remove need to specify `Option::<T>::None` etc in `config_data!`
cormacrelf fda1935
Last type annotation in config_data!
cormacrelf f77b64c
Reduce repetition in config_data! macro by splitting ConfigData into …
cormacrelf a364384
Sort the fields, so the diffs on the generated docs/schemas are smaller
cormacrelf 8835d42
Add the default snippets back, tweak the serialize output until it's …
cormacrelf 3ae48d1
serialize impl for true_or_always/false_or_never
cormacrelf 86a8438
add serialize for the de_unit_v-s
cormacrelf 48dd942
rename de_unit_v to unit_v
cormacrelf 7b0c05d
Bring the diff down to zero using BTreeMap for snippets, @from_str:
cormacrelf c474ebb
use indexmap instead of BTreeMap for deterministic snippet output
cormacrelf 172da25
rename `@from_str: ` to `@verbatim: `
cormacrelf 568ee9a
Didn't mean for indexmap to be one of "these 3 deps"
cormacrelf 33a4fe8
Merge pull request #1 from cormacrelf/adoc-diff-zero
alibektas 0039f6b
GlobalConfigInput etc
cormacrelf 9b0666e
Finish splitting *ConfigData and *ConfigInput
cormacrelf 7b4c364
Add clone_with_overrides
cormacrelf 10c1db6
Compact Debug implementation for *ConfigInput
cormacrelf 7c5f33c
ConfigTree
cormacrelf 9c506a9
Start building the tree construction
cormacrelf c442ea1
Store empty input as None
cormacrelf 18ff646
config tree gets a tree shape
cormacrelf 47c7d45
Make the client config override everything
cormacrelf 69bdf4a
Add failing test for the xdg config being inherited
cormacrelf ab0149d
fix config invalidation
cormacrelf 851b970
Avoid recomputing the client-config-mixed configs
cormacrelf 77e61f7
Better test for config tree
cormacrelf 9d8cff2
rename read_config to local_config
cormacrelf ce341dc
delete ConfigParentChange
cormacrelf 09a3888
use salsa for the config tree
cormacrelf 359bf1d
Delte unused vfs method, document set_file_id_contents
cormacrelf f1cff1e
Add a test that generates a tree from running path.ancestors() on the…
cormacrelf 575ebbc
Add ancestors method to AbsPath
cormacrelf cc8dce5
Make the public api just "here's a list of source roots and a project…
cormacrelf cbbfa37
Simplify test code
cormacrelf ddbdecf
Merge pull request #2 from cormacrelf/apply_input
alibektas fb1149e
Another test where the source roots are changed
cormacrelf f253aa4
Test changing project root
cormacrelf 4074803
add failing test
cormacrelf 6906ae9
And fix it
cormacrelf c246135
Fix comment in test
cormacrelf bf1419a
Make AbsPath::assert work on plain string slices too
cormacrelf 8177b17
Add a failing test for irrelevant vfs changes
cormacrelf 512295c
Fix the failing test for irrelevant vfs changes
cormacrelf 35a0856
Merge pull request #3 from cormacrelf/config-tree
alibektas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.