about summary refs log tree commit diff
path: root/src/libstd/sys/cloudabi
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-4907/+0
2020-07-12adjust remaining targetsRalf Jung-2/+2
2020-06-10Migrate to numeric associated constsLzu Tao-1/+1
2020-06-03Bump to 1.46Mark Rousskov-4/+1
2020-05-17abort_internal is safeRalf Jung-2/+5
2020-04-26Fix stragglersSteven Fackler-3/+3
2020-04-26Update nameSteven Fackler-3/+3
2020-04-26Add Read/Write::can_read/write_vectoredSteven Fackler-0/+24
2020-04-03Delete unnecessary stub stack overflow handler for cloudabi.Vytautas Astrauskas-13/+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
2020-03-21Rollup merge of #69955 - alexcrichton:stderr-infallible, r=sfacklerDylan DPC-4/+4
2020-03-20Fix abort-on-eprintln during process shutdownAlex Crichton-4/+4
2020-02-23Implement `Copy` for `IoSlice`LeSeulArtichaut-0/+1
2020-01-24Remove unused ignore-license directivesTomasz Miąsko-4/+0
2019-12-24Deprecate Error::description for realDavid Tolnay-0/+1
2019-12-22Format the worldMark Rousskov-1053/+1116
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-44/+17
2019-09-05std: Improve downstream codegen in `Command::env`Alex Crichton-3/+5
2019-08-15Remove uses of `mem::uninitialized()` from cloudabiLzu Tao-14/+18
2019-08-14Handle cfg(bootstrap) throughoutMark Rousskov-1/+1
2019-08-03Add {IoSlice, IoSliceMut}::advanceThomas de Zeeuw-0/+14
2019-07-23Use raw pointers in std::sys::cloudabi when passing MaybeUninit valuesNathan-6/+6
2019-07-23Cleanup std::sys::cloudabiNathan-19/+19
2019-07-23Modify CloudABI ReentrantMutex to use MaybeUninitNathan-14/+18
2019-07-22Remove uses of mem::uninitialized in std::sys::cloudabiNathan-16/+30
2019-07-19warn about deprecated-in-future in most of libstdRalf Jung-1/+1
2019-07-04Permit use of mem::uninitialized via allow(deprecated)Mark Rousskov-0/+2
2019-05-25std: Depend on `backtrace` crate from crates.ioAlex Crichton-118/+0
2019-04-27Stabilized vectored IOSteven Fackler-17/+17
2019-04-14Rollup merge of #59852 - alexcrichton:more-vectored, r=sfacklerMazdak Farrokhzad-2/+18
2019-04-10std: Add `{read,write}_vectored` for more typesAlex Crichton-2/+18
2019-04-10Eliminate `FnBox` usages from libstd.CrLF0710-2/+1
2019-03-31libstd: deny(elided_lifetimes_in_paths), fixes in cloudabiMazdak Farrokhzad-3/+4
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-13/+13
2019-03-26Rollup merge of #59374 - faern:simplify-checked-duration-since, r=shepmasterMazdak Farrokhzad-5/+3
2019-03-22Update sys::time impls to have checked_sub_instantLinus Färnstrand-5/+3
2019-03-22Auto merge of #59370 - Centril:rollup, r=Centrilbors-0/+4
2019-03-22Auto merge of #58953 - jethrogb:jb/unify-ffi, r=alexcrichtonbors-2/+2
2019-03-21Unify OsString/OsStr for byte-based implementationsJethro Beekman-2/+2
2019-03-16Add peer_addr function to UdpSocketLinus Unnebäck-0/+4
2019-03-09Use lifetime contravariance to elide more lifetimes in core+alloc+stdScott McMurray-2/+2
2019-02-28Fix #[macro_use] extern crate in sys/cloudabiTaiki Endo-2/+1
2019-02-28libstd => 2018Taiki Endo-173/+175
2019-02-26Auto merge of #58357 - sfackler:vectored-io, r=alexcrichtonbors-19/+59
2019-02-24Fix cloudabiSteven Fackler-1/+9
2019-02-20Use standard Read/Write traits in sys::stdioPaul Dicker-5/+11
2019-02-20Remove sys::*::Stderr Write implementationPaul Dicker-13/+0