rust/src/librustc/lint
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
..
builtin.rs rustc: Exclude #[repr(C)] from non camel case 2014-07-10 10:19:38 -07:00
context.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
mod.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00