Files
rust/src/libsyntax
Alex Crichton 91b633aa03 rollup merge of #23546: alexcrichton/hyphens
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:56:00 -07:00
..
2015-03-25 10:06:13 +13:00
2015-03-25 10:03:57 +13:00
2015-03-23 15:01:45 -07:00
2015-02-20 22:17:17 -08:00
2015-01-30 08:52:44 -08:00
2015-03-16 17:01:12 +13:00