rust/src/test
Alex Crichton c26cd9f05d rustc: Exclude #[repr(C)] from non camel case
C structs predominately do not use camel case identifiers, and we have a clear
indicator for what's a C struct now, so excuse all of them from this stylistic
lint.
2014-07-10 10:19:38 -07:00
..
auxiliary auto merge of #15394 : pcwalton/rust/new-index-traits, r=nick29581 2014-07-07 22:46:41 +00:00
bench std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
codegen
compile-fail rustc: Exclude #[repr(C)] from non camel case 2014-07-10 10:19:38 -07:00
compile-fail-fulldeps Test lint plugins 2014-06-24 11:36:28 -07:00
debuginfo std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
pretty librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
run-fail rustc: Remove &str indexing from the language. 2014-07-01 19:12:29 -07:00
run-make auto merge of #15518 : alexcrichton/rust/fix-some-crate-names, r=sfackler 2014-07-08 13:31:41 +00:00
run-pass rustc: Always mark #[crate_name] as used 2014-07-10 10:19:10 -07:00
run-pass-fulldeps librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00