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

[RFC] fixpoint iteration support #603

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    207656a View commit details
    Browse the repository at this point in the history
  2. add a multi-symbol test

    carljm committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6d065ca View commit details
    Browse the repository at this point in the history
  3. simplify test case

    carljm committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    915b245 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd454f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe1de3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08901b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    abb6fdd View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. WIP: rip out ProvisionalValue

    carljm committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8dc4a0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff455fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd01235 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79a1ada View commit details
    Browse the repository at this point in the history
  5. WIP: cycle-head iteration

    carljm committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7b6b1a7 View commit details
    Browse the repository at this point in the history
  6. WIP: move loop into execute

    carljm committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    eb0325b View commit details
    Browse the repository at this point in the history
  7. WIP: delay storing memo

    carljm committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c6c972c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a425f7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f84ef80 View commit details
    Browse the repository at this point in the history
  10. WIP: clippy and cleanup

    carljm committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    05a7d5b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    b816aa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fcfd7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f411766 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e16055d View commit details
    Browse the repository at this point in the history
  5. WIP: use FxHashSet::from_iter

    carljm committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    446d655 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

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

Commits on Oct 31, 2024

  1. review feedback, more tracing

    carljm committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    ce1e57b View commit details
    Browse the repository at this point in the history
  2. fix multi-revision bug

    carljm committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b114580 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b59209 View commit details
    Browse the repository at this point in the history
  4. test fixes

    carljm committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    706d0ad View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

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