Skip to content
Snippets Groups Projects
  1. Feb 25, 2020
  2. Feb 24, 2020
  3. Feb 23, 2020
  4. Feb 21, 2020
  5. Feb 20, 2020
  6. Feb 19, 2020
  7. Feb 18, 2020
  8. Feb 12, 2020
    • Vickenty Fesunov's avatar
      Use explicit path for GNU find · 828e9b54
      Vickenty Fesunov authored
      Recent build of vs2017-win2016 image does not have GNU find in path.
      Instead, Windows built-in version was invoked, causing `Find GCC libraries`
      Azure CI stage to fail.
      828e9b54
    • Vickenty Fesunov's avatar
      Remove unnecessary parenthesis · 9358be36
      Vickenty Fesunov authored
      This triggers a warning on a recent nightly, which in turn breaks CI due to
      `#![deny(warnings)]` in libc-test/build.rs
      9358be36
    • Vickenty Fesunov's avatar
      Fix CI for demoted targets · 1c5dab1e
      Vickenty Fesunov authored
      i686-apple-darwin and other 32bit Apple targets ware demoted to tier-3 due
      to lack of support from the vendor, and is no longer available from rustup
      for nightly, shortly beta.
      
      DockerOSX32 job was removed as it only tests on nightly. BuildChannelsOSX job
      will continue testing on these targets on older compilers (stable and below).
      1c5dab1e
  9. Dec 27, 2019
    • bors's avatar
      Auto merge of #1621 - coolreader18:fdset-redox-ai-android, r=gnzlbg · 74ff4122
      bors authored
      Add Redox FD_* function-macros and Android AI_* constants
      
      I'm not sure if I'm allowed to add multiple, separate APIs in the same PR, but I guess they're both for uncommon/exotic platforms?
      
      The `AI_*` constants were taken from `usr/include/netdb.h` on my Termux install; the `FD_` functions were taken from `linux_like/mod.rs`.
      74ff4122
  10. Dec 23, 2019
    • bors's avatar
      Auto merge of #1624 - noam93k:master, r=gnzlbg · 80c6c648
      bors authored
      Add dlmopen dlinfo and related consts.
      
      I actually have no idea if the constants I copied from my computer are cross-platform.
      80c6c648
    • bors's avatar
      Auto merge of #1612 - GrayJack:fix_utmpx_debug_solarish, r=gnzlbg · 4c41ef07
      bors authored
      Solarish: Fix utmx Debug impl and re-add support for extra traits
      
      Fix a bug where the compilation failed cause `utmpx.host` is bigger than 32 so we cannot print it.
      
      Due to a break of compilation (only with extra trait enabled) on a Tier 2 platform, I do think it would be better to do another release as soon as proven fixing compilation
      4c41ef07
    • bors's avatar
      Auto merge of #1616 - mcpherrinm:withandroid, r=gnzlbg · a3c5f9b7
      bors authored
      Add sock_extended_err and associated constants from errqueue.h to linux_like
      
      This is an alternate version of #1614 that attempts to fix issues with the android ctests by rearranging the headers.  Due to long CI cycle time, I've opened it as an alternate PR.  Only one or the other should merge, depending if linux_like or linux is the correct place for this.
      
      sock_extended_err is a struct returned as a control message when the sockopt
      IP_RECVERR is set, when recvmsg has the MSG_ERRQUEUE flag set. IP_RECVERR and
      MSG_ERRQUEUE are constants both already defined here.
      a3c5f9b7
  11. Dec 18, 2019
  12. Dec 16, 2019
    • Alex Crichton's avatar
      Merge pull request #1625 from alexcrichton/update-wasi · e4121cee
      Alex Crichton authored
      Update bindings for the wasm32-wasi target
      e4121cee
    • Alex Crichton's avatar
      Update bindings for the wasm32-wasi target · 93743ca8
      Alex Crichton authored
      This commit performs a number of updates for libc with the `wasm32-wasi`
      target:
      
      * Updates the `wasi-libc` repository commit used (previously known as
        `wasi-sysroot`)
      * Updates the container to Ubuntu 19.10 which has Clang 9 packaged which
        is all we need.
      * Avoids building `wasmtime` and instead downloads a precompiled binary.
      * Updates bindings in `src/wasi.rs` to match the current upstream state.
      93743ca8
  13. Dec 11, 2019
  14. Dec 09, 2019
  15. Dec 08, 2019
Loading