- Aug 29, 2019
-
-
Thomas Lively authored
-
Thomas Lively authored
-
- Aug 27, 2019
-
-
Thomas Lively authored
-
Thomas Lively authored
This reverts commit 89e8ae6a.
-
Thomas Lively authored
-
- Aug 26, 2019
-
-
Thomas Lively authored
-
Thomas Lively authored
-
- Aug 19, 2019
-
-
Thomas Lively authored
-
Thomas Lively authored
-
- Aug 17, 2019
-
-
Thomas Lively authored
These changes bring the types up to parity with recent Emscripten versions using the upstream LLVM wasm backend. These changes should be coordinated with the upgrade of rustc's Emscripten support. See https://internals.rust-lang.org/t/upgrading-rust-s-emscripten-support/10684
-
- Aug 16, 2019
- Aug 15, 2019
-
-
bors authored
add support for sparc64 on OpenBSD
-
Sébastien Marie authored
-
Sébastien Marie authored
-
bors authored
Fix FreeBSD #1440 broke FreeBSD by changing `libc` FreeBSD targets to require a `cfg(freebsdXX)` to be defined, but not updating `build.rs` to define `freebsd11` when `LIBC_CI` is not available. Since `LIBC_CI` is always defined on CI, this issue went undetected. This PR fixes that issue in the `build.rs` and introduces a build task that tests FreeBSD without `LIBC_CI` on FreeBSD11, although I'm not sure this would have caught the issue in #1466 . Closes #1466 .
-
gnzlbg authored
-
- Aug 14, 2019
- Aug 13, 2019
-
-
bors authored
Update links
-
Alex Touchet authored
-
- Aug 12, 2019
- Aug 10, 2019
-
-
bors authored
Add support for FreeBSD CURRENT (aka freebsd13) Using the last FreeBSD-CURRENT (development snapshot) the libc build, but tests fail. This patch detects and supports FreeBSD CURRENT as freebsd13, and reworks the conditional compilation to use the `freebsd11` attribute instead of `not(freebsd12)` For now, freebsd13 is reusing all freebsd12 definitions, except for `ELAST` While here, add a new `errno`introduced in freebsd13
-
bors authored
Move musl-compatible constants to linux/mod.rs This is a continuation of #1452. I think CI is ready to run fully and the PR is ready to be merged if the pipelines pass based on the CI I've done using musl libc in my own projects.
-
bors authored
Support Vxworks Define the C interface to VxWorks
-
John Baublitz authored
-
- Aug 09, 2019
-
-
Baoshan Pang authored
Define the C interface to vxWorks for x86, x86_64, ARM, ARM 64-bit, PowerPC, PowerPC SPE and PowerPC 64-bit.
-
Taehyun Lee authored
-
bors authored
Upgrade FreeBSD's CI image to release 11.3
-
bors authored
skip roundtrip on few structs on OpenBSD skip roundtrip on some structs on OpenBSD. it is mostly the same than other targets: dirent, utsname, utmp.
-
Luca Pizzamiglio authored
-
bors authored
define KERN_TIMEOUT_STATS and incr KERN_MAXID on OpenBSD `KERN_TIMEOUT_STATS` has been defined in [sys/sysctl.h (1.194)](https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/sys/sysctl.h?rev=1.194&content-type=text/x-cvsweb-markup)
-
bors authored
Add IP_RECVERR (unix/linux_like/mod.rs)
-
- Aug 08, 2019
-
-
bors authored
Setup Azure Pipelines cc @alexcrichton this needs enabling Azure Pipelines for this repo
-