-
Notifications
You must be signed in to change notification settings - Fork 346
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 non-deterministc mode #683
Merged
Merged
Commits on Apr 7, 2019
-
Implement non-deterministc mode
Part of rust-lang#653 This allows us to properly implement getrandom(), which unlocks the default HashMap type (e.g. HashMap<K, V>) with RandomState) This commit adds a new '-Zmiri-seed=<seed>' option. When present, this option takes a 64-bit hex value, which is used as the seed to an internal PRNG. This PRNG is used to implement the 'getrandom()' syscall. When '-Zmiri-seed' is not passed, 'getrandom()' will be disabled.
Configuration menu - View commit details
-
Copy full SHA for 7323957 - Browse repository at this point
Copy the full SHA 7323957View commit details -
Configuration menu - View commit details
-
Copy full SHA for 312f938 - Browse repository at this point
Copy the full SHA 312f938View commit details -
Configuration menu - View commit details
-
Copy full SHA for dddeda7 - Browse repository at this point
Copy the full SHA dddeda7View commit details
Commits on Apr 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 808b149 - Browse repository at this point
Copy the full SHA 808b149View commit details
Commits on Apr 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5530d29 - Browse repository at this point
Copy the full SHA 5530d29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b0440e - Browse repository at this point
Copy the full SHA 6b0440eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b120e8b - Browse repository at this point
Copy the full SHA b120e8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d3e93c - Browse repository at this point
Copy the full SHA 6d3e93cView commit details -
Disable normal HashMap test on OS X
Implementing random number generation on OS X will require special-casing the 'openat' system call to special-case reading from /dev/urandom
Configuration menu - View commit details
-
Copy full SHA for 858e82b - Browse repository at this point
Copy the full SHA 858e82bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f99764 - Browse repository at this point
Copy the full SHA 5f99764View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1748744 - Browse repository at this point
Copy the full SHA 1748744View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e07ff6 - Browse repository at this point
Copy the full SHA 5e07ff6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b4c5b8 - Browse repository at this point
Copy the full SHA 6b4c5b8View commit details -
Use 'ignore-' instead of 'only-'
Apparently 'ignore-' doesn't work with compiletest_rs
Configuration menu - View commit details
-
Copy full SHA for 9243680 - Browse repository at this point
Copy the full SHA 9243680View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22044c8 - Browse repository at this point
Copy the full SHA 22044c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae8e7f6 - Browse repository at this point
Copy the full SHA ae8e7f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6e0d09 - Browse repository at this point
Copy the full SHA c6e0d09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0837d63 - Browse repository at this point
Copy the full SHA 0837d63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eb2c8d - Browse repository at this point
Copy the full SHA 2eb2c8dView commit details
Commits on Apr 10, 2019
-
Co-Authored-By: Aaron1011 <aa1ronham@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 48b22b8 - Browse repository at this point
Copy the full SHA 48b22b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8763f3 - Browse repository at this point
Copy the full SHA a8763f3View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.