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: Enable dynamic indices on slices #2446

Merged
merged 58 commits into from
Sep 7, 2023
Merged

feat: Enable dynamic indices on slices #2446

merged 58 commits into from
Sep 7, 2023

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    1f9c258 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c79421 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78c1921 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Fix all tests

    jfecher committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    49cc0c8 View commit details
    Browse the repository at this point in the history
  2. clippy

    jfecher committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    88913c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    079ea08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0619ad7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f22d7b View commit details
    Browse the repository at this point in the history
  6. debug comment

    vezenovm committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    fb77dfa View commit details
    Browse the repository at this point in the history
  7. Mild cleanup

    jfecher committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8804a3f View commit details
    Browse the repository at this point in the history
  8. Undo some unneeded changes

    jfecher committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    cd29ec8 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    f3f34aa View commit details
    Browse the repository at this point in the history
  2. Add large doc comment

    jfecher committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0887db5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8a3f36 View commit details
    Browse the repository at this point in the history
  4. Add test and remove printlns

    jfecher committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    33feb07 View commit details
    Browse the repository at this point in the history
  5. Remove todos

    jfecher committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2574c33 View commit details
    Browse the repository at this point in the history
  6. working dynamic slice indices w/ slice push back, need to still clean…

    …up and add other dnyamic slice intrinsics
    vezenovm committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    96b9469 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    240eedb View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    cd8cf41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    876bde8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3dbffa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c44321b View commit details
    Browse the repository at this point in the history
  5. some cleanup

    vezenovm committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d7bf169 View commit details
    Browse the repository at this point in the history
  6. conflicts w/ master

    vezenovm committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    7c17c62 View commit details
    Browse the repository at this point in the history
  7. cargo clippy and fmt

    git status
    vezenovm committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b60e23c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c672088 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    25d21b4 View commit details
    Browse the repository at this point in the history
  10. bring back full slice test

    vezenovm committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    a1adca3 View commit details
    Browse the repository at this point in the history
  11. uncomment slices test

    vezenovm committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3749b90 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3b7ef52 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    71b01a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c30a44 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    vezenovm committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7fb1b11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdfa36b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0dded9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    347e9a6 View commit details
    Browse the repository at this point in the history
  7. add comments for issues

    vezenovm committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    681d3e9 View commit details
    Browse the repository at this point in the history
  8. Empty-Commit

    vezenovm committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9b95a3a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0094df View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e067884 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d093f19 View commit details
    Browse the repository at this point in the history
  12. cargo clipy

    vezenovm committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    6e4f75a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

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

Commits on Aug 30, 2023

  1. master merge

    vezenovm committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    14849e1 View commit details
    Browse the repository at this point in the history
  2. remove old debug derive

    vezenovm committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    1ad7de0 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    39fee20 View commit details
    Browse the repository at this point in the history
  2. fix brillig slices

    vezenovm committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    8afe885 View commit details
    Browse the repository at this point in the history
  3. master conflcits

    vezenovm committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    1d0c822 View commit details
    Browse the repository at this point in the history
  4. pass correct inputs for recursive aggregation but we need to most lik…

    …ely simulate recursion again
    vezenovm committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    e6d7aa8 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

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

    vezenovm committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    395e79c View commit details
    Browse the repository at this point in the history
  3. use default after fxHashMap

    vezenovm committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    dc2defb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6446e86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbf6f36 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a14f9f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    2c695e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e346be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    576b15c View commit details
    Browse the repository at this point in the history