-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[1 changes] feat!: separate proving from
noir_js
(noir-lang/noir#5072)
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)
- Loading branch information
Showing
262 changed files
with
28,583 additions
and
3,344 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 | ||
c93c7380c705fcec5c77bfc436c2f5ea085edd77 |
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
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.