]> git.lizzy.rs Git - rust.git/commit
Update rand in the stdlib tests, and remove the getrandom feature from it
authorThom Chiovoloni <thom@shift.click>
Mon, 21 Nov 2022 00:55:41 +0000 (16:55 -0800)
committerThom Chiovoloni <thom@shift.click>
Wed, 4 Jan 2023 22:52:41 +0000 (14:52 -0800)
commita4bf36e87bdec61240fb3040774d008c70acbfbb
tree0d742d0fae99a7f6ce94d6d0f12f4086fe5ae890
parent659e169d37990b9c730a59a96081f2ef7afbe8f1
Update rand in the stdlib tests, and remove the getrandom feature from it
22 files changed:
Cargo.lock
library/alloc/Cargo.toml
library/alloc/benches/slice.rs
library/alloc/src/collections/binary_heap/tests.rs
library/alloc/src/collections/linked_list/tests.rs
library/alloc/src/lib.rs
library/alloc/src/slice.rs
library/alloc/src/slice/tests.rs [new file with mode: 0644]
library/alloc/tests/slice.rs
library/core/Cargo.toml
library/core/benches/num/int_log/mod.rs
library/core/tests/lib.rs
library/core/tests/num/flt2dec/random.rs
library/core/tests/slice.rs
library/std/Cargo.toml
library/std/src/collections/hash/map/tests.rs
library/std/src/fs/tests.rs
library/std/src/lib.rs
library/std/src/sync/rwlock/tests.rs
library/std/src/sys_common/io.rs
library/std/tests/env.rs
src/tools/tidy/src/deps.rs