-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[1 changes] feat(perf): Allow array set last uses optimization in ret…
…urn block of Brillig functions (noir-lang/noir#6119) feat: represent assertions more similarly to function calls (noir-lang/noir#6103) feat: pretty print Quoted token stream (noir-lang/noir#6111) feat: LSP autocompletion for `TypePath` (noir-lang/noir#6117) fix: disambiguate field or int static trait method call (noir-lang/noir#6112) chore: delete duplicated test (noir-lang/noir#6113) feat: (LSP) suggest $vars inside `quote { ... }` (noir-lang/noir#6114) chore: ec addition for non-zero points (noir-lang/noir#5858) chore(docs): removing old versions (noir-lang/noir#6075) fix(mem2reg): Remove possibility of underflow (noir-lang/noir#6107) fix: decode databus return values (noir-lang/noir#6095)
- Loading branch information
Showing
1,795 changed files
with
11,554 additions
and
119,623 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 @@ | ||
9bf2dcbf166f9ffd97c369c0de3d95329c850d47 | ||
5598059576c6cbc72474aff4b18bc5e4bb9f08e1 |
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.33.0", | ||
"acvm-repo": "0.49.0" | ||
".": "0.34.0", | ||
"acvm-repo": "0.50.0" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.