about summary refs log tree commit diff
path: root/src/libstd/os/linux
AgeCommit message (Expand)AuthorLines
2020-03-06fix various typosMatthias Krüger-1/+1
2020-01-01Add support for RISC-V 64-bit GNU/Linuxmsizanoen1-1/+6
2019-11-29Format libstd/os with rustfmtDavid Tolnay-64/+95
2019-08-06doc: Reword deprecation message of MetadataExt::as_raw_statLzu Tao-3/+4
2019-07-22add support for hexagon-unknown-linux-muslBrian Cain-0/+56
2019-02-28libstd => 2018Taiki Endo-10/+8
2018-12-25Remove licensesMark Rousskov-30/+0
2018-11-22Make std::os::unix/linux::fs::MetadataExt::a/m/ctime* documentation clearerariasuni-6/+12
2018-04-14Add doc links to `std::os` extension traitsDylan MacKenzie-1/+3
2018-03-28Remove hidden `foo` functions from doc examples; use `Termination` trait.Corey Farwell-119/+119
2017-10-24Fix doc build on other architectures than linuxGuillaume Gomez-17/+17
2017-10-19Add missing code examplesGuillaume Gomez-1/+241
2017-03-29Improve os::linux documentation (#29367)Camille TJHOA-0/+19
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-99/+209
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-1/+3
2015-10-13Make the Metadata struct CloneBen S-0/+4
2015-06-09std: Stabilize a number of new fs featuresAlex Crichton-27/+111
2015-05-09Rollup merge of #25140 - kevinmehall:mips, r=steveklabnikManish Goregaokar-2/+2
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-1/+1
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/+189