about summary refs log tree commit diff
path: root/src/test/compile-fail/lint-uppercase-variables.rs
AgeCommit message (Expand)AuthorLines
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-5/+5
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+3
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-0/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-05Emit the uppercase variable lint for struct fields that have names with upper...Palmer Cox-0/+6
2014-03-04Add lint for variable names that contain uppercase charactersPalmer Cox-0/+34