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

Fix Linear Map for Cargo 1.71 #376

Closed
wants to merge 16 commits into from

Commits on Aug 30, 2023

  1. Update histbuf to have pop_oldest.

    Need to fix OldestOrdered.
    Ryder-C committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    3a35bf2 View commit details
    Browse the repository at this point in the history
  2. Update build.rs

    AdinAck committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    47f3fea View commit details
    Browse the repository at this point in the history
  3. Update histbuf.rs

    Ryder-C committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    18881e9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'HistoryBuffer-pop' of https://github.com/Ryderai/heapless

    … into HistoryBuffer-pop
    Ryder-C committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    081a7bd View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. continue work

    AdinAck committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f956aac View commit details
    Browse the repository at this point in the history
  2. all tests pass!

    AdinAck committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7fbf7c6 View commit details
    Browse the repository at this point in the history
  3. Update linear_map.rs

    AdinAck committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    82d75fd View commit details
    Browse the repository at this point in the history
  4. Revert "Update build.rs"

    This reverts commit 47f3fea.
    Ryder-C committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    562c00c View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    AdinAck committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    5788e96 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    Ryder-C authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    98c8502 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    Ryder-C authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e0f3ebb View commit details
    Browse the repository at this point in the history
  8. Revert "Revert "Update build.rs""

    This reverts commit 562c00c.
    AdinAck committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b1be332 View commit details
    Browse the repository at this point in the history
  9. passes tests

    AdinAck committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f90e950 View commit details
    Browse the repository at this point in the history
  10. remove Drop impl

    AdinAck committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    8452e92 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Merge pull request #1 from Ryderai/oldest-ordered-pop

    Oldest ordered pop
    AdinAck authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    886c129 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60b8ed0 View commit details
    Browse the repository at this point in the history