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(acir_gen): Fold attribute at compile-time and initial non inlined ACIR #5341

Merged
merged 178 commits into from
Mar 29, 2024

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    71998b8 View commit details
    Browse the repository at this point in the history
  2. uncomment serde in test:

    vezenovm committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    d081ecc View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    a70156e View commit details
    Browse the repository at this point in the history
  2. pass noir fmt and clippy

    vezenovm committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    dcb6d9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d822483 View commit details
    Browse the repository at this point in the history
  4. fixup call comments

    vezenovm committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2376e16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10195f3 View commit details
    Browse the repository at this point in the history
  6. cargo fmt

    vezenovm committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    0792a08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9be6881 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    4c7f82e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96a719c View commit details
    Browse the repository at this point in the history
  3. a little cleanup

    vezenovm committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    288a7ec View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    vezenovm committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1f65f18 View commit details
    Browse the repository at this point in the history
  5. fmt and clippy

    vezenovm committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    0dc8b38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e602ecd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3d825d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cd27e74 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    695d85e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e1757fd View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/mv/program-wit-stack-serialize' …

    …into mv/program-wit-stack-serialize
    vezenovm committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ba1369e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4c357ac View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    ad8129b View commit details
    Browse the repository at this point in the history
  2. add necessary clone

    vezenovm committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    1dac703 View commit details
    Browse the repository at this point in the history
  3. remove unused import

    vezenovm committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    14cea93 View commit details
    Browse the repository at this point in the history
  4. updated serialization

    vezenovm committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    fc7c8b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e45f50d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ac2c53 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    299d0dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9ceee33 View commit details
    Browse the repository at this point in the history
  9. change back to pinned bb.js

    vezenovm committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6d08e8a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    d3b5032 View commit details
    Browse the repository at this point in the history
  2. update Dockerfiles

    vezenovm committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    94b4739 View commit details
    Browse the repository at this point in the history
  3. switch order of noir tests

    vezenovm committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c01aa62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2023556 View commit details
    Browse the repository at this point in the history
  5. specify bb.js dep

    vezenovm committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3a31504 View commit details
    Browse the repository at this point in the history
  6. remove unnecessary prints

    vezenovm committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0b5ab14 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. uncomment one e2e test

    vezenovm committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    babb483 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    127e03f View commit details
    Browse the repository at this point in the history
  3. yarn inside bb ts

    vezenovm committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    111089e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e361fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6905b96 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ddfd30 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b1639a View commit details
    Browse the repository at this point in the history
  8. and not or

    vezenovm committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a755f8a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. passing hardcoded contracts

    vezenovm committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3b2a7e4 View commit details
    Browse the repository at this point in the history
  2. skip recursion in acir tests

    vezenovm committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    24749d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ce2b3e View commit details
    Browse the repository at this point in the history
  4. merge conflicts w/ master

    vezenovm committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c6cc631 View commit details
    Browse the repository at this point in the history
  5. Revert "merge conflicts w/ master"

    This reverts commit c6cc631, reversing
    changes made to 5ce2b3e.
    vezenovm committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d6707ca View commit details
    Browse the repository at this point in the history
  6. Reapply "merge conflicts w/ master"

    This reverts commit d6707ca.
    vezenovm committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7748098 View commit details
    Browse the repository at this point in the history
  7. rearrange config

    vezenovm committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a2c7297 View commit details
    Browse the repository at this point in the history
  8. clippy

    vezenovm committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    de216d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fdae079 View commit details
    Browse the repository at this point in the history
  10. add packages dep

    vezenovm committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0d6ed9d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    45040e4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    441942e View commit details
    Browse the repository at this point in the history
  13. increase timeout

    vezenovm committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    20d58ac View commit details
    Browse the repository at this point in the history
  14. more timeout increase

    vezenovm committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a5b7d09 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6ec4afd View commit details
    Browse the repository at this point in the history
  16. remove noir-packages dep

    vezenovm committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a8ccd5c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0c78c33 View commit details
    Browse the repository at this point in the history
  18. test inrease counter timeout

    vezenovm committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    27359e8 View commit details
    Browse the repository at this point in the history
  19. switch order of config

    vezenovm committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    1d04bdb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8ac7d2c View commit details
    Browse the repository at this point in the history
  21. bring back test

    vezenovm committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a7ce531 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    576f092 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ac72a93 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9217b4a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. empty

    vezenovm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1407de4 View commit details
    Browse the repository at this point in the history
  2. yarn formatting

    vezenovm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    671cb93 View commit details
    Browse the repository at this point in the history
  3. acvm cli error update

    vezenovm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b7f6609 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    352c335 View commit details
    Browse the repository at this point in the history
  5. merge conflcits w/ parent

    vezenovm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    9624796 View commit details
    Browse the repository at this point in the history
  6. yarn lock

    vezenovm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    9350526 View commit details
    Browse the repository at this point in the history
  7. update yarn lock

    vezenovm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    52b3773 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    88ad6cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6177b62 View commit details
    Browse the repository at this point in the history
  10. merge conflcits

    vezenovm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    0ffc638 View commit details
    Browse the repository at this point in the history
  11. update snapshots

    vezenovm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    4bb76b6 View commit details
    Browse the repository at this point in the history
  12. try pinned bb.js-dev

    vezenovm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1200597 View commit details
    Browse the repository at this point in the history
  13. try linked bb.js

    vezenovm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    42485d5 View commit details
    Browse the repository at this point in the history
  14. update bb.js path

    vezenovm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    25b3f4f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e02a4bc View commit details
    Browse the repository at this point in the history
  16. echo path

    vezenovm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    9180274 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    914af07 View commit details
    Browse the repository at this point in the history
  18. update gitignore

    vezenovm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c351300 View commit details
    Browse the repository at this point in the history
  19. updated readme

    vezenovm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a418cb4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b665ff7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a094e24 View commit details
    Browse the repository at this point in the history
  22. cleanup

    vezenovm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    90cd0cf View commit details
    Browse the repository at this point in the history
  23. clippy

    vezenovm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a4d7ace View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    210569f View commit details
    Browse the repository at this point in the history
  25. merge conflicts new snaps

    vezenovm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    dbfdb07 View commit details
    Browse the repository at this point in the history
  26. empty

    vezenovm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    accc62a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    db9eac3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    15d7622 View commit details
    Browse the repository at this point in the history
  29. empty

    vezenovm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c9d5fa6 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c786c7d View commit details
    Browse the repository at this point in the history
  31. fix yml indent

    vezenovm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    bc13ebe View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    1e59a4c View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    204ec20 View commit details
    Browse the repository at this point in the history
  34. more readme updates

    vezenovm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    0be14a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    4ee6462 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf7cb11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3a3533 View commit details
    Browse the repository at this point in the history
  4. Update noir/noir-repo/acvm-repo/acvm_js/src/compression.rs

    Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
    vezenovm and TomAFrench committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    99bee54 View commit details
    Browse the repository at this point in the history
  5. Update noir/noir-repo/acvm-repo/acvm_js/src/execute.rs

    Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
    vezenovm and TomAFrench committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    9a57443 View commit details
    Browse the repository at this point in the history
  6. Update noir/noir-repo/acvm-repo/acvm_js/src/public_witness.rs

    Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
    vezenovm and TomAFrench committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f5327b7 View commit details
    Browse the repository at this point in the history
  7. Update noir/noir-repo/acvm-repo/acvm_js/src/public_witness.rs

    Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
    vezenovm and TomAFrench committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    8612d41 View commit details
    Browse the repository at this point in the history
  8. rename remaining vars to

    vezenovm committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    246adb2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    61387df View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5bc6d2f View commit details
    Browse the repository at this point in the history
  11. merge conflcits w/ snapshots

    vezenovm committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    fc84eb6 View commit details
    Browse the repository at this point in the history
  12. update snapshots'

    vezenovm committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    8c4fcde View commit details
    Browse the repository at this point in the history
  13. fixup readme

    vezenovm committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    9818d7e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b515cf5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cf91d52 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fc4a158 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    722b7dc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9ebf404 View commit details
    Browse the repository at this point in the history
  19. chore: fix job name

    TomAFrench committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    aa6c430 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d1c4bee View commit details
    Browse the repository at this point in the history
  21. chore: modified wrong job

    TomAFrench committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    301f4b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    39b5068 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    8b17313 View commit details
    Browse the repository at this point in the history
  2. merge conflicts

    vezenovm committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c070c64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7111cc View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    6dd0f09 View commit details
    Browse the repository at this point in the history
  2. clippy and other fixups

    vezenovm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2ed634a View commit details
    Browse the repository at this point in the history
  3. remove noir test with fold

    vezenovm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f3a210f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3dfb16f View commit details
    Browse the repository at this point in the history
  5. cargo fmt

    vezenovm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5dedc1d View commit details
    Browse the repository at this point in the history
  6. cargo clippy

    vezenovm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d7c9dbb View commit details
    Browse the repository at this point in the history
  7. fmt and resulting clippy

    vezenovm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5394619 View commit details
    Browse the repository at this point in the history
  8. remove unused label

    vezenovm committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    84f5495 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4cd1a7d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    34ad9e2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0d0f02b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5e5285f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2e54f20 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. a bunch of cleanup

    vezenovm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    36a9ec1 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/mv/non-inlined-acir-comptime' in…

    …to mv/non-inlined-acir-comptime
    vezenovm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a550de2 View commit details
    Browse the repository at this point in the history
  3. handle func_sigs correctly

    vezenovm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4b05cff View commit details
    Browse the repository at this point in the history
  4. cleanup

    vezenovm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c938901 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b882eb9 View commit details
    Browse the repository at this point in the history
  6. comment improvement

    vezenovm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6c4222d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1a52bc View commit details
    Browse the repository at this point in the history
  8. minor cleanup

    vezenovm committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c2571b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    06aaae5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    60b84d3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ec3fd6b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1702856 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0a76262 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. merge conflcits

    vezenovm committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1ad8b60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff76db0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae88590 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Update noir/noir-repo/compiler/noirc_evaluator/src/ssa/acir_gen/acir_…

    …ir/acir_variable.rs
    
    Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
    vezenovm and TomAFrench committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    60c3294 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff50bae View commit details
    Browse the repository at this point in the history
  3. use mut ref in test

    vezenovm committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a75a8f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ad3e93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0a975e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    608c61c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    321d87d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ebb786 View commit details
    Browse the repository at this point in the history
  3. flatten more than just main

    vezenovm committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    cfed014 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35e39cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37bd830 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb0dc2b View commit details
    Browse the repository at this point in the history
  7. update stale comment

    vezenovm committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    69ce76c View commit details
    Browse the repository at this point in the history
  8. another stale comment

    vezenovm committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2af705a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cce5a78 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    381cf35 View commit details
    Browse the repository at this point in the history
  11. Update noir/noir-repo/compiler/noirc_frontend/src/hir/type_check/mod.rs

    Co-authored-by: jfecher <jfecher11@gmail.com>
    vezenovm and jfecher committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    67c4a90 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    778e8d9 View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'origin/mv/non-inlined-acir-comptime' in…

    …to mv/non-inlined-acir-comptime
    vezenovm committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    d51f128 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    56e9eb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    b1eff93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cd9a93 View commit details
    Browse the repository at this point in the history