rust/src/rustc/front
Tim Chevalier cb8ecd7984 Allow extern mods to be anonymous
extern mod {
  f();
}

is now allowed, and puts f in the enclosing scope. (Requires a
link_name attribute to be really useful...)
2012-08-29 12:22:05 -07:00
..
config.rs Allow extern mods to be anonymous 2012-08-29 12:22:05 -07:00
core_inject.rs intern identifiers 2012-08-22 14:59:25 -07:00
intrinsic_inject.rs Camel case the option type 2012-08-26 15:56:16 -07:00
intrinsic.rs Mark intrinsic::tydesc with #[allow(non_camel_case_types)] 2012-08-27 15:06:46 -07:00
test.rs Camel case various core constructors 2012-08-27 17:22:18 -07:00