about summary refs log tree commit diff
path: root/src/libstd/os
AgeCommit message (Expand)AuthorLines
2016-01-15Rollup merge of #30925 - semarie:blksize_t, r=alexcrichtonManish Goregaokar-1/+1
2016-01-14update blksize_t in raw to reflect libc change under openbsdSébastien Marie-1/+1
2016-01-13Add powerpc64 and powerpc64le supportAnton Blanchard-3/+10
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-1/+3
2015-12-04Add JoinHandleExt to get the pthread_t on unix platformsPeter Atashian-0/+24
2015-11-18Fix buildbot failuresVadim Petrochenkov-9/+20
2015-11-18Add missing annotations and some testsVadim Petrochenkov-3/+9
2015-11-11Cleaner c_char cfg logicarcnmx-6/+6
2015-11-11Prefer raw::c_char or libc::c_char and fix armarcnmx-2/+6
2015-11-09std: Migrate to the new libcAlex Crichton-2/+2
2015-10-28Port the standard crates to PNaCl/NaCl.Richard Diamond-239/+30
2015-10-13Make the Metadata struct CloneBen S-0/+18
2015-10-06Replace multiple trailing newlines with a single trailing newlineCarlos Liam-1/+0
2015-09-21Various fixes for NetBSD/amd64Sebastian Wicki-6/+7
2015-09-02Fix compile on DragonFly: Replace unknown uint32_t/in64_t by u32/i64.Michael Neumann-4/+4
2015-08-23New cross target: i686-linux-androidTim JIANG-1/+2
2015-08-15std: Add issues to all unstable featuresAlex Crichton-2/+4
2015-07-28Fixes #25155 and fixes #27359 by fixing the stat defines for both freebsd 10....Dave Huseby-67/+124
2015-07-01Add netbsd amd64 supportAlex Newman-0/+92
2015-06-09std: Stabilize a number of new fs featuresAlex Crichton-122/+518
2015-06-04support aarch64-android raw type definitionsSae-bom Kim-33/+82
2015-05-09Rollup merge of #25140 - kevinmehall:mips, r=steveklabnikManish Goregaokar-2/+2
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-9/+9
2015-05-05Fix MIPS build errors in libstd/os/linux/raw.rsKevin Mehall-2/+2
2015-04-30remove denied unused import: pid_t in rawSébastien Marie-4/+4
2015-04-27std: Expand the area of std::fsAlex Crichton-0/+971