-
Notifications
You must be signed in to change notification settings - Fork 200
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 aztec-packages
* master: (36 commits) fix: ignore compression of blocks after msg.len in sha256_var (#6206) feat(perf): Optimize array set from get (#6207) chore(refactor): Array set optimization context struct for analysis (#6204) fix: type variables by default should have Any kind (#6203) feat: remove orphaned blocks from cfg to improve `simplify_cfg` pass. (#6198) fix(ssa): Check if result of array set is used in value of another array set (#6197) fix(docs): Rename recursion.md to recursion.mdx (#6195) feat: skip `remove_enable_side_effects` pass on brillig functions (#6199) feat!: Syncing TypeVariableKind with Kind (#6094) feat(perf): Simplify the cfg after DIE (#6184) feat: refactor SSA passes to run on individual functions (#6072) chore: Remove macros_api module (#6190) fix: ensure to_bytes returns the canonical decomposition (#6084) chore: rename `DefinitionKind::GenericType` (#6182) feat(perf): Remove redundant inc rc without instructions between (#6183) chore: reexport `CrateName` through `nargo` (#6177) feat(perf): Remove inc_rc instructions for arrays which are never mutably borrowed (#6168) chore(docs): Add link to more info about proving backend to Solidity verifier page (#5754) feat: let `Module::functions` and `Module::structs` return them in definition order (#6178) chore: split `test_program`s into modules (#6101) ...
- Loading branch information
Showing
133 changed files
with
1,755 additions
and
1,179 deletions.
There are no files selected for viewing
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.