-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: visibility for impl functions (noir-lang/noir#6179)
feat: Inclusive for loop (noir-lang/noir#6200) chore: Release Noir(0.35.0) (noir-lang/noir#6030) chore: revert mistaken stack size change (noir-lang/noir#6212) chore: fix typo in code snippet (noir-lang/noir#6211) feat: Sync from aztec-packages (noir-lang/noir#6210) fix: ignore compression of blocks after msg.len in sha256_var (noir-lang/noir#6206) feat(perf): Optimize array set from get (noir-lang/noir#6207) chore(refactor): Array set optimization context struct for analysis (noir-lang/noir#6204) fix: type variables by default should have Any kind (noir-lang/noir#6203) feat: remove orphaned blocks from cfg to improve `simplify_cfg` pass. (noir-lang/noir#6198) fix(ssa): Check if result of array set is used in value of another array set (noir-lang/noir#6197) fix(docs): Rename recursion.md to recursion.mdx (noir-lang/noir#6195) feat: skip `remove_enable_side_effects` pass on brillig functions (noir-lang/noir#6199) feat!: Syncing TypeVariableKind with Kind (noir-lang/noir#6094) feat(perf): Simplify the cfg after DIE (noir-lang/noir#6184) feat: refactor SSA passes to run on individual functions (noir-lang/noir#6072) chore: Remove macros_api module (noir-lang/noir#6190) fix: ensure to_bytes returns the canonical decomposition (noir-lang/noir#6084) chore: rename `DefinitionKind::GenericType` (noir-lang/noir#6182)
- Loading branch information
Showing
46 changed files
with
444 additions
and
181 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 @@ | ||
2a0d211b92d002fa75855d4ba27267f8892dd52c | ||
1b26440889379f491315cd9d088537b1898d57c5 |
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
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
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.