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

Fix unnecessary zeroing for AsyncRead implementors #2525

Merged
merged 18 commits into from
May 21, 2020

Commits on May 12, 2020

  1. Configuration menu
    Copy the full SHA
    6a21dec View commit details
    Browse the repository at this point in the history
  2. Less unsafe

    MikailBag committed May 12, 2020
    Configuration menu
    Copy the full SHA
    572d443 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    MikailBag committed May 12, 2020
    Configuration menu
    Copy the full SHA
    70ed766 View commit details
    Browse the repository at this point in the history
  4. try to fix features

    MikailBag committed May 12, 2020
    Configuration menu
    Copy the full SHA
    1bd2348 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Configuration menu
    Copy the full SHA
    a00fc0c View commit details
    Browse the repository at this point in the history
  2. Fix bug

    MikailBag committed May 13, 2020
    Configuration menu
    Copy the full SHA
    28ad620 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    MikailBag committed May 13, 2020
    Configuration menu
    Copy the full SHA
    87169e4 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. [fixup] unpub, attempt 1

    MikailBag committed May 19, 2020
    Configuration menu
    Copy the full SHA
    3c153aa View commit details
    Browse the repository at this point in the history
  2. attempt=2

    MikailBag committed May 19, 2020
    Configuration menu
    Copy the full SHA
    777597a View commit details
    Browse the repository at this point in the history
  3. attempt=3

    MikailBag committed May 19, 2020
    Configuration menu
    Copy the full SHA
    caa170d View commit details
    Browse the repository at this point in the history
  4. attempt=4

    MikailBag committed May 19, 2020
    Configuration menu
    Copy the full SHA
    a256072 View commit details
    Browse the repository at this point in the history
  5. attempt=5

    MikailBag committed May 19, 2020
    Configuration menu
    Copy the full SHA
    b634498 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. allow(dead_code)

    MikailBag committed May 21, 2020
    Configuration menu
    Copy the full SHA
    2cb3ea8 View commit details
    Browse the repository at this point in the history
  2. Fix allow on use

    MikailBag committed May 21, 2020
    Configuration menu
    Copy the full SHA
    e8eeb85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa9299d View commit details
    Browse the repository at this point in the history
  4. switch to better approach

    MikailBag committed May 21, 2020
    Configuration menu
    Copy the full SHA
    65dc798 View commit details
    Browse the repository at this point in the history
  5. Fix zeroing in Chain

    MikailBag committed May 21, 2020
    Configuration menu
    Copy the full SHA
    549860f View commit details
    Browse the repository at this point in the history
  6. Rollback useless machinery

    MikailBag committed May 21, 2020
    Configuration menu
    Copy the full SHA
    aeb924a View commit details
    Browse the repository at this point in the history