-
-
Notifications
You must be signed in to change notification settings - Fork 2
refactor(elaborator): identify every declaration by DefId
#1892
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
Merged
Changes from 16 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
98935b8
feat(defs): identify `impl` blocks and their methods
claude 9745fae
refactor(elaborator): key the impl index by `DefId`
claude 5d48d18
refactor(elaborator): key every method and trait signature by `DefId`
claude 43e3c88
fix(elaborator): resolve a bare call from its own reference site
claude 7cce36b
refactor(elaborator): key every free-function signature by `DefId`
claude a3d661d
refactor(elaborator): name the `impl` block a dispatch was recorded a…
claude 6de4d18
fix(elaborator): name a generic impl's target at its own header site
claude 26e8ffb
fix(elaborator): answer a call from its site before reaching for a name
claude 8c8f7cf
refactor(elaborator): ask the declaration table once per question
claude ed1b220
docs(compiler): name the phases `elaborate` actually runs
claude 15a6c44
refactor(elaborator): reach the declaration table through the walker
claude de855ad
docs(wep): record what the impl index carrying `DefId`s changed
claude 063dd9a
refactor(elaborator): ask an impl header once whether it is concrete
claude 3916000
docs(wep): state what closing the local-`impl` gap takes
claude 773dd6f
merge origin/main (conflicts unresolved)
claude 0d2727b
resolve merge conflicts
claude 3d7d6c8
chore: tidy
wado-bot[bot] 2a53f7f
fix(elaborator): key a static call's impl lookup on the receiver's de…
claude 5980bd8
Merge remote-tracking branch 'origin/claude/elaborator-architecture-r…
claude d798f16
test: golden WIR for the cross-module conversion fixture
claude b59a14c
merge origin/main (conflicts unresolved)
claude f142ffd
resolve merge conflicts
claude 70379b7
fix(elaborator): key static-dispatch metadata by the resolved receiver
claude a62c723
chore: tidy
wado-bot[bot] d18175d
fix(elaborator): un-alias an impl header's head before matching a rec…
claude f1233aa
test: golden WIR for the aliased impl head fixture
claude dcea3bd
fix(elaborator): keep an impl header's binder head unaliased
claude 0870af9
refactor(elaborator): one receiver-key derivation for static lookups
claude 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
Oops, something went wrong.
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.