rust/src/librustdoc
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
..
clean rollup merge of #23633: tomjakubowski/rustdoc-array-prim 2015-03-23 15:11:06 -07:00
html rollup merge of #23598: brson/gate 2015-03-23 15:13:15 -07:00
core.rs Separate most of rustc::lint::builtin into a separate crate. 2015-02-28 15:33:59 +11:00
doctree.rs rustdoc: Fix ICE with cross-crate default impls 2015-03-12 21:01:49 -07:00
externalfiles.rs Add generic conversion traits 2015-03-23 15:01:45 -07:00
flock.rs Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
fold.rs syntax: gather common fields of impl & trait items into their respective types. 2015-03-11 23:39:16 +02:00
lib.rs rollup merge of #23598: brson/gate 2015-03-23 15:13:15 -07:00
markdown.rs rustdoc: Add #[doc(test(no_inject_crate))] attribute 2015-03-23 14:40:25 -07:00
passes.rs rustdoc: Fix ICE with cross-crate default impls 2015-03-12 21:01:49 -07:00
plugins.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
stability_summary.rs syntax: gather common fields of impl & trait items into their respective types. 2015-03-11 23:39:16 +02:00
test.rs rollup merge of #23598: brson/gate 2015-03-23 15:13:15 -07:00
visit_ast.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00