Skip to content
Snippets Groups Projects
  1. Oct 12, 2017
  2. Oct 11, 2017
  3. Oct 07, 2017
  4. Oct 06, 2017
    • bors's avatar
      Auto merge of #794 - semarie:release, r=alexcrichton · 4d1b322c
      bors authored
      bump to 0.2.32
      
      - add DCCP constant definitions
      - add clock_gettime related functions to macOS
      - add fstatat64 on linux/android
      - add preadv64/pwritev64 on linux/android
      - add utimensat on solaris, netbsd and openbsd
      - add IP_BINDANY on freebsd
      4d1b322c
    • Sébastien Marie's avatar
      bump to 0.2.32 · cf4c0bef
      Sébastien Marie authored
      - add DCCP constant definitions
      - add clock_gettime related functions to macOS
      - add fstatat64 on linux/android
      - add preadv64/pwritev64 on linux/android
      - add utimensat on solaris, netbsd and openbsd
      - add IP_BINDANY on freebsd
      cf4c0bef
  5. Oct 05, 2017
  6. Oct 04, 2017
  7. Sep 28, 2017
  8. Sep 27, 2017
  9. Sep 25, 2017
    • bors's avatar
      Auto merge of #782 - tjkirch:master, r=alexcrichton · 5ee53b03
      bors authored
      Add support for aarch64-unknown-linux-musl
      
      This adds support for aarch64-unknown-linux-musl as requested in rust-lang/rust#44779 by @alexcrichton
      
      The new file `ci/docker/aarch64-unknown-linux-musl/Dockerfile` essentially merges the aarch64-unknown-linux-gnu and x86_64-unknown-linux-musl Dockerfiles.
      
      The bigger changes are under `src/unix/notbsd/linux/`, though they're fairly superficial:
      
      Previously, some constants could be shared between all 64-bit musl triples, but aarch64 differs, so a number of things were moved from `musl/b64/mod.rs` to specific arches: `musl/b64/powerpc64.rs` and `musl/b64/x86_64.rs`, with the aarch64-specific differences being added to `musl/b64/aarch64.rs`.
      
      Similarly, some constants moved from `musl/mod.rs` to lower levels: `musl/b32/mod.rs`, `musl/b64/powerpc64.rs`, and `musl/b64/x86_64.rs`, with the aarch64-specific differences added to `musl/b64/aarch64.rs`.
      
      Finally, some things that were true of all Linux builds moved from `mod.rs` into lower levels: `mips/mod.rs`, `other/mod.rs`, `musl/b32/mod.rs`, `musl/b64/powerpc64.rs`, and `musl/b64/x86_64.rs`, with the aarch64-specific differences added to `musl/b64/aarch64.rs`.
      
      Testing:
      
      All linux-based triples under `ci/docker` were run through `ci/run-docker.sh` successfully, which checks that the size and alignment of definitions match for each triple, among other tests.  (The local build of rust from rust-lang/rust#44779 was set for the aarch64-unknown-linux-musl build.)
      
      I also confirmed that it has "good style!" according to `ci/style.rs`.
      5ee53b03
    • Tom Kirchner's avatar
      Add support for aarch64-unknown-linux-musl · b9fdcf94
      Tom Kirchner authored
      
      Signed-off-by: default avatarTom Kirchner <tjk@amazon.com>
      Signed-off-by: default avatarBen Cressey <bcressey@amazon.com>
      b9fdcf94
    • bors's avatar
      Auto merge of #781 - jessicah:haiku-fixes-for-nix, r=alexcrichton · 209468a6
      bors authored
      Haiku fixes for nix
      209468a6
  10. Sep 26, 2017
  11. Sep 25, 2017
  12. Sep 24, 2017
  13. Sep 22, 2017
  14. Sep 21, 2017
Loading