-
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] fix: allow calling a trait method with paths that don't c…
…onsist of exactly two segments (noir-lang/noir#5577) fix: Run macros within comptime contexts (noir-lang/noir#5576) chore: Remove comptime scanning pass (noir-lang/noir#5569) fix(frontend): Disallow signed numeric generics (noir-lang/noir#5572) chore: disable aztec-packages CI checks (noir-lang/noir#5566) feat: LSP inlay parameter hints (noir-lang/noir#5553) feat: Add `TraitDefinition::as_trait_constraint()` (noir-lang/noir#5541) fix: Fix `uhashmap` test name (noir-lang/noir#5563) fix: let unary traits work at comptime (noir-lang/noir#5507) feat: Add a compile-time hash map type (noir-lang/noir#5543) chore(docs): Docs for turbofish operator (noir-lang/noir#5555) fix(frontend): Error for when impl is stricter than trait (noir-lang/noir#5343) chore: filter warnings from elaborator in Aztec Macros (noir-lang/noir#5556) fix: Don't panic when a macro fails to resolve (noir-lang/noir#5537) fix(ssa): More robust array deduplication check (noir-lang/noir#5547) fix: Fix occurs check (noir-lang/noir#5535) fix: type_of for pointer types (noir-lang/noir#5536) chore: Release Noir(0.32.0) (noir-lang/noir#5268) fix: revert PR #5449 (noir-lang/noir#5548) fix: never panic in LSP inlay hints (noir-lang/noir#5534) feat: LSP document symbol (noir-lang/noir#5532) feat: add comptime support for `modulus_*` compiler builtins (noir-lang/noir#5530) chore: Remove unknown annotation warning (noir-lang/noir#5531) feat: Add TraitConstraint type (noir-lang/noir#5499) fix: Error on empty function bodies (noir-lang/noir#5519) feat: LSP inlay hints for let and global (noir-lang/noir#5510) chore: Remove dbg on find_func_with_name (noir-lang/noir#5526) chore: Remove the remainder of legacy code (noir-lang/noir#5525) chore: Remove `--use-legacy` and resolution code (noir-lang/noir#5248) chore: switch to Noir Keccak implementation with variable size support (noir-lang/noir#5508) chore: standardize experimental feature disclaimer across documentation (noir-lang/noir#5367)
- Loading branch information
Showing
361 changed files
with
20,698 additions
and
9,130 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 @@ | ||
bb6913ac53620fabd73e24ca1a2b1369225903ec | ||
88c0a40ea35c7a64e4361e3022286be6fa7da666 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
".": "0.31.0", | ||
"acvm-repo": "0.47.0" | ||
".": "0.32.0", | ||
"acvm-repo": "0.48.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.