-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[1 changes] 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)
- Loading branch information
Showing
717 changed files
with
18,275 additions
and
3,120 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 @@ | ||
2e543b40eb83ef2080e4d8f870f525fadd631099 | ||
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,4 +1,4 @@ | ||
{ | ||
".": "0.30.0", | ||
"acvm-repo": "0.46.0" | ||
".": "0.31.0", | ||
"acvm-repo": "0.47.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
Oops, something went wrong.