-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Sync from noir #11978
Merged
Merged
feat: Sync from noir #11978
+15,963
−1,410
Conversation
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
feat: `FunctionDefinition::as_typed_expr` (noir-lang/noir#7358) feat(performance): Check sub operations against induction variables (noir-lang/noir#7356) chore: avoid doing all brillig integer arithmetic on u128s (noir-lang/noir#7357) feat(cli): Add `--target-dir` option (noir-lang/noir#7350) fix(ssa): Make the lookback feature opt-in (noir-lang/noir#7190) feat(performance): Use unchecked ops based upon known induction variables (noir-lang/noir#7344) chore: mark sha256 as deprecated from the stdlib (noir-lang/noir#7351) fix: incorrect secondary file in LSP errors (noir-lang/noir#7347) chore: Basic test for MSM in Noir to catch performance improvements and regressions (noir-lang/noir#7341) fix(cli): Only lock the packages selected in the workspace (noir-lang/noir#7345) chore: remove some unused types and functions in the AST (noir-lang/noir#7339) chore: remove foreign calls array from Brillig VM constructor (noir-lang/noir#7337) chore(ci): Add Vecs and vecs to cspell (noir-lang/noir#7342) chore: redo typo PR by osrm (noir-lang/noir#7238) chore: Release Noir(1.0.0-beta.2) (noir-lang/noir#6914) fix: lock git dependencies folder when resolving workspace (noir-lang/noir#7327) fix: perform SSA constraints check on final SSA (noir-lang/noir#7334) chore: remove misleading output from `nargo check` (noir-lang/noir#7329) chore: fix warnings (noir-lang/noir#7330) chore: normalize path displayed by `nargo new` (noir-lang/noir#7328) chore: split acirgen into multiple modules (noir-lang/noir#7310) chore: remove unnecessary constants (noir-lang/noir#7326)
TomAFrench
approved these changes
Feb 13, 2025
Changes to public function bytecode sizes
🧾 Summary (100% most significant diffs)
Full diff report 👇
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automated pull of development from the noir programming language, a dependency of Aztec.
BEGIN_COMMIT_OVERRIDE
chore: deprecate keccak256 (noir-lang/noir#7361)
feat:
FunctionDefinition::as_typed_expr
(noir-lang/noir#7358)feat(performance): Check sub operations against induction variables (noir-lang/noir#7356)
chore: avoid doing all brillig integer arithmetic on u128s (noir-lang/noir#7357)
feat(cli): Add
--target-dir
option (noir-lang/noir#7350)fix(ssa): Make the lookback feature opt-in (noir-lang/noir#7190)
feat(performance): Use unchecked ops based upon known induction variables (noir-lang/noir#7344)
chore: mark sha256 as deprecated from the stdlib (noir-lang/noir#7351)
fix: incorrect secondary file in LSP errors (noir-lang/noir#7347)
chore: Basic test for MSM in Noir to catch performance improvements and regressions (noir-lang/noir#7341)
fix(cli): Only lock the packages selected in the workspace (noir-lang/noir#7345)
chore: remove some unused types and functions in the AST (noir-lang/noir#7339)
chore: remove foreign calls array from Brillig VM constructor (noir-lang/noir#7337)
chore(ci): Add Vecs and vecs to cspell (noir-lang/noir#7342)
chore: redo typo PR by osrm (noir-lang/noir#7238)
chore: Release Noir(1.0.0-beta.2) (noir-lang/noir#6914)
fix: lock git dependencies folder when resolving workspace (noir-lang/noir#7327)
fix: perform SSA constraints check on final SSA (noir-lang/noir#7334)
chore: remove misleading output from
nargo check
(noir-lang/noir#7329)chore: fix warnings (noir-lang/noir#7330)
chore: normalize path displayed by
nargo new
(noir-lang/noir#7328)chore: split acirgen into multiple modules (noir-lang/noir#7310)
chore: remove unnecessary constants (noir-lang/noir#7326)
END_COMMIT_OVERRIDE