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

std::io: migrate ReadBuf to BorrowedBuf/BorrowedCursor #97015

Merged
merged 4 commits into from
Aug 28, 2022

Commits on Aug 4, 2022

  1. std::io: migrate ReadBuf to BorrowBuf/BorrowCursor

    Signed-off-by: Nick Cameron <nrc@ncameron.org>
    nrc committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c1aae4d View commit details
    Browse the repository at this point in the history
  2. Add some docs for BorrowBuf

    Signed-off-by: Nick Cameron <nrc@ncameron.org>
    nrc committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    b56cf67 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. non-linux platforms

    Signed-off-by: Nick Cameron <nrc@ncameron.org>
    nrc committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    1a2122f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Address reviewer comments

    Signed-off-by: Nick Cameron <nrc@ncameron.org>
    nrc committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    ac70aea View commit details
    Browse the repository at this point in the history