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

unsafe impl<'a> BufMut for ReadBuf<'a> #5590

Merged
merged 19 commits into from Apr 4, 2023

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    490b567 View commit details
    Browse the repository at this point in the history
  2. rustfmt

    amab8901 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    fc7e30b View commit details
    Browse the repository at this point in the history
  3. Add feature gate

    amab8901 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    bad061b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec629ee View commit details
    Browse the repository at this point in the history
  5. Fix chunk_mut

    amab8901 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    d56a3e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

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

Commits on Apr 3, 2023

  1. Apply feedback

    amab8901 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    214226e View commit details
    Browse the repository at this point in the history
  2. Apply feedback

    amab8901 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    8a94073 View commit details
    Browse the repository at this point in the history
  3. remove docs from test

    amab8901 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    7ea22e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3cf522 View commit details
    Browse the repository at this point in the history
  5. fmt

    amab8901 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    5cdd398 View commit details
    Browse the repository at this point in the history
  6. improve test

    amab8901 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    a1af08e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    43fe36b View commit details
    Browse the repository at this point in the history
  8. fmt

    amab8901 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    90762ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6568294 View commit details
    Browse the repository at this point in the history
  10. fmt

    amab8901 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    e8e58f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Improve advance_mut

    amab8901 committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    6c264c2 View commit details
    Browse the repository at this point in the history
  2. Pass the test

    amab8901 committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    93c360c View commit details
    Browse the repository at this point in the history
  3. Add write to test

    amab8901 committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    a1d6684 View commit details
    Browse the repository at this point in the history