-
Notifications
You must be signed in to change notification settings - Fork 432
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 Uniform
constructors return a result
#1229
Merged
Merged
Commits on Apr 22, 2022
-
Forbid unsafe code in crates without unsafe code
This helps tools like `cargo geiger`.
Configuration menu - View commit details
-
Copy full SHA for f9bce60 - Browse repository at this point
Copy the full SHA f9bce60View commit details -
Make
Uniform
constructors return a result- This is a breaking change. - The new error type had to be made public, otherwise `Uniform` could not be extended for user-defined types by implementing `UniformSampler`. - `rand_distr` was updated accordingly. - Also forbid unsafe code for crates where none is used. Fixes rust-random#1195, rust-random#1211.
Configuration menu - View commit details
-
Copy full SHA for e40f00a - Browse repository at this point
Copy the full SHA e40f00aView commit details
Commits on Nov 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9536f69 - Browse repository at this point
Copy the full SHA 9536f69View commit details
Commits on Dec 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0754b72 - Browse repository at this point
Copy the full SHA 0754b72View commit details -
Configuration menu - View commit details
-
Copy full SHA for f20b74e - Browse repository at this point
Copy the full SHA f20b74eView commit details
Commits on Dec 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0d7fb63 - Browse repository at this point
Copy the full SHA 0d7fb63View commit details
Commits on Feb 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b1080b0 - Browse repository at this point
Copy the full SHA b1080b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6695abe - Browse repository at this point
Copy the full SHA 6695abeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dfbf14 - Browse repository at this point
Copy the full SHA 2dfbf14View commit details
Commits on Feb 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0eb674b - Browse repository at this point
Copy the full SHA 0eb674bView 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.