rust/library/std
Tobias Bucher bb8eb44511 Unify guarantees about the default allocator
`std::alloc` said that the default allocator is unspecified for all
crrate types except `cdylib` and `staticlib`. Adjust
`std::alloc::System` documentation to say the same.

Fixes #125870.
2024-06-11 17:13:26 +02:00
..
benches also test parts of std 2024-04-07 10:05:57 +02:00
src Unify guarantees about the default allocator 2024-06-11 17:13:26 +02:00
tests Stop using the avx512er and avx512pf x86 target features 2024-05-24 20:12:42 +02:00
build.rs Move some expected cfgs to std build.rs as per Cargo recommandation 2024-05-23 16:08:31 +02:00
Cargo.toml Update backtrace to 0.3.73 2024-06-06 22:50:45 -07:00