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

io: change AsyncRead to use a ReadBuf #2758

Merged
merged 11 commits into from Aug 14, 2020
Merged

io: change AsyncRead to use a ReadBuf #2758

merged 11 commits into from Aug 14, 2020

Commits on Aug 10, 2020

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

Commits on Aug 11, 2020

  1. fixup tests

    seanmonstar committed Aug 11, 2020
    Copy the full SHA
    c128dd5 View commit details
    Browse the repository at this point in the history
  2. shush clippy

    seanmonstar committed Aug 11, 2020
    Copy the full SHA
    f83e7b6 View commit details
    Browse the repository at this point in the history
  3. Fix initialize_to

    seanmonstar committed Aug 11, 2020
    Copy the full SHA
    6c8f4d1 View commit details
    Browse the repository at this point in the history
  4. More clippy crying

    seanmonstar committed Aug 11, 2020
    Copy the full SHA
    952db31 View commit details
    Browse the repository at this point in the history
  5. Add docs to ReadBuf

    seanmonstar committed Aug 11, 2020
    Copy the full SHA
    1c27000 View commit details
    Browse the repository at this point in the history
  6. Fix tokio-compat

    seanmonstar committed Aug 11, 2020
    Copy the full SHA
    34d1840 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    df8cb0b View commit details
    Browse the repository at this point in the history
  8. rustfmt

    seanmonstar committed Aug 11, 2020
    Copy the full SHA
    e81c3ef View commit details
    Browse the repository at this point in the history
  9. update tokio-util tests

    seanmonstar committed Aug 11, 2020
    Copy the full SHA
    022f49c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. address review comments

    seanmonstar committed Aug 13, 2020
    Copy the full SHA
    d6086f9 View commit details
    Browse the repository at this point in the history