Skip to content

Commit

Permalink
[1 changes] fix: visibility for impl methods (noir-lang/noir#6261)
Browse files Browse the repository at this point in the history
feat: Add `checked_transmute` (noir-lang/noir#6262)
feat!: kind size checks (noir-lang/noir#6137)
feat: don't crash LSP when there are errors resolving the workspace (noir-lang/noir#6257)
fix: don't warn on unuse global if it has an abi annotation (noir-lang/noir#6258)
fix: don't warn on unused struct that has an abi annotation (noir-lang/noir#6254)
feat: don't suggest private struct fields in LSP (noir-lang/noir#6256)
feat: visibility for struct fields (noir-lang/noir#6221)
fix: handle dfg databus in SSA normalization (noir-lang/noir#6249)
fix: homogeneous input points for EC ADD (noir-lang/noir#6241)
chore: add regression test for #5756 (noir-lang/noir#5770)
feat: allow `unconstrained` after visibility (noir-lang/noir#6246)
feat: optimize `Quoted::as_expr` by parsing just once (noir-lang/noir#6237)
fix(frontend): Do not warn when a nested struct is provided as input to main (noir-lang/noir#6239)
fix!: Change tag attributes to require a ' prefix (noir-lang/noir#6235)
feat: recover from '=' instead of ':' in struct constructor/pattern (noir-lang/noir#6236)
  • Loading branch information
AztecBot committed Oct 10, 2024
1 parent 670af8a commit 9afc69d
Show file tree
Hide file tree
Showing 490 changed files with 28,212 additions and 6,547 deletions.
2 changes: 1 addition & 1 deletion .noir-sync-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
be9dcfe56d808b1bd5ef552d41274705b2df7062
70cbeb4322a0b11c1c167ab27bf0408d04fe7b7d
4 changes: 2 additions & 2 deletions noir/noir-repo/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.34.0",
"acvm-repo": "0.50.0"
".": "0.35.0",
"acvm-repo": "0.51.0"
}
112 changes: 112 additions & 0 deletions noir/noir-repo/CHANGELOG.md

Large diffs are not rendered by default.

95 changes: 34 additions & 61 deletions 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 9afc69d

Please sign in to comment.