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

Implement size_hint for BufReader #81052

Closed
wants to merge 20 commits into from

Commits on Jan 15, 2021

  1. Configuration menu
    Copy the full SHA
    b6730e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a97be6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d90d99 View commit details
    Browse the repository at this point in the history
  4. Add missing generic

    Xavientois committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    edcd2ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3358674 View commit details
    Browse the repository at this point in the history
  6. Fix incorrect token

    Xavientois committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    f28dd81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c427c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

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

    Xavientois committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    3ad20e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    284f4bb View commit details
    Browse the repository at this point in the history
  4. Add dyn for SizeHint cast

    Xavientois committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    af4be91 View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    Xavientois committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    5881fc9 View commit details
    Browse the repository at this point in the history
  6. Remove stable annotation

    Xavientois committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    6c8f0a6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8321b9a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6040a52 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c683ff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a544726 View commit details
    Browse the repository at this point in the history
  11. Remove trailing newline

    Xavientois committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    b23feaa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    88bc1d4 View commit details
    Browse the repository at this point in the history
  13. Fix formatting on mod

    Xavientois committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    e948522 View commit details
    Browse the repository at this point in the history