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

Make io::Error use 64 bits on targets with 64 bit pointers. #87869

Merged
merged 9 commits into from
Feb 7, 2022

Commits on Feb 5, 2022

  1. Configuration menu
    Copy the full SHA
    554918e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea21169 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b06843 View commit details
    Browse the repository at this point in the history
  4. Fix comment typos noticed by code review.

    Co-authored-by: Ralf Jung <post@ralfj.de>
    thomcc and RalfJung committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    9f7eb7d View commit details
    Browse the repository at this point in the history
  5. Update library/std/src/io/error/repr_bitpacked.rs

    Co-authored-by: the8472 <the8472@users.noreply.github.com>
    thomcc and the8472 committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    06edf08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f950edb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e98c7f7 View commit details
    Browse the repository at this point in the history
  8. Update documentation somewhat

    thomcc committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    a17a896 View commit details
    Browse the repository at this point in the history
  9. Add more tests for io::Error packing, and fix some comments that were…

    …n't quite accurate anymore
    thomcc committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    9cbe994 View commit details
    Browse the repository at this point in the history