about summary refs log tree commit diff
path: root/src/libstd/sys/cloudabi/thread.rs
AgeCommit message (Expand)AuthorLines
2020-04-03Delete unnecessary stub stack overflow handler for cloudabi.Vytautas Astrauskas-5/+1
2020-04-01In Thread::new, add a comment that a panic could cause a memory leak.Vytautas Astrauskas-1/+4
2020-03-31Use Box::into_raw instead of ManuallyDrop in Thread::new.Vytautas Astrauskas-9/+4
2020-03-31Inline start_thread into its callers.Vytautas Astrauskas-2/+6
2020-03-31Fix double-free and undefined behaviour in libstd::syn::unix::Thread::new.Vytautas Astrauskas-3/+10
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-7/+3
2019-08-15Remove uses of `mem::uninitialized()` from cloudabiLzu Tao-3/+4
2019-04-10Eliminate `FnBox` usages from libstd.CrLF0710-2/+1
2019-02-28libstd => 2018Taiki Endo-11/+10
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-21Auto merge of #56813 - oli-obk:main_🧶, r=pnkfelixbors-1/+0
2018-12-14Remove dead codeOliver Scherer-1/+0
2018-12-13Fix dur2intervals import on cloudabiLinus Färnstrand-2/+4
2018-12-06Change sys::Thread::new to take the thread entry as Box<dyn FnBox() + 'static>̣Jethro Beekman-1/+2
2018-07-10Add missing `dyn` for cloudabi, redox, unix and wasmljedrz-1/+1
2018-04-12Import the `alloc` crate as `alloc_crate` in stdSimon Sapin-1/+1
2018-03-24Fix build on non-Unix platformsTatsuyuki Ishi-0/+1
2018-01-31Use a range to identify SIGSEGV in stack guardsJosh Stone-2/+3
2018-01-11Implement libstd for CloudABI.Ed Schouten-0/+124