rust/library/std
Mara Bos 61134aa54c
Rollup merge of #78785 - cuviper:weak-getrandom, r=m-ou-se
linux: try to use libc getrandom to allow interposition

We'll try to use a weak `getrandom` symbol first, because that allows
things like `LD_PRELOAD` interposition. For example, perf measurements
might want to disable randomness to get reproducible results. If the
weak symbol is not found, we fall back to a raw `SYS_getrandom` call.
2020-11-18 15:46:23 +01:00
..
benches
src Rollup merge of #78785 - cuviper:weak-getrandom, r=m-ou-se 2020-11-18 15:46:23 +01:00
tests Updated documentation, x86 feature detection testing, and removed LLVM 9 exclusive features 2020-10-26 08:36:14 +01:00
build.rs Make the libstd build script smaller 2020-11-15 16:17:21 +01:00
Cargo.toml Rollup merge of #78138 - fortanix:raoul/dlmalloc0.2, r=Mark-Simulacrum 2020-11-17 10:06:16 +01:00