rust/library/std/src/thread
bjorn3 af7eededaa Remove an allocation from rt::init
Previously the thread name would first be heap allocated and then
re-allocated to add a nul terminator. Now it will be heap allocated only
once with nul terminator added form the start.
2021-09-16 14:41:09 +02:00
..
local Squashed implementation of the pass 2021-06-20 16:09:42 +02:00
local.rs Use #[non_exhaustive] where appropriate 2021-06-24 04:16:11 -04:00
mod.rs Remove an allocation from rt::init 2021-09-16 14:41:09 +02:00
tests.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00