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: Bytes::from_owner #742

Merged
merged 28 commits into from
Oct 29, 2024
Merged

Commits on Oct 22, 2024

  1. stub

    amunra committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    fad291f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    905b6af View commit details
    Browse the repository at this point in the history
  3. we're getting there..

    amunra committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e7ccb31 View commit details
    Browse the repository at this point in the history
  4. fmt fix

    amunra committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    713e09c View commit details
    Browse the repository at this point in the history
  5. better naming

    amunra committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    811c11c View commit details
    Browse the repository at this point in the history
  6. a few tests and bug fixes

    amunra committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ddf5f28 View commit details
    Browse the repository at this point in the history
  7. cargo fmt

    amunra committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    dc98465 View commit details
    Browse the repository at this point in the history
  8. docs

    amunra committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    bd89523 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d419b2b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. fixed a doctest

    amunra committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    74f138b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3b6798 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f1ddeb View commit details
    Browse the repository at this point in the history
  4. fixed panic safety issue

    amunra committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    1d7ef85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6271eff View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    8e881a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1aed1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddcb7ce View commit details
    Browse the repository at this point in the history
  4. test case clean-up

    amunra committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d6b35ae View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. doctest improvement

    amunra committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d170ece View commit details
    Browse the repository at this point in the history
  2. atomic ordering fix

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    amunra and Darksonn authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    01b9792 View commit details
    Browse the repository at this point in the history
  3. atomic ordering fix

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    amunra and Darksonn authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9b4e1bc View commit details
    Browse the repository at this point in the history
  4. atomic ordering fix

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    amunra and Darksonn authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    348b822 View commit details
    Browse the repository at this point in the history
  5. atomic ordering fix

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    amunra and Darksonn authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    223d621 View commit details
    Browse the repository at this point in the history
  6. atomic ordering improvement

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    amunra and Darksonn authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    63d2589 View commit details
    Browse the repository at this point in the history
  7. naming clarity

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    amunra and Darksonn authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    020a585 View commit details
    Browse the repository at this point in the history
  8. atomic ordering fix

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    amunra and Darksonn authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e10cfb6 View commit details
    Browse the repository at this point in the history
  9. more readable tests

    amunra committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0173061 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    12de708 View commit details
    Browse the repository at this point in the history