rust/src/rustc
Alex Crichton 40aaa65734 test: Verify all sysroot crates are unstable
As we continue to add more crates to the compiler and use them to implement
various features we want to be sure we're not accidentally expanding the API
surface area of the compiler! To that end this commit adds a new `run-make` test
which will attempt to `extern crate foo` all crates in the sysroot, verifying
that they're all unstable.

This commit discovered that the `std_shim` and `test_shim` crates were
accidentally stable and fixes the situation by deleting those shims. The shims
are no longer necessary due to changes in Cargo that have happened since they
were originally incepted.
2017-02-21 11:38:17 -08:00
..
libc_shim std: Don't build docs for misc facade crates 2016-12-30 10:00:33 -08:00
Cargo.toml Update the bootstrap compiler 2016-11-30 10:38:08 -08:00
rustc.rs
rustdoc.rs