about summary refs log tree commit diff
path: root/src/test/compile-fail/match-static-const-lc.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-61/+0
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-3/+3
2015-01-30Make the naming lints only warn on names with upper/lowercase equivalentsP1start-3/+3
2015-01-08Update compile fail tests to use isize.Huon Wilson-3/+3
2014-10-28Update code with new lint namesAaron Turon-3/+3
2014-10-09test: Convert statics to constantsAlex Crichton-3/+3
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