-
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: add comptime support for `modulus_*` compiler builtins (noir-lang/noir#5530) chore: Remove unknown annotation warning (noir-lang/noir#5531) feat: Add TraitConstraint type (noir-lang/noir#5499) fix: Error on empty function bodies (noir-lang/noir#5519) feat: LSP inlay hints for let and global (noir-lang/noir#5510) chore: Remove dbg on find_func_with_name (noir-lang/noir#5526) chore: Remove the remainder of legacy code (noir-lang/noir#5525) chore: Remove `--use-legacy` and resolution code (noir-lang/noir#5248) chore: switch to Noir Keccak implementation with variable size support (noir-lang/noir#5508) chore: standardize experimental feature disclaimer across documentation (noir-lang/noir#5367) END_COMMIT_OVERRIDE --------- Co-authored-by: TomAFrench <tom@tomfren.ch>
- Loading branch information
1 parent
c2d3a94
commit c39bcdc
Showing
251 changed files
with
15,475 additions
and
6,759 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 @@ | ||
951e821a585fe7e0697291cadd4d3c3aa49fd8e4 | ||
2b4853e71859f225acc123160e87c522212b16b5 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
".": "0.31.0", | ||
"acvm-repo": "0.47.0" | ||
".": "0.32.0", | ||
"acvm-repo": "0.48.0" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.