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

Document Rust's stance on /proc/self/mem #97837

Merged
merged 9 commits into from
Jun 20, 2022

Commits on Jun 7, 2022

  1. Document Rust's stance on /proc/self/mem

    Add documentation to `std::os::unix::io` describing Rust's stance on
    `/proc/self/mem`, treating it as an external entity which is outside
    the scope of Rust's safety guarantees.
    sunfishcode committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    5ae95fa View commit details
    Browse the repository at this point in the history
  2. Update library/std/src/os/unix/io/mod.rs

    Co-authored-by: Sean Stangl <sean.stangl@gmail.com>
    sunfishcode and sstangl authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    fbb59e7 View commit details
    Browse the repository at this point in the history
  3. Update library/std/src/os/unix/io/mod.rs

    Co-authored-by: Sean Stangl <sean.stangl@gmail.com>
    sunfishcode and sstangl authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    52cb18b View commit details
    Browse the repository at this point in the history
  4. Update library/std/src/os/unix/io/mod.rs

    Co-authored-by: Josh Triplett <josh@joshtriplett.org>
    sunfishcode and joshtriplett authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    27d9ab4 View commit details
    Browse the repository at this point in the history
  5. Update library/std/src/os/unix/io/mod.rs

    Co-authored-by: Josh Triplett <josh@joshtriplett.org>
    sunfishcode and joshtriplett authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    f9662f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    7656e08 View commit details
    Browse the repository at this point in the history
  2. Update library/std/src/os/unix/io/mod.rs

    Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
    sunfishcode and m-ou-se authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    e89ec68 View commit details
    Browse the repository at this point in the history
  3. Reword the question in the section header too.

    This adopts the wording suggested in
    rust-lang#97837 (comment).
    sunfishcode committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    158ff5c View commit details
    Browse the repository at this point in the history
  4. Fix trailing whitespace.

    sunfishcode committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    6959441 View commit details
    Browse the repository at this point in the history