about summary refs log tree commit diff
path: root/library/std/src/sys/hermit/thread.rs
AgeCommit message (Expand)AuthorLines
2023-01-17refactor[std]: do not use box syntaxjoboet-2/+2
2022-11-29hermit: Fix fuzzy_provenance_castsMartin Kröning-1/+2
2022-02-04Hide Repr details from io::Error, and rework `io::Error::new_const`.Thom Chiovoloni-1/+1
2021-09-28Rename `std::thread::available_onccurrency` to `std::thread::available_parall...Yoshua Wuyts-1/+1
2021-07-02Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplettbors-1/+1
2021-06-21Use `Unsupported` on platforms where `available_concurrency` is not implemented.Christiaan Dirkx-4/+2
2021-06-21Move `available_concurrency` implementation to `sys`Christiaan Dirkx-0/+8
2021-06-15Rename ErrorKind::Unknown to Uncategorized.Mara Bos-1/+1
2021-06-15Redefine `ErrorKind::Other` and stop using it in std.Mara Bos-1/+1
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-1/+1
2020-07-28adjust remaining targetsStefan Lankes-1/+1
2020-07-27mv std libs to library/mark-0/+106