- 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
-
-
gnzlbg authored
libc currently denies all warnings by default. This commit denies warnings only when libc is built in CI.
-
- Aug 15, 2019
-
-
Sébastien Marie authored
-
Sébastien Marie authored
-
- Aug 14, 2019
-
-
gnzlbg authored
-
- Aug 10, 2019
-
-
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
-
- Aug 05, 2019
-
-
Sébastien Marie authored
-
- Jul 28, 2019
-
-
Luca Pizzamiglio authored
-
Luca Pizzamiglio authored
Currently, libc supports and detects freebsd11 and freebsd13 Unknown versions, like freebsd13, is treated as freebsd11. This patch solve the issues, detecting freebsd13 and treating it like freebsd12. Inverting the logic not(freebsd12) -> freebsd11 where possible
-
Temirkhan Myrzamadi authored
-
- Jul 27, 2019
-
-
gnzlbg authored
-
Brian Cain authored
-
- Jul 26, 2019
-
-
Xavier L'Heureux authored
-
- Jul 21, 2019
-
-
Luca Pizzamiglio authored
-
Luca Pizzamiglio authored
Currently, libc supports and detects freebsd11 and freebsd13 Unknown versions, like freebsd13, is treated as freebsd11. This patch solve the issues, detecting freebsd13 and treating it like freebsd12. Inverting the logic not(freebsd12) -> freebsd11 where possible
-
- Jul 15, 2019
-
-
Xavier L'Heureux authored
-
Xavier L'Heureux authored
-
Xavier L'Heureux authored
-
Xavier L'Heureux authored
-
Xavier L'Heureux authored
-
- Jul 11, 2019
-
-
Joe Richey authored
-
Joe Richey authored
-
Joe Richey authored
-
Joe Richey authored
-
- Jul 10, 2019
-
-
condy authored
-
- Jul 09, 2019
-
-
Diana Popa authored
Signed-off-by:
Diana Popa <dpopa@amazon.com>
-
Douman authored
Exposes value for most unix like platforms
-
- Jul 05, 2019
-
-
Bryant Mairs authored
These constants have already been deprecated for a few releases with a deprecation notice, so they can finally be removed. Closes rust-lang/libc#665
-
- Jun 27, 2019
-
-
Adam C. Foltzer authored
-
Adam C. Foltzer authored
-
- Jun 26, 2019
-
-
Adam C. Foltzer authored
Per discussion in #1410, this is necessary to avoid struct size mismatches between Rust and C on systems with glibc < 2.28.
-
John Baublitz authored
-
John Baublitz authored
-
Travis Finkenauer authored
-
- Jun 23, 2019
-
-
Danilo Bargen authored
Add cfg_attr
-
Robert D. French authored
-
Robert D. French authored
-
- Jun 20, 2019
-
-
Nikolay Korotkiy authored
-