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: Explicit Associated Types & Constants #5739

Merged
merged 49 commits into from
Aug 22, 2024
Merged

Commits on Jul 16, 2024

  1. Parse associated constants

    jfecher committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    523beef View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    2c7eb02 View commit details
    Browse the repository at this point in the history
  2. Add features to the AST

    jfecher committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    7901f66 View commit details
    Browse the repository at this point in the history
  3. Some progress

    jfecher committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    38e09ef View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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

Commits on Aug 8, 2024

  1. Break everything

    jfecher committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    9f1402b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

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

Commits on Aug 12, 2024

  1. It compiles!

    jfecher committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    98e0db6 View commit details
    Browse the repository at this point in the history
  2. Update some tests

    jfecher committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    21baa22 View commit details
    Browse the repository at this point in the history
  3. Fix merge conflicts

    jfecher committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    91a80a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Fix name shadowing test

    jfecher committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bda71e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11864a2 View commit details
    Browse the repository at this point in the history
  3. Add TraitGenerics

    jfecher committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    488db35 View commit details
    Browse the repository at this point in the history
  4. Fix interpreter builtins

    jfecher committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a35d718 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Make type spans mandatory

    jfecher committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e0a3d2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    480a91d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    2553e31 View commit details
    Browse the repository at this point in the history
  2. Try to solve math

    jfecher committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ea4a31e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Get Serialize working

    jfecher committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    cef4256 View commit details
    Browse the repository at this point in the history
  2. Add test programs

    jfecher committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f4b29a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f73d550 View commit details
    Browse the repository at this point in the history
  4. Remove comment; fix bad merge

    jfecher committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5dabf3c View commit details
    Browse the repository at this point in the history
  5. Add location to panic

    jfecher committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a514799 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5fb036 View commit details
    Browse the repository at this point in the history
  7. Fix let-inferred type issue

    jfecher committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a2542fd View commit details
    Browse the repository at this point in the history
  8. Fix auto deref

    jfecher committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c6d1829 View commit details
    Browse the repository at this point in the history
  9. unsafe::zeroed -> mem::zeroed

    jfecher committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    98597e4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c71e1d1 View commit details
    Browse the repository at this point in the history
  11. Fix formatter

    jfecher committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3f3f050 View commit details
    Browse the repository at this point in the history
  12. Format the formatter

    jfecher committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ff41698 View commit details
    Browse the repository at this point in the history
  13. Remove dbg

    jfecher committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    9b41358 View commit details
    Browse the repository at this point in the history
  14. Fix formatter again

    jfecher committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0721cb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Don't crash the linker

    jfecher committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ca65712 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'jf/associated-constants2' of https://github.com/noir-la…

    …ng/noir into jf/associated-constants2
    jfecher committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c6739c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ba02e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d67a9f0 View commit details
    Browse the repository at this point in the history
  5. Add frontend tests

    jfecher committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    81c764e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    e25565f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'jf/associated-constants2' of https://github.com/noir-la…

    …ng/noir into jf/associated-constants2
    jfecher committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d1661fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e174c7d View commit details
    Browse the repository at this point in the history
  4. Type hints aren't needed!

    jfecher committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4471eea View commit details
    Browse the repository at this point in the history
  5. Fix lint

    jfecher committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7de6992 View commit details
    Browse the repository at this point in the history
  6. Fix tests, add another

    jfecher committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f444b58 View commit details
    Browse the repository at this point in the history
  7. Add docs

    jfecher committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b804228 View commit details
    Browse the repository at this point in the history
  8. Remove experimental warnings

    jfecher committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    becadba View commit details
    Browse the repository at this point in the history
  9. Fix merge conflicts

    jfecher committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c91dffb View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

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

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    c9558cc View commit details
    Browse the repository at this point in the history
  2. Limit max parallel threads

    jfecher committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4bd91a1 View commit details
    Browse the repository at this point in the history