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

Add a double ended queue #3153

Merged
merged 21 commits into from Feb 16, 2022
Merged

Add a double ended queue #3153

merged 21 commits into from Feb 16, 2022

Commits on Jan 31, 2022

  1. Copy the full SHA
    d3854ee View commit details
    Browse the repository at this point in the history
  2. fix lint

    Amxx committed Jan 31, 2022
    Copy the full SHA
    b5358a9 View commit details
    Browse the repository at this point in the history
  3. need more memory for coverage

    Amxx committed Jan 31, 2022
    Copy the full SHA
    6140b20 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1157045 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. refactor Vector testing

    Amxx committed Feb 3, 2022
    Copy the full SHA
    9e9dd6d View commit details
    Browse the repository at this point in the history
  2. revert package.json changes

    Amxx committed Feb 3, 2022
    Copy the full SHA
    bfb6d57 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. rename to DoubleEndedQueue

    frangio committed Feb 10, 2022
    Copy the full SHA
    c7ec6fd View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. rename and refactor

    frangio committed Feb 11, 2022
    Copy the full SHA
    933337e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b7fb096 View commit details
    Browse the repository at this point in the history
  3. test for custom errors

    frangio committed Feb 11, 2022
    Copy the full SHA
    17a8fea View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8eea114 View commit details
    Browse the repository at this point in the history
  5. add changelog entry

    frangio committed Feb 11, 2022
    Copy the full SHA
    595d5ef View commit details
    Browse the repository at this point in the history
  6. add docs

    frangio committed Feb 11, 2022
    Copy the full SHA
    914e1df View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    c5ef056 View commit details
    Browse the repository at this point in the history
  8. add available since

    frangio committed Feb 11, 2022
    Copy the full SHA
    1cf95f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. lint

    frangio committed Feb 12, 2022
    Copy the full SHA
    adc9a5a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Copy the full SHA
    0649a31 View commit details
    Browse the repository at this point in the history
  2. add struct documentation

    frangio committed Feb 15, 2022
    Copy the full SHA
    bbb091d View commit details
    Browse the repository at this point in the history
  3. remove SafeCast in length

    frangio committed Feb 15, 2022
    Copy the full SHA
    3aff9f0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    35064a7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    248d479 View commit details
    Browse the repository at this point in the history