about summary refs log tree commit diff
path: root/src/libstd/sys/hermit/fast_thread_local.rs
AgeCommit message (Collapse)AuthorLines
2020-07-12adjust remaining targetsRalf Jung-36/+0
2020-04-05Simplify dtor registration for HermitCore by using a list of destructorsStefan Lankes-1/+33
The implementation is similiar to macOS solution doesn't depend on additional OS support
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-1/+1
2019-10-06redesign of the interface to the unikernel HermitCoreStefan Lankes-0/+4
- the old interface between HermitCore and the Rust Standard Library based on a small C library (newlib) - remove this interface and call directly the unikernel - remove the dependency to the HermitCore linker - use rust-lld as linker