summary refs log tree commit diff
path: root/src/libstd/os
AgeCommit message (Expand)AuthorLines
2016-06-23std: Fix up stabilization discrepanciesAlex Crichton-12/+24
2016-04-07Fix libstd on DragonFlyMichael Neumann-10/+0
2016-03-08Auto merge of #31986 - ashleysommer:emscripten_fixes, r=alexcrichtonbors-5/+225
2016-03-07Fix building libstd on on emscripten targets.ashleysommer-5/+225
2016-03-04End stdlib module summaries with a full stop.Steve Klabnik-1/+1
2016-02-22Auto merge of #31813 - nbaksalyar:solaris-fix, r=sanxiynbors-1/+1
2016-02-22Fix broken Solaris buildNikita Baksalyar-1/+1
2016-02-21Fix `struct stat` usage on NetBSDSebastian Wicki-9/+4
2016-02-19Rollup merge of #31737 - dhuseby:netbsd_fixes, r=alexcrichtonSteve Klabnik-2/+2
2016-02-17fixes a small netbsd compile errorDave Huseby-2/+2
2016-02-17re-add freebsd paddingAli Clark-0/+3
2016-02-17time_t is long on freebsd and dragonfly (and nsec should be long)Ali Clark-16/+20
2016-02-17unfork freebsd stat definitions, fixes x86Ali Clark-122/+50
2016-02-17remove unused import from dragonfly os rawAli Clark-3/+0
2016-02-14polish `std::os::*::raw` deprecation on openbsdSébastien Marie-1/+0
2016-02-13std: Deprecate all std::os::*::raw typesAlex Crichton-373/+1922
2016-02-06Add the asmjs-unknown-emscripten triple. Add cfgs to libs.Brian Anderson-2/+17
2016-02-03Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichtonbors-0/+90
2016-02-02Auto merge of #31312 - alexcrichton:no-le-in-powerpc64le, r=alexcrichtonbors-8/+4
2016-02-01Remove "powerpc64le" and "mipsel" target_archAlex Crichton-8/+4
2016-01-31Rename sunos to solarisNikita Baksalyar-1/+1
2016-01-31Add Illumos supportNikita Baksalyar-0/+90
2016-01-29add support for mips(el)-unknown-linux-muslJorge Aparicio-0/+9
2016-01-26Fix warnings during testsAlex Crichton-0/+1
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