-
Notifications
You must be signed in to change notification settings - Fork 233
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 feat: place return value witnesses directly after function arguments (noir-lang/noir#5142) fix(experimental elaborator): Fix frontend tests when `--use-elaborator` flag is specified (noir-lang/noir#5145) chore: Remove unused `new_variables` argument from `resolve_type_inner` (noir-lang/noir#5148) chore: Remove hir to ast pass (noir-lang/noir#5147) fix(experimental elaborator): Fix definition kind of globals and tuple patterns with `--use-elaborator` flag (noir-lang/noir#5139) chore: default to using bn254 in `noirc_frontend` (noir-lang/noir#5144) fix(experimental elaborator): Fix `impl Trait` when `--use-elaborator` is selected (noir-lang/noir#5138) fix: wrapping in signed division (noir-lang/noir#5134) chore(ci): don't raise MSRV issue if workflow cancelled (noir-lang/noir#5143) fix: use predicate for curve operations (noir-lang/noir#5076) fix(experimental elaborator): Fix global values used in the elaborator (noir-lang/noir#5135) fix(experimental elaborator): Clear generics after elaborating type aliases (noir-lang/noir#5136) fix(frontend): Resolve object types from method calls a single time (noir-lang/noir#5131) feat: Separate runtimes of SSA functions before inlining (noir-lang/noir#5121) chore: run all test programs in brillig as well as ACIR (noir-lang/noir#5128) END_COMMIT_OVERRIDE --------- Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com> Co-authored-by: Tom French <tom@tomfren.ch> Co-authored-by: guipublic <47281315+guipublic@users.noreply.github.com> Co-authored-by: guipublic <guipublic@gmail.com> Co-authored-by: Maddiaa0 <47148561+Maddiaa0@users.noreply.github.com>
- Loading branch information
1 parent
83dd231
commit a44b8c8
Showing
85 changed files
with
1,100 additions
and
1,031 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
f03f8aed34393f7b0f6f68a189ce6c6192f6af6e | ||
1252b5fcc7ed56bb55e95745b83be6e556805397 | ||
|
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
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.