]> git.lizzy.rs Git - rust.git/history - tests/compile-fail/getrandom.rs
build: Fix build after rust-lang/rust#60951
[rust.git] / tests / compile-fail / getrandom.rs
2019-04-22 Oliver SchererMerge pull request #702 from RalfJung/exit
2019-04-22 Ralf JungMerge branch 'master' into exit
2019-04-21 Ralf Jungfix compile-fail ref files
2019-04-17 Ralf JungMerge pull request #692 from RalfJung/rand
2019-04-16 Ralf JungMerge branch 'master' into rand
2019-04-16 Ralf Jungtweak entropy tests a bit
2019-04-11 Ralf JungMerge remote-tracking branch 'origin/master'
2019-04-10 Ralf JungMerge pull request #683 from Aaron1011/feature/random
2019-04-09 Oliver SchererMerge branch 'master' into feature/random
2019-04-09 Aaron HillFix compile-fail error message
2019-04-09 Aaron HillUse 'ignore-' instead of 'only-'
2019-04-09 Aaron HillOnly run 'getrandom' test on Linux
2019-04-09 Aaron HillRefactor random number generation
2019-04-09 Aaron HillSimplify cast using as_mut_ptr()
2019-04-07 Aaron HillImplement non-deterministc mode