-
Notifications
You must be signed in to change notification settings - Fork 385
feat: primitive types are no longer keywords #8470
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
46 commits
Select commit
Hold shift + click to select a range
dfa3f03
feat: Field is no longer a keyword
asterite 5654287
CtString is no longer a keyword
asterite b96364c
Removed the "char" keyword
asterite 02239c9
Remove the "EnumDefinition" keyword
asterite 07d9d4f
bool is no longer a keyword
asterite ef93b1a
Expr is no longer a keyword
asterite d03424d
FunctionDefinition is no longer a keyword
asterite a0cdabb
Module is no longer a keyword
asterite dec2b59
Quoted is no longer a keyword
asterite 6e77569
Remove the StructDefinition keyword
asterite 8f7a313
Remove the TopLevelItem keyword
asterite e68fc19
TraitConstraint is no longer a keyword
asterite 15001a2
TraitDefinition is no longer a keyword
asterite aa62c3f
TraitImpl is no longer a keyword
asterite fa2b109
TypeDefinition is no longer a keyword
asterite 33cacf8
TypedExpr is no longer a keyword
asterite b5c484a
Type is no longer a keyword
asterite d869927
UnresolvedType is no longer a keyword
asterite 07e6932
i32, i8, u8, etc., are no longer keywords
asterite b4011ba
clippy
asterite e17c0a1
Remove UnresolvedDataType::Quoted
asterite 8e42593
Disallow generic types in cast
asterite dd6efc7
Update stderr
asterite 7d01b75
Update snapshot
asterite 0d9a242
Error on generics count mismatch for primitive types
asterite 88785d3
str is no longer a keyword
asterite 79e0a1c
Check turbofish on `str` type
asterite 93619ab
fmtstr is no longer a keyword
asterite 78472fb
Error on unknown primitive method
asterite 56d1e43
Reduce code length and add comment
asterite 8285e93
Fix tests
asterite f5e6699
Extract `lookup_type_variable`
asterite e1caf2c
Refactor
asterite 06435c2
Merge branch 'master' into ab/primitive-types-are-not-keywords
asterite 9b75bde
.
6135c5e
Merge branch 'master' into ab/primitive-types-are-not-keywords
asterite 4892e3c
Merge branch 'ab/primitive-types-are-not-keywords' of github.com:noir…
asterite b3e0c3f
Merge branch 'master' into ab/primitive-types-are-not-keywords
asterite 55fd92d
Bump Aztec-Packages commit
asterite 7bfa307
Bring back `StructDefinitionDeprecated`
asterite f64b02b
Remove unused error
asterite f738b71
PrimitiveType as path lookup result
asterite b52a07a
Reduce nesting
asterite bbc40dd
Attach issues to TODOs
asterite 63c791d
Update compiler/noirc_frontend/src/elaborator/path_resolution.rs
asterite 9b71e03
Merge branch 'ab/primitive-types-are-not-keywords' of github.com:noir…
asterite 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
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.