-
Notifications
You must be signed in to change notification settings - Fork 380
fix(experimental elaborator): Fix duplicate resolve_type on self type and don't leak a trait impl's generics
#5102
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 all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
d0afc12
Add elaborator
jfecher 1c433ec
Merge branch 'master' into jf/elaborator
jfecher 225303f
More expressions
jfecher 29e67a1
Finish each expression kind
jfecher 0177c12
Merge branch 'master' into jf/elaborator
jfecher 6b30028
Add compiler flag
jfecher 7550fb8
Move expressions into their own file
jfecher 39d23dc
Merge branch 'jf/elaborator' into jf/integrate-elaborator
jfecher 2e77d87
Connect elaborator
jfecher e542d32
Code review
jfecher fd287df
Finish removing Scope
jfecher 73dc473
Merge branch 'jf/elaborator' into jf/integrate-elaborator
jfecher 9614b87
Finish functions
jfecher b44c98a
Add should_panic
jfecher 9579646
clippy
jfecher e4d5f61
Fix test
jfecher 556e6ef
Fix test
jfecher 7487b03
Elaborate impls
jfecher 82d5871
Fix yet another missed line
jfecher a3872e0
Merge branch 'jf/integrate-elaborator' into jf/elaborator-impls
jfecher 3fb05dc
Merge branch 'master' into jf/integrate-elaborator
jfecher 4fa4677
Merge branch 'jf/integrate-elaborator' into jf/elaborator-impls
jfecher e9e69f4
Resolve weird git merge
jfecher d7d91ae
Wrong arg order
jfecher e9afa1a
Merge branch 'jf/integrate-elaborator' into jf/elaborator-impls
jfecher 13564f8
Merge branch 'master' into jf/elaborator-impls
jfecher 75c6451
Code review
jfecher bbecf41
Start work on traits + types (+ globals)?
jfecher 0029558
Merge branch 'master' into jf/elaborator-types
jfecher 7a37bf3
Add globals
jfecher 464d58c
Format
jfecher ba893ae
Merge branch 'jf/elaborator-types' into jf/elaborator-globals
jfecher 397fe78
Copy over comments from dc_crate
jfecher afcf26e
Remove unneeded comment
jfecher 1f3e79b
Merge branch 'master' into jf/elaborator-globals
jfecher 8522936
Re-add accidentally removed collect_traits call
jfecher bbb7228
Fix panic in the elaborator
jfecher 1f9b6d0
Merge branch 'master' into jf/elaborator-fixes
jfecher 78e6a27
Undo unnecessary change
jfecher 3b59749
Remove more unnecessary code
jfecher bf999d9
Remove unnecessary import
jfecher 7be1561
Remove outdated assert
jfecher f48280d
Merge branch 'master' into jf/elaborator-fixes
jfecher fadc085
Fix issue with function generics
jfecher f0d249a
Clippy
jfecher 68ccf9c
Add missed field in test
jfecher aa6d581
Fix structs not recovering generics length
jfecher f519ced
Don't check return type for trait methods
jfecher 4e6490c
Fix more errors
jfecher 38f20e9
Clippy
jfecher 31e4228
fix(experimental elaborator): Avoid defining globals twice (#5103)
0fed42c
fix(experimental elaborator): Move code to declare trait impls earlie…
6267857
Merge branch 'master' into jf/elaborator-fixes4
jfecher 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
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.