libc-rs/libc-test
Alex Crichton 91bd079e23 Prepare for being included via crates.io into std
This commit prepares the `libc` crate to be included directly into the
standard library via crates.io. More details about this can be found on
rust-lang/rust#56092, but the main idea is that this crate now depends
on core/compiler-builtins explicitly (but off-by-default).

The main caveat here is that this activates `no_core` when building as
part of libstd, which means that it needs to explicitly have an `iter`
and `option` module for the expansion of `for` loops to work.
2018-11-21 15:27:56 -08:00
..
test Remove warnings in libc-test 2017-08-21 21:41:26 -07:00
build.rs Prepare for being included via crates.io into std 2018-11-21 15:27:56 -08:00
Cargo.toml Bump ctest from 0.2.4 to 0.2.6 2018-10-31 05:49:22 +00:00