granite-rust/library/std
bors 89432aadcb Auto merge of - joboet:global_alloc_tls_unsoundness, r=thomcc,workingjubilee
Panic when the global allocator tries to register a TLS destructor

Using a `RefCell` avoids the undefined behaviour encountered in  and reduces the amount of `unsafe` code in the codebase.
2023-10-19 00:03:42 +00:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Auto merge of - joboet:global_alloc_tls_unsoundness, r=thomcc,workingjubilee 2023-10-19 00:03:42 +00:00
tests Add data race test to std::env::{get, set} 2023-08-20 21:50:45 +02:00
build.rs Revert "Invoke backtrace-rs buildscript in std buildscript" 2023-10-13 13:43:00 -06:00
Cargo.toml Auto merge of - sthibaul:libc, r=Mark-Simulacrum 2023-10-15 15:17:17 +00:00