-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Sync from noir #7577
Merged
feat: Sync from noir #7577
Commits on Jul 23, 2024
-
[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)
Configuration menu - View commit details
-
Copy full SHA for f253f72 - Browse repository at this point
Copy the full SHA f253f72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01dcfb8 - Browse repository at this point
Copy the full SHA 01dcfb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 110ce26 - Browse repository at this point
Copy the full SHA 110ce26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4734e15 - Browse repository at this point
Copy the full SHA 4734e15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f1471a - Browse repository at this point
Copy the full SHA 8f1471aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ecd570 - Browse repository at this point
Copy the full SHA 9ecd570View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd36562 - Browse repository at this point
Copy the full SHA bd36562View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.