about summary refs log tree commit diff
path: root/src/libstd/sys_common/thread.rs
AgeCommit message (Expand)AuthorLines
2020-03-31Inline start_thread into its callers.Vytautas Astrauskas-11/+0
2019-04-10Eliminate `FnBox` usages from libstd.CrLF0710-2/+1
2019-02-28libstd => 2018Taiki Endo-5/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-10Deny bare trait objects in `src/libstd`.ljedrz-1/+1
2018-04-12Import the `alloc` crate as `alloc_crate` in stdSimon Sapin-1/+1
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-1/+2
2017-11-09std: Avoid use of `libc` in portable modulesAlex Crichton-2/+1
2017-09-13Move default stack min size to thread implementationsTobias Schaffner-0/+18
2016-11-01std: Move sys_common to libstd/sys_commonBrian Anderson-0/+22