rust/src/test
Alex Crichton eb2f1d925f rustc: Add support for extern crate foo as bar
The compiler will now issue a warning for crates that have syntax of the form
`extern crate "foo" as bar`, but it will still continue to accept this syntax.
Additionally, the string `foo-bar` will match the crate name `foo_bar` to assist
in the transition period as well.

This patch will land hopefully in tandem with a Cargo patch that will start
translating all crate names to have underscores instead of hyphens.

cc #23533
2015-03-24 14:55:15 -07:00
..
auxiliary rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
bench rollup merge of #23503: alexcrichton/fix-ptr-docs 2015-03-23 15:26:24 -07:00
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
compile-fail-fulldeps Add tests checking that a number of feature gates are gating their features. 2015-03-21 10:18:28 +01:00
debuginfo Test fixes and rebase conflicts, round 3 2015-03-23 22:52:21 -07:00
parse-fail rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
pretty rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
run-fail rollup merge of #23598: brson/gate 2015-03-23 15:13:15 -07:00
run-make rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
run-pass rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
run-pass-fulldeps Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
run-pass-valgrind Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00