about summary refs log tree commit diff
path: root/library/std/src/thread/current.rs
AgeCommit message (Expand)AuthorLines
2025-01-14add comments explaining main thread identificationjoboet-0/+3
2025-01-14std: lazily allocate the main thread handlejoboet-18/+18
2024-12-29fix: typoscalciumbe-1/+1
2024-11-25std::thread: avoid leading whitespace in some panic messagesRalf Jung-7/+7
2024-11-18std: allow after-main use of synchronization primitivesjoboet-0/+17
2024-10-12std: fix stdout-before-mainjoboet-9/+11
2024-10-02std: make `thread::current` available in all `thread_local!` destructorsjoboet-0/+252