summary refs log tree commit diff
path: root/src/libstd/os/raw.rs
AgeCommit message (Expand)AuthorLines
2017-09-08Match c_char definitions and enable signal reset for L4ReSebastian Humenda-0/+2
2017-08-28Update the libc submoduleAlex Crichton-4/+2
2017-03-25Fix c_char (u8 -> i8) definition for i686-linux-androidMarco A L Barbosa-4/+6
2017-01-29Fix a few impl stability attributesOliver Middleton-1/+1
2016-12-18Implement `fmt::Debug` for all structures in libstd.Corey Farwell-0/+9
2016-10-24Support for aarch64 architecture on FuchsiaRaph Levien-2/+4
2016-09-09Add s390x supportUlrich Weigand-2/+4
2016-02-13std: Deprecate all std::os::*::raw typesAlex Crichton-26/+0
2016-02-06Add the asmjs-unknown-emscripten triple. Add cfgs to libs.Brian Anderson-0/+2
2016-02-01Remove "powerpc64le" and "mipsel" target_archAlex Crichton-4/+2
2016-01-26Fix warnings during testsAlex Crichton-0/+1
2016-01-13Add powerpc64 and powerpc64le supportAnton Blanchard-2/+8
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-1/+3
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-08-15std: Add issues to all unstable featuresAlex Crichton-2/+4
2015-06-09std: Stabilize a number of new fs featuresAlex Crichton-17/+26
2015-04-27std: Expand the area of std::fsAlex Crichton-0/+92