Skip to content
Snippets Groups Projects
  1. May 29, 2019
  2. May 28, 2019
  3. May 27, 2019
  4. May 26, 2019
  5. May 25, 2019
    • bors's avatar
      Auto merge of #1364 - gnzlbg:deprecate_mach, r=gnzlbg · 15855d6f
      bors authored
      Deprecate mach APIs: users should use the `mach` crate instead.
      
      See #981, the mach APIs have breaking changes from MacOSX SDK release to release, and that's pretty much what the users are seeing here. We are currently not exposing that many `mach` APIs in `libc`, so this PR deprecates them, forwarding users to use the `mach` crate instead, which provides the mach user-space APIs, is tested against multiple SDK versions, handles removed/deprecated/breaking API changes/etc. Doing all of that in `libc` feels overkill.
      
      Closes #981 .
      15855d6f
    • bors's avatar
      Auto merge of #1358 - pkubaj:patch-1, r=gnzlbg · 6d4c60d7
      bors authored
      Add powerpc64-unknown-freebsd target
      
      Per https://github.com/rust-lang-nursery/stdsimd/pull/765 add powerpc64-unknown-freebsd to prevent further breakages.
      6d4c60d7
    • bors's avatar
      Auto merge of #511 - malbarbo:android_sa, r=gnzlbg · 0f395c63
      bors authored
      Fix android SA_* constants
      
      Trying to crosscompile wait-timeout to armv7-linux-androideabi I found that SA_* had different types in libc, but they have to be the same because they are used in bitwise operations.
      0f395c63
Loading