Skip to content

Commit

Permalink
feat: Sync from noir (#6730)
Browse files Browse the repository at this point in the history
Automated pull of development from the
[noir](https://github.com/noir-lang/noir) programming language, a
dependency of Aztec.
BEGIN_COMMIT_OVERRIDE
chore: remove duplicated code from LSP
(noir-lang/noir#5116)
fix(experimental elaborator): Avoid calling `add_generics` twice on
trait methods (noir-lang/noir#5108)
fix(experimental elaborator): Fix duplicate `resolve_type` on self type
and don't leak a trait impl's generics
(noir-lang/noir#5102)
feat: replace stdlib poseidon implementation with optimized version
(noir-lang/noir#5122)
fix(experimental elaborator): Only call `add_generics` once
(noir-lang/noir#5091)
fix(experimental elaborator): Fix panic in the elaborator
(noir-lang/noir#5082)
chore: move `is_native_field` up into `noirc_frontend`
(noir-lang/noir#5119)
END_COMMIT_OVERRIDE

Co-authored-by: Tom French <[email protected]>
  • Loading branch information
AztecBot and TomAFrench authored May 29, 2024
1 parent 9639f34 commit 46c2ad0
Show file tree
Hide file tree
Showing 31 changed files with 25,622 additions and 690 deletions.
2 changes: 1 addition & 1 deletion .noir-sync-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a2894047f580a8861898d71cd335c06ee53290a4
f03f8aed34393f7b0f6f68a189ce6c6192f6af6e
140 changes: 66 additions & 74 deletions avm-transpiler/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion avm-transpiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"

[dependencies]
# local
acvm = { path = "../noir/noir-repo/acvm-repo/acvm" }
acvm = { path = "../noir/noir-repo/acvm-repo/acvm", features=["bn254"] }
noirc_errors = { path = "../noir/noir-repo/compiler/noirc_errors" }

# external
Expand Down
4 changes: 3 additions & 1 deletion noir/noir-repo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 46c2ad0

Please sign in to comment.