-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Sync rust-analyzer
, add rust-analyzer-proc-macro-srv
binary to Rustc component
#99756
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
Merged
bors
merged 40 commits into
rust-lang:master
from
fasterthanlime:ra-sync-and-pms-component
Jul 28, 2022
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
7e0bd37
fix: don't replace default members' body
lowr aeb0774
Spawn a proc-macro-srv instance per workspace
Veykril 50b27e5
Better error messages when the proc-macro-server fails to start
Veykril fb063d3
Add `ellipsis` to HIR `RecordLit`
lowr 5f3f428
Don't run slow tests in Rust CI, only RA CI
fasterthanlime 0bffdf2
Disable all source-gen tests at compile time
fasterthanlime b351e11
Move cfg attrs up to the mod definitions to disable sourcegen
fasterthanlime 20eb2dd
Small fixups
jyn514 74998e4
Fix .gitattributes for test_data
fasterthanlime 894d6a2
Auto merge of #12832 - lowr:fix/impl-default-members-no-codegen, r=Ve…
bors 64758bd
Add info whether it's assignee expr to relevant HIR `Expr` variants
lowr 805ac66
fix: consider assignee expressions in record fields exhaustiveness check
lowr ff31785
hir-def tests: sort results before comparing, since FxHashSet iterati…
fasterthanlime 537cc1e
Auto merge of #12863 - lowr:fix/missing-fields-on-destructuring-assig…
bors d8c0d88
Sort in DefMap::dump, since HashMap iteration order isn't defined
fasterthanlime 77acb5c
fix: Autocomplete for struct fields includes receiver
DorianListens 56c369d
Sort when iterating through CrateGraph
fasterthanlime 7e2b983
Auto merge of #12861 - DorianListens:dscheidt/complete-field, r=Doria…
bors dfe8449
Make macros test order-resistant
fasterthanlime 71225c3
Replace `debug_assert!` with `stdx::always!`
lowr c7788ad
Auto merge of #12868 - lowr:follow-up-on-12832, r=lnicola
bors ac86b8e
Auto merge of #12856 - Veykril:multi-proc-srv, r=Veykril
bors 0d04e63
Merge remote-tracking branch 'origin/master' into sync-from-rust-2
fasterthanlime dc94050
revert nightly rustfmt formatting that accidentally slipped in
fasterthanlime 0b1ed70
Auto merge of #12871 - fasterthanlime:sync-from-rust-2, r=Veykril
bors 5f54ec0
Add a proc-macro-srv-cli crate
fasterthanlime fba6adf
Add doc comment to pass tidy check
fasterthanlime fd1b64e
Return result directly
fasterthanlime 4364531
Name the binary 'proc-macro-srv'
fasterthanlime dadb832
Remember the difference between 'sysroot root' and 'sysroot src root'…
fasterthanlime 74a2fad
Gate and rename binary, use it if it's in the sysroot
fasterthanlime 6967751
Fix mix up in comments
fasterthanlime 2c2520f
Allow specifying sysroot OR sysroot_src
fasterthanlime 7ba94a8
Auto merge of #12858 - fasterthanlime:proc-macro-srv-bin, r=Veykril
bors 4e60db2
feat: Downmap tokens inside derive helpers
Veykril aa1491e
Record derive helper attributes, resolve them in IDE layer
Veykril ddad284
Allow name querying for derive helpers
Veykril e36a20c
Auto merge of #12864 - Veykril:derive-helpers, r=Veykril
bors 8bcd4a2
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-…
fasterthanlime 6ea7d82
Ship `rust-analyzer-proc-macro-srv` binary with dist::Rustc
fasterthanlime 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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.