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

chore: enum dummy ID for FuncId in monomorphizer and docstring fixes #5421

Merged
merged 12 commits into from
Aug 26, 2024

Commits on Jul 3, 2024

  1. add explicit FuncId::Dummy and panic when used, add Display for FuncI…

    …d, make dummy-replaced function body return unit to prevent accidental interpretation
    michaeljklein committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    315c056 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. rename EnableSideEffects -> EnableSideEffectsIf, update it and IfElse…

    …'s docstrings, fix acir 'AND' docstring
    michaeljklein committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    b411a98 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

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

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    a5d7b9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2cde23 View commit details
    Browse the repository at this point in the history
  3. Update compiler/noirc_frontend/src/monomorphization/ast.rs

    Co-authored-by: Maxim Vezenov <mvezenov@gmail.com>
    michaeljklein and vezenovm authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    ca3a203 View commit details
    Browse the repository at this point in the history
  4. Update compiler/noirc_frontend/src/monomorphization/ast.rs

    Co-authored-by: Maxim Vezenov <mvezenov@gmail.com>
    michaeljklein and vezenovm authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    84359f3 View commit details
    Browse the repository at this point in the history
  5. Update compiler/noirc_evaluator/src/ssa/acir_gen/acir_ir/acir_variabl…

    …e.rs
    
    Co-authored-by: jfecher <jake@aztecprotocol.com>
    michaeljklein and jfecher authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    bee0da8 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    a317cdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd85a3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1af0336 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14a4493 View commit details
    Browse the repository at this point in the history