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

Switch BufMut::bytes_mut from MaybeUninit to &mut UninitSlice, a type ownec by bytes for this purpose #433

Merged
merged 12 commits into from Oct 19, 2020

Commits on Oct 16, 2020

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

Commits on Oct 17, 2020

  1. tweaks

    carllerche committed Oct 17, 2020
    Copy the full SHA
    b8fe6f5 View commit details
    Browse the repository at this point in the history
  2. fmt

    carllerche committed Oct 17, 2020
    Copy the full SHA
    252a31a View commit details
    Browse the repository at this point in the history
  3. docs

    carllerche committed Oct 17, 2020
    Copy the full SHA
    d0ab1de View commit details
    Browse the repository at this point in the history
  4. fmt::Debug

    carllerche committed Oct 17, 2020
    Copy the full SHA
    8fea13c View commit details
    Browse the repository at this point in the history
  5. fmt

    carllerche committed Oct 17, 2020
    Copy the full SHA
    00b6d89 View commit details
    Browse the repository at this point in the history
  6. add additional helpers

    carllerche committed Oct 17, 2020
    Copy the full SHA
    8853151 View commit details
    Browse the repository at this point in the history
  7. fix core

    carllerche committed Oct 17, 2020
    Copy the full SHA
    e7ae35c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Update src/buf/uninit_slice.rs

    Co-authored-by: Alice Ryhl <alice@ryhl.io>
    carllerche and Darksonn committed Oct 19, 2020
    Copy the full SHA
    a8fdfd1 View commit details
    Browse the repository at this point in the history
  2. Update src/buf/uninit_slice.rs

    Co-authored-by: Alice Ryhl <alice@ryhl.io>
    carllerche and Darksonn committed Oct 19, 2020
    Copy the full SHA
    200ed46 View commit details
    Browse the repository at this point in the history
  3. Update src/buf/uninit_slice.rs

    Co-authored-by: Alice Ryhl <alice@ryhl.io>
    carllerche and Darksonn committed Oct 19, 2020
    Copy the full SHA
    38e2fe1 View commit details
    Browse the repository at this point in the history
  4. apply feedback

    carllerche committed Oct 19, 2020
    Copy the full SHA
    1a87a33 View commit details
    Browse the repository at this point in the history