-
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.
Automated pull of development from the [noir](https://github.com/noir-lang/noir) programming language, a dependency of Aztec. BEGIN_COMMIT_OVERRIDE fix: Implement generic functions in the interpreter (noir-lang/noir#5330) feat: Insert trait impls into the program from type annotations (noir-lang/noir#5327) feat: Sync from aztec-packages (noir-lang/noir#5340) chore: address TODO in `compat.nr` (noir-lang/noir#5339) chore: use `push_err` more in elaborator (noir-lang/noir#5336) chore: remove `is_unconstrained_fn` field from elaborator (noir-lang/noir#5335) fix: Error when a local function is called in a comptime context (noir-lang/noir#5334) feat: Add `map`, `fold`, `reduce`, `any`, and `all` for slices (noir-lang/noir#5331) fix: Avoid panic in type system (noir-lang/noir#5332) chore: remove panic for unimplemented trait dispatch (noir-lang/noir#5329) feat: Use runtime loops for brillig array initialization (noir-lang/noir#5243) fix: Fix tokenization of unquoted types in macros (noir-lang/noir#5326) chore: replace cached `in_contract` with `in_contract()` method (noir-lang/noir#5324) fix: fix usage of `#[abi(tag)]` attribute with elaborator (noir-lang/noir#5298) fix: don't benchmark the "prove" command as it doesn't exist anymore (noir-lang/noir#5323) feat(stdlib): Update stdlib to use explicit numeric generics (noir-lang/noir#5306) feat: let `should_fail_with` check that the failure reason contains the expected message (noir-lang/noir#5319) chore: bump `bb` to 0.43.0 (noir-lang/noir#5321) feat(frontend): Explicit numeric generics and type kinds (noir-lang/noir#5155) feat(frontend): Where clause on impl (noir-lang/noir#5320) END_COMMIT_OVERRIDE --------- Co-authored-by: TomAFrench <[email protected]> Co-authored-by: Tom French <[email protected]> Co-authored-by: Maxim Vezenov <[email protected]>
- Loading branch information
1 parent
51f7d65
commit f2abb4e
Showing
144 changed files
with
2,667 additions
and
760 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 @@ | ||
f2f8ecc833d4725d0829f9c339389c90d1a4fbcd | ||
d8b9870a991b724ec337b58380b50464ba274d8a |
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 @@ | ||
0.41.0 | ||
0.43.0 |
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.