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

Import module collisions #235

Open
wants to merge 74 commits into
base: main
Choose a base branch
from
Open

Import module collisions #235

wants to merge 74 commits into from

Commits on Oct 25, 2023

  1. collision example

    0xtimmy committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e1ec3aa View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

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

Commits on Nov 6, 2023

  1. declaration renaming works

    0xtimmy committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    a2deafb View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. module rename can modify function callsites and function decalrations…

    …, next up is actual resolution logic
    0xtimmy committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    7ff377a View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

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

Commits on Nov 11, 2023

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

Commits on Nov 21, 2023

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

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    3d80c84 View commit details
    Browse the repository at this point in the history
  2. aliases work

    0xtimmy committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    6145e02 View commit details
    Browse the repository at this point in the history
  3. qualified imports

    0xtimmy committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    434712c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. spec imports

    0xtimmy committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    34e6618 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. finished test cases

    0xtimmy committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    c8bb2d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Merge pull request #233 from ulysses4ever/ap-minor-cleanup

    minor cleanup of README and gibbon-compiler/gibbon.cabal
    rrnewton authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    eca7cdd View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    97b9c39 View commit details
    Browse the repository at this point in the history
  2. some testing

    0xtimmy committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2659da7 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. fixed interp

    0xtimmy committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    c3e9aca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22cc526 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. added ext parsing

    0xtimmy committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ddbae71 View commit details
    Browse the repository at this point in the history
  2. fixed an issue with LetE

    0xtimmy committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    cd2ec79 View commit details
    Browse the repository at this point in the history
  3. some oddness

    0xtimmy committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b114741 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. more bug fixing

    0xtimmy committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    2f4992c View commit details
    Browse the repository at this point in the history
  2. add fixed linear ext handling

    0xtimmy committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    19d4a65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bc6837 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. collision example

    0xtimmy committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    09c85cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6020508 View commit details
    Browse the repository at this point in the history
  3. declaration renaming works

    0xtimmy committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    33f7d48 View commit details
    Browse the repository at this point in the history
  4. module rename can modify function callsites and function decalrations…

    …, next up is actual resolution logic
    0xtimmy committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    2a2c42a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5f48c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    826eb0c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5acadd1 View commit details
    Browse the repository at this point in the history
  8. aliases work

    0xtimmy committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    27269e6 View commit details
    Browse the repository at this point in the history
  9. qualified imports

    0xtimmy committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7d61d81 View commit details
    Browse the repository at this point in the history
  10. spec imports

    0xtimmy committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    0aa6bb3 View commit details
    Browse the repository at this point in the history
  11. finished test cases

    0xtimmy committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    d42d258 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a430af3 View commit details
    Browse the repository at this point in the history
  13. some testing

    0xtimmy committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    375baae View commit details
    Browse the repository at this point in the history
  14. fixed interp

    0xtimmy committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    6847ca9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0350baf View commit details
    Browse the repository at this point in the history
  16. added ext parsing

    0xtimmy committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    da753a5 View commit details
    Browse the repository at this point in the history
  17. fixed an issue with LetE

    0xtimmy committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    f886311 View commit details
    Browse the repository at this point in the history
  18. some oddness

    0xtimmy committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    fc54de8 View commit details
    Browse the repository at this point in the history
  19. more bug fixing

    0xtimmy committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    fbeca95 View commit details
    Browse the repository at this point in the history
  20. add fixed linear ext handling

    0xtimmy committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c3232d4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8ce0e24 View commit details
    Browse the repository at this point in the history
  22. notes from artem

    0xtimmy committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    f20862f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ecc51cd View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. passes some tests

    0xtimmy committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    2e2e322 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5cf3f2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #255 from iu-parfunc/module-bundler

    Module bundler
    0xtimmy authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c3e1d6d View commit details
    Browse the repository at this point in the history
  4. fixing merge issue

    0xtimmy committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0df2511 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9824c51 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. fixed .gib extension

    0xtimmy committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    ba66015 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. fixed verbodity issue

    0xtimmy committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    237b0e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e10b206 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. PR cleanup

    0xtimmy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    9662f04 View commit details
    Browse the repository at this point in the history
  2. cleaning up build file

    0xtimmy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f66afdc View commit details
    Browse the repository at this point in the history
  3. reverting common.hs

    0xtimmy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    41d3b82 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. some more test fixes

    0xtimmy committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1349a7c View commit details
    Browse the repository at this point in the history
  2. some more test changes

    0xtimmy committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    86c50d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6062341 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1ff39b View commit details
    Browse the repository at this point in the history
  5. changed layout benches to print the blogs in a way that's independent…

    … of internal type names
    0xtimmy committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c6b38d2 View commit details
    Browse the repository at this point in the history
  6. removing interp changes

    0xtimmy committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    24b33ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    55373d2 View commit details
    Browse the repository at this point in the history
  8. fixed more test cases

    0xtimmy committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1387304 View commit details
    Browse the repository at this point in the history
  9. fixing manyFuncs

    0xtimmy committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1d9fed9 View commit details
    Browse the repository at this point in the history
  10. solve layout constrs error

    0xtimmy committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4330552 View commit details
    Browse the repository at this point in the history
  11. test cases pass

    0xtimmy committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    0d17d3a View commit details
    Browse the repository at this point in the history
  12. Merge pull request #256 from iu-parfunc/test-case-changes

    Test case changes
    0xtimmy authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    65ab88c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bbaa2d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

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

Commits on Mar 8, 2024

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

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

Commits on Jun 20, 2024

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