-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into mocked-backend
* master: fix(aztec): fix compilation of `aztec_library.rs` (#2567) feat(ssa): Replace values which have previously been constrained with simplified value (#2483) fix: Black box func slice handling (#2562) chore: Temporarily disable `noir_wasm` test (#2566) fix: Make def collector ordering more deterministic (#2515) chore: refactor `constant_folding` pass (#2533) chore: Cleanup mem2reg pass (#2531) chore: Replace hashers of hashmaps in dfg with fxhashes (#2490) chore: remove duplicate span from FunctionReturnType (#2546)
- Loading branch information
Showing
67 changed files
with
899 additions
and
633 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file modified
BIN
-261 Bytes
(97%)
crates/nargo_cli/tests/acir_artifacts/6_array/target/acir.gz
Binary file not shown.
Binary file modified
BIN
-76 Bytes
(97%)
crates/nargo_cli/tests/acir_artifacts/6_array/target/witness.gz
Binary file not shown.
Binary file modified
BIN
-83 Bytes
(96%)
crates/nargo_cli/tests/acir_artifacts/array_dynamic/target/acir.gz
Binary file not shown.
Binary file modified
BIN
-15 Bytes
(98%)
crates/nargo_cli/tests/acir_artifacts/array_dynamic/target/witness.gz
Binary file not shown.
Binary file modified
BIN
-92 Bytes
(82%)
crates/nargo_cli/tests/acir_artifacts/brillig_arrays/target/acir.gz
Binary file not shown.
Binary file modified
BIN
-15 Bytes
(96%)
crates/nargo_cli/tests/acir_artifacts/brillig_assert/target/acir.gz
Binary file not shown.
Binary file modified
BIN
-4 Bytes
(100%)
crates/nargo_cli/tests/acir_artifacts/brillig_calls/target/acir.gz
Binary file not shown.
Binary file modified
BIN
-36 Bytes
(96%)
crates/nargo_cli/tests/acir_artifacts/brillig_calls_array/target/acir.gz
Binary file not shown.
Binary file modified
BIN
-407 Bytes
(92%)
crates/nargo_cli/tests/acir_artifacts/brillig_nested_slices/target/acir.gz
Binary file not shown.
Binary file modified
BIN
-106 Bytes
(95%)
crates/nargo_cli/tests/acir_artifacts/brillig_oracle/target/acir.gz
Binary file not shown.
Binary file modified
BIN
-594 Bytes
(89%)
crates/nargo_cli/tests/acir_artifacts/brillig_slices/target/acir.gz
Binary file not shown.
Binary file modified
BIN
-20 Bytes
(95%)
crates/nargo_cli/tests/acir_artifacts/brillig_to_bytes_integration/target/acir.gz
Binary file not shown.
Binary file modified
BIN
-737 Bytes
(56%)
crates/nargo_cli/tests/acir_artifacts/brillig_to_le_bytes/target/acir.gz
Binary file not shown.
Binary file modified
BIN
+130 Bytes
(100%)
crates/nargo_cli/tests/acir_artifacts/double_verify_proof/target/witness.gz
Binary file not shown.
Binary file modified
BIN
-8 Bytes
(100%)
crates/nargo_cli/tests/acir_artifacts/schnorr/target/acir.gz
Binary file not shown.
Binary file modified
BIN
-3 Bytes
(100%)
crates/nargo_cli/tests/acir_artifacts/schnorr/target/witness.gz
Binary file not shown.
Binary file modified
BIN
-2.91 KB
(21%)
crates/nargo_cli/tests/acir_artifacts/to_bytes_consistent/target/acir.gz
Binary file not shown.
Binary file modified
BIN
-573 Bytes
(32%)
crates/nargo_cli/tests/acir_artifacts/to_bytes_consistent/target/witness.gz
Binary file not shown.
Binary file modified
BIN
-2.84 KB
(19%)
crates/nargo_cli/tests/acir_artifacts/to_le_bytes/target/acir.gz
Binary file not shown.
Binary file modified
BIN
-573 Bytes
(32%)
crates/nargo_cli/tests/acir_artifacts/to_le_bytes/target/witness.gz
Binary file not shown.
Binary file modified
BIN
-290 Bytes
(27%)
crates/nargo_cli/tests/acir_artifacts/tuples/target/acir.gz
Binary file not shown.
Binary file modified
BIN
-110 Bytes
(31%)
crates/nargo_cli/tests/acir_artifacts/tuples/target/witness.gz
Binary file not shown.
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.