-
Notifications
You must be signed in to change notification settings - Fork 257
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: suggest trait attributes in LSP (noir-lang/noir#5972)
fix: Error when `quote` is used in runtime code (noir-lang/noir#5978) chore: document HashMap (noir-lang/noir#5984) fix: Restrict keccak256_injective test input to 8 bits (noir-lang/noir#5977) fix: Error when comptime functions are used in runtime code (noir-lang/noir#5976) chore: document BoundedVec (noir-lang/noir#5974) feat: add `Expr::as_let` (noir-lang/noir#5964) chore: remove 3 unused functions warnings in the stdlib (noir-lang/noir#5973) feat: let `nargo` and LSP work well in the stdlib (noir-lang/noir#5969) feat: show doc comments in LSP (noir-lang/noir#5968) feat: add a `panic` method to the stdlib (noir-lang/noir#5966) fix: LSP document symbol didn't work for primitive impls (noir-lang/noir#5970) fix(mem2reg): Handle aliases in function last store cleanup and additional alias unit test (noir-lang/noir#5967) fix: let `derive(Eq)` work for empty structs (noir-lang/noir#5965) feat: add `FunctionDefinition` methods `is_unconstrained` and `set_unconstrained` (noir-lang/noir#5962) feat: LSP autocompletion for attributes (noir-lang/noir#5963) feat: `Module::add_item` (noir-lang/noir#5947) feat: Add `StructDefinition::add_generic` (noir-lang/noir#5961) feat: Add `StructDefinition::name` (noir-lang/noir#5960) fix(mem2reg): Handle aliases better when setting a known value for a load (noir-lang/noir#5959) feat: Arithmetic Generics (noir-lang/noir#5950) feat: add `FunctionDefinition::module` and `StructDefinition::module` (noir-lang/noir#5956) feat: LSP now suggests self fields and methods (noir-lang/noir#5955)
- Loading branch information
Showing
135 changed files
with
3,729 additions
and
1,907 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 @@ | ||
b84009ca428a5790acf53a6c027146b706170574 | ||
d6f60d70dc41640ad84f7a968927b20818bcaf2a |
This file was deleted.
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
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
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
Oops, something went wrong.