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

Initial implementation of Slice distribution #1107

Merged
merged 8 commits into from May 12, 2021

Commits on Mar 21, 2021

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

Commits on Mar 28, 2021

  1. Fix doctests

    Lucretiel committed Mar 28, 2021
    Copy the full SHA
    3961f9d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Code review updates

    - Replace Option<Self> with Result<Self, EmptySlice>
    - Add a debug_assert to the unsafe part of the code
    Lucretiel committed Mar 31, 2021
    Copy the full SHA
    4deb2b8 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Add missing licence header

    vks committed May 12, 2021
    Copy the full SHA
    4d4ae25 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    vks committed May 12, 2021
    Copy the full SHA
    13949ee View commit details
    Browse the repository at this point in the history
  3. Slice: Derive Clone and Copy

    vks committed May 12, 2021
    Copy the full SHA
    6bfc5a8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    701c2c7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d86db46 View commit details
    Browse the repository at this point in the history