summary refs log tree commit diff
path: root/src/test/compile-fail/match-static-const-lc.rs
AgeCommit message (Expand)AuthorLines
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-1/+3
2014-08-14libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;`Patrick Walton-1/+1
2014-06-08update identifier naming warnings to give an exampleP1start-3/+3
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-2/+2
2013-12-08Add dead-code warning passKiet Tran-0/+1
2013-10-01fix tests for check-fast.Felix S. Klock II-1/+16
2013-10-01Revise error message to use phrase "all caps" instead of "uppercase".Felix S. Klock II-2/+2
2013-10-01Add new lint: non_uppercase_pattern_statics, for #7526.Felix S. Klock II-0/+43