about summary refs log tree commit diff
path: root/library/std/src/sys_common/thread_info.rs
AgeCommit message (Expand)AuthorLines
2021-09-16Merge two THREAD_INFO.with and following RefCell borrowbjorn3-2/+5
2021-09-16Replace a couple of asserts with rtassert! in rt codebjorn3-1/+1
2021-09-16Remove unused functionbjorn3-4/+0
2021-09-16Use const {} for the THREAD_INFO thread localbjorn3-1/+2
2021-09-16Optimize ThreadInfo::withbjorn3-6/+7
2020-07-27mv std libs to library/mark-0/+46