- 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 21, 2019
-
-
Pietro Albini authored
Previously mirrors were stored in the rust-lang-ci2 bucket, which is meant to store temporary data (the CI artifacts). This switches the code to fetch from the new mirrors bucket. The old files won't be removed, but they won't be backed up either.
-
- Aug 19, 2019
-
-
Thomas Lively authored
-
Thomas Lively authored
-
- Aug 17, 2019
-
-
gnzlbg authored
-
Wang Xuerui authored
-
- Aug 16, 2019
-
-
gnzlbg authored
libc currently denies all warnings by default. This commit denies warnings only when libc is built in CI.
-
- Aug 15, 2019
-
-
Baoshan Pang authored
2. change armv7-wrs-vxworks to armv7-wrs-vxworks-eabihf 3. code cleanup
-
- Aug 14, 2019
- 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.
-
- Aug 05, 2019
-
-
gnzlbg authored
-
- Aug 02, 2019
-
-
gnzlbg authored
-
- Jul 31, 2019
- Jul 27, 2019
- Jul 26, 2019
-
-
gnzlbg authored
-
- Jul 23, 2019
-
-
Dan Gohman authored
-
- Jun 27, 2019
-
-
Adam C. Foltzer authored
-
- May 28, 2019
- May 27, 2019
- May 25, 2019
- May 24, 2019
-
-
pkubaj authored
Move to LINUX_NO_CORE_TARGETS per gznlbg's suggestion.
-
pkubaj authored
Move to RUST_NIGHTLY_LINUX_TARGETS per gznlbg's suggestion.
-
gnzlbg authored
This commits adds a second FreeBSD 12 build job, and splits the implementation of the FreeBSD module into two modules, one for FreeBSD 11, and one for FreeBSD 12. The FreeBSD 11 module is compiled always by default, and is mostly forward compatible with FreeBSD 12 systems. The FreeBSD 12 module is only built for now in libc's CI, and uses FreeBSD 12 data types and APIs, linking to symbols that are only available in FreeBSD 12. Basically, when LIBC_CI env variable is defined, and the host system is a FreeBSD 12 system, then the FreeBSD 12 module is automatically built and tested. Conditional compilation is done using a `cfg(freebsd12)` flag. This commit also re-enables many tests, and documents why some remain disabled.
-
gnzlbg authored
Closes #1240.
-
- May 23, 2019
-
-
gnzlbg authored
-