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: Implement Operator Overloading #3931

Merged
merged 29 commits into from
Jan 3, 2024
Merged

Commits on Dec 13, 2023

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

Commits on Dec 14, 2023

  1. Add cmp module

    jfecher committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    24fc127 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9eecc2 View commit details
    Browse the repository at this point in the history
  3. It works

    jfecher committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    34dc1d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Everything is broken now

    jfecher committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    c5be5e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    546f769 View commit details
    Browse the repository at this point in the history
  2. Merge master

    jfecher committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    1f0fc5c View commit details
    Browse the repository at this point in the history
  3. Fix bad merge

    jfecher committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    5e2743a View commit details
    Browse the repository at this point in the history
  4. Fix return type of Cmp

    jfecher committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    6be81eb View commit details
    Browse the repository at this point in the history
  5. Fix tests

    jfecher committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    4544a1a View commit details
    Browse the repository at this point in the history
  6. Fix clippy warning

    jfecher committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    f2a9380 View commit details
    Browse the repository at this point in the history
  7. Move docs files

    jfecher committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    960e850 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db46352 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d841040 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    19efced View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0925fc5 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

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

    Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
    jfecher and TomAFrench authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    ff174ba View commit details
    Browse the repository at this point in the history
  4. PR feedback

    jfecher committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    5514654 View commit details
    Browse the repository at this point in the history
  5. fmt

    jfecher committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    ff15a55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6724584 View commit details
    Browse the repository at this point in the history
  7. Add newly required imports

    jfecher committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    0994938 View commit details
    Browse the repository at this point in the history
  8. Remove outdated comment

    jfecher committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    62e164a View commit details
    Browse the repository at this point in the history
  9. Fix merge conflict

    jfecher committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    62d3b70 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' into jf/operator-overloading

    * master:
      chore: add test case for brillig array equality assertion (#3936)
    TomAFrench committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    8bf5932 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e8791e9 View commit details
    Browse the repository at this point in the history
  12. chore: more broken links

    TomAFrench committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    3607666 View commit details
    Browse the repository at this point in the history