about summary refs log tree commit diff
path: root/library/alloc/benches/slice.rs
AgeCommit message (Collapse)AuthorLines
2025-03-07Move all alloc integration tests to a new alloctests cratebjorn3-390/+0
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-7/+7
Use `std::mem::{size_of, size_of_val, align_of, align_of_val}` from the prelude instead of importing or qualifying them. These functions were added to all preludes in Rust 1.80.
2025-02-13library: Update rand to 0.9.0Eric Huss-12/+12
2025-01-24Fix testing of the standard library with Emscriptenbjorn3-0/+11
This does need EMCC_CFLAGS="-s MAXIMUM_MEMORY=2GB" avoid several OOMs.
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-09-09Ban non-array SIMDScott McMurray-2/+2
2023-01-04Update rand in the stdlib tests, and remove the getrandom feature from itThom Chiovoloni-2/+2
2022-05-02Avoid use of `rand::thread_rng` in stdlib benchmarksThom Chiovoloni-12/+9
2020-07-27mv std libs to library/mark-0/+382