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

Defactored Bytes::read #56363

Merged
merged 4 commits into from
Dec 19, 2018
Merged

Defactored Bytes::read #56363

merged 4 commits into from
Dec 19, 2018

Commits on Nov 30, 2018

  1. Defactored Bytes::read

    Removed unneeded refactoring of read_one_byte, which removed the unneeded dynamic dispatch (`dyn Read`) used by that function.
    Lucretiel committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    f59d645 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    697b83b View commit details
    Browse the repository at this point in the history
  3. Typo

    Lucretiel committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    7c05ef5 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Reordered match arms

    Lucretiel committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    a1790e8 View commit details
    Browse the repository at this point in the history