rust/src/liballoc_jemalloc
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
..
build.rs std: Remove cfg(cargobuild) annotations 2017-02-06 08:42:54 -08:00
Cargo.toml std: Don't build docs for misc facade crates 2016-12-30 10:00:33 -08:00
lib.rs test: Verify all sysroot crates are unstable 2017-02-21 11:38:17 -08:00
pthread_atfork_dummy.c std: Compile libbacktrace with -fvisibility=hidden 2017-01-26 23:48:08 -08:00