-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[1 changes] fix(elaborator): Lazily elaborate globals (noir-lang/noir…
…#5191) chore: schnorr signature verification in noir (noir-lang/noir#5188) fix(experimental elaborator): Fix globals which use function calls (noir-lang/noir#5172) feat!: restrict noir word size to u32 (noir-lang/noir#5180) chore: break out helper methods for writing foreign call results (noir-lang/noir#5181) fix: Fix panic in `get_global_let_statement` (noir-lang/noir#5177) fix(elaborator): Invert unconstrained check (noir-lang/noir#5176) chore: loosen trait bounds on impls depending on `AcirField` (noir-lang/noir#5115) feat: support casting in globals (noir-lang/noir#5164) chore(experimental elaborator): Handle `comptime` expressions in the elaborator (noir-lang/noir#5169) chore: avoid manual creation of contract artifact in wasm (noir-lang/noir#5117) chore: start moving lints into a separate linting directory (noir-lang/noir#5165) chore: move acir docs to code declaration (noir-lang/noir#5040) feat!: separate proving from `noir_js` (noir-lang/noir#5072)
- Loading branch information
Showing
299 changed files
with
30,913 additions
and
4,663 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 @@ | ||
e4eb5f539f377fd3c2e1a874707ffce62a5bc10a | ||
9c99a97ca8f42bee23cf97ebd724fdc51e647c60 |
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
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
Large diffs are not rendered by default.
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
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.