about summary refs log tree commit diff
path: root/src/test/compile-fail/lint-group-style.rs
AgeCommit message (Expand)AuthorLines
2017-02-04make lint-group-style test a UI rather than a compile-fail testZack M. Davis-51/+0
2017-02-04note individual lint name set via lint group attribute in notesZack M. Davis-5/+15
2016-10-17Use one message for uppercase global lintAleksey Kladov-1/+1
2016-03-16Stop ignoring expected note/help messages in compiletest suite.Corey Farwell-0/+1
2015-01-30Make the naming lints only warn on names with upper/lowercase equivalentsP1start-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2014-08-30Add lint groups; define built-in lint groups `bad_style` and `unused`P1start-0/+40