-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated pull of development from the [noir](https://github.com/noir-lang/noir) programming language, a dependency of Aztec. BEGIN_COMMIT_OVERRIDE fix(mem2reg): Handle aliases in function last store cleanup and additional alias unit test (noir-lang/noir#5967) fix: let `derive(Eq)` work for empty structs (noir-lang/noir#5965) feat: add `FunctionDefinition` methods `is_unconstrained` and `set_unconstrained` (noir-lang/noir#5962) feat: LSP autocompletion for attributes (noir-lang/noir#5963) feat: `Module::add_item` (noir-lang/noir#5947) feat: Add `StructDefinition::add_generic` (noir-lang/noir#5961) feat: Add `StructDefinition::name` (noir-lang/noir#5960) fix(mem2reg): Handle aliases better when setting a known value for a load (noir-lang/noir#5959) feat: Arithmetic Generics (noir-lang/noir#5950) feat: add `FunctionDefinition::module` and `StructDefinition::module` (noir-lang/noir#5956) feat: LSP now suggests self fields and methods (noir-lang/noir#5955) END_COMMIT_OVERRIDE --------- Co-authored-by: TomAFrench <[email protected]>
- Loading branch information
1 parent
a34f353
commit 075036e
Showing
43 changed files
with
1,116 additions
and
190 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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.