-
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: (46 commits) chore: address TODO in `compat.nr` (#5339) chore: use `push_err` more in elaborator (#5336) chore: remove `is_unconstrained_fn` field from elaborator (#5335) fix: Error when a local function is called in a comptime context (#5334) feat: Add `map`, `fold`, `reduce`, `any`, and `all` for slices (#5331) fix: Avoid panic in type system (#5332) chore: remove panic for unimplemented trait dispatch (#5329) feat: Use runtime loops for brillig array initialization (#5243) fix: Fix tokenization of unquoted types in macros (#5326) chore: replace cached `in_contract` with `in_contract()` method (#5324) fix: fix usage of `#[abi(tag)]` attribute with elaborator (#5298) fix: don't benchmark the "prove" command as it doesn't exist anymore (#5323) feat(stdlib): Update stdlib to use explicit numeric generics (#5306) feat: let `should_fail_with` check that the failure reason contains the expected message (#5319) chore: bump `bb` to 0.43.0 (#5321) feat(frontend): Explicit numeric generics and type kinds (#5155) feat(frontend): Where clause on impl (#5320) chore: add back Pedersen blackbox functions (revert PR 5221) (#5318) fix: skip emission of brillig calls which will never be executed (#5314) feat: Make macros operate on token streams instead of AST nodes (#5301) ...
- Loading branch information
Showing
524 changed files
with
16,036 additions
and
1,788 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,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.