Skip to content
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 #8466

Merged
merged 6 commits into from
Sep 10, 2024
Merged

feat: Sync from noir #8466

merged 6 commits into from
Sep 10, 2024

Commits on Sep 10, 2024

  1. [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)
    AztecBot committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a27a77e View commit details
    Browse the repository at this point in the history
  2. chore: apply sync fixes

    AztecBot committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0168bef View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into sync-noir

    * master: (49 commits)
      fix(avm): full proving kernel fix (#8468)
      fix: guesstimate gas for propose (#8445)
      git subrepo push --branch=master noir-projects/aztec-nr
      git_subrepo.sh: Fix parent in .gitrepo file. [skip ci]
      chore: replace relative paths to noir-protocol-circuits
      git subrepo push --branch=master barretenberg
      feat(avm)!: make JUMP(I) 16-bit (#8443)
      feat(avm)!: variants for SET opcode (#8441)
      feat(avm)!: variants for MOV opcode (#8440)
      installer terraform has cloudfront for https support. remove http support once new aztec-up released.
      fix(docs): Some docs updates (#8412)
      feat: archiver fork block num (#8425)
      feat(avm-transpiler): optionally count opcode types (#8439)
      chore(ci): rerun ci when ready for review + don't allow draft merge (#8456)
      feat(avm): DSL integration of AVM recursive verifier (#8405)
      chore: Rename files relating to what were "instances" (#8383)
      fix: fmt (#8454)
      fix: add re-exports back (#8453)
      fix(bb): mac release (#8450)
      chore(docs): update box readme, remove duplicated features, added box install to the docs (#8254)
      ...
    TomAFrench committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3d93977 View commit details
    Browse the repository at this point in the history
  4. .

    TomAFrench committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    cf69bd8 View commit details
    Browse the repository at this point in the history
  5. .

    TomAFrench committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    547645a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b12060e View commit details
    Browse the repository at this point in the history