Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

State that Rust prevents segmentation faults #225

Merged
merged 1 commit into from
Nov 23, 2015

Conversation

tbu-
Copy link
Contributor

@tbu- tbu- commented Nov 23, 2015

The rest of the home page talks about safe Rust:

  • guarantees thread safety
  • guaranteed memory safety
  • threads without data races

Fixes #191.

The rest of the home page talks about safe Rust:
- guarantees thread safety
- guaranteed memory safety
- threads without data races
@rust-highfive
Copy link

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @brson (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@steveklabnik
Copy link
Member

Yeah, this is a good point, if we're assuming safe rust everywhere else, might as well do it here too.

brson added a commit that referenced this pull request Nov 23, 2015
State that Rust prevents segmentation faults
@brson brson merged commit fa0d58c into rust-lang:master Nov 23, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants