rust/src/librustc/metadata
Chris Wong a7594f2d5b Disallow crate names with leading hyphens
Leading hyphens already don't work (#22661), so no code should break
from this change.

Closes #22661.
2015-02-22 20:05:05 +13:00
..
common.rs rustc: qualify expressions in check_const for potential promotion. 2015-02-16 17:13:42 +02:00
creader.rs Disallow crate names with leading hyphens 2015-02-22 20:05:05 +13:00
csearch.rs Pacify the merciless nrc. 2015-02-12 13:29:52 -05:00
cstore.rs Opt for .cloned() over .map(|x| x.clone()) etc. 2015-02-18 00:56:07 +00:00
decoder.rs Pacify the merciless nrc. 2015-02-12 13:29:52 -05:00
encoder.rs rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket 2015-02-18 15:48:40 -08:00
filesearch.rs std: Tweak the std::env OsString/String interface 2015-02-11 13:46:35 -08:00
loader.rs rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket 2015-02-18 15:48:40 -08:00
macro_import.rs Separate macro and plugin loading 2015-02-12 12:44:31 -08:00
mod.rs Separate macro and plugin loading 2015-02-12 12:44:31 -08:00
tydecode.rs Replace all uses of &foo[] with &foo[..] en masse. 2015-02-18 17:36:03 -05:00
tyencode.rs Detect and store object-lifetime-defaults. 2015-02-16 10:55:36 -05:00