| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-07 | Move all alloc integration tests to a new alloctests crate | bjorn3 | -390/+0 | |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia 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-13 | library: Update rand to 0.9.0 | Eric Huss | -12/+12 | |
| 2025-01-24 | Fix testing of the standard library with Emscripten | bjorn3 | -0/+11 | |
| This does need EMCC_CFLAGS="-s MAXIMUM_MEMORY=2GB" avoid several OOMs. | ||||
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -2/+2 | |
| 2024-09-09 | Ban non-array SIMD | Scott McMurray | -2/+2 | |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -2/+2 | |
| 2022-05-02 | Avoid use of `rand::thread_rng` in stdlib benchmarks | Thom Chiovoloni | -12/+9 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+382 | |
