about summary refs log tree commit diff
path: root/src/libstd/os/linux/raw.rs
AgeCommit message (Expand)AuthorLines
2020-01-01Add support for RISC-V 64-bit GNU/Linuxmsizanoen1-1/+6
2019-11-29Format libstd/os with rustfmtDavid Tolnay-55/+92
2019-07-22add support for hexagon-unknown-linux-muslBrian Cain-0/+56
2019-02-28libstd => 2018Taiki Endo-5/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2016-12-30sparc64-linux supportJorge Aparicio-6/+3
2016-12-18Implement `fmt::Debug` for all structures in libstd.Corey Farwell-0/+1
2016-09-30Preliminary wasm32 supportBrian Anderson-1/+2
2016-09-09Add s390x supportUlrich Weigand-0/+5
2016-08-27fix cross compilation of stdJorge Aparicio-0/+5
2016-06-23std: Fix up stabilization discrepanciesAlex Crichton-1/+2
2016-02-13std: Deprecate all std::os::*::raw typesAlex Crichton-93/+80
2016-02-06Add the asmjs-unknown-emscripten triple. Add cfgs to libs.Brian Anderson-2/+10
2016-02-02Auto merge of #31312 - alexcrichton:no-le-in-powerpc64le, r=alexcrichtonbors-4/+2
2016-02-01Remove "powerpc64le" and "mipsel" target_archAlex Crichton-4/+2
2016-01-29add support for mips(el)-unknown-linux-muslJorge Aparicio-0/+9
2016-01-13Add powerpc64 and powerpc64le supportAnton Blanchard-1/+2
2015-12-04Add JoinHandleExt to get the pthread_t on unix platformsPeter Atashian-0/+4
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+1
2015-10-13Make the Metadata struct CloneBen S-0/+4
2015-06-09std: Stabilize a number of new fs featuresAlex Crichton-26/+109
2015-05-05Fix MIPS build errors in libstd/os/linux/raw.rsKevin Mehall-2/+2
2015-04-27std: Expand the area of std::fsAlex Crichton-0/+170