summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2017-10-01correct unused-parens lint suggestion to strip exact pairZack M. Davis-0/+26
2017-09-30code suggestions for unused-mut, while-true lints; UI testZack M. Davis-0/+65
2017-09-15RFC 1940 UI test in own directory, exercise must_use trait methodsZack M. Davis-53/+0
2017-08-31add a lowercase suggestion to unknown_lintsAndre Bogus-0/+41
2017-08-22hard feature-gate for #[must_use] on functionsZack M. Davis-6/+7
2017-08-09rustc: Rearchitect lints to be emitted more eagerlyAlex Crichton-18/+29
2017-08-08#[must_use] for functions (RFC 1940)Zack M. Davis-0/+47
2017-07-02report the total number of errors on compilation failureAriel Ben-Yehuda-1/+1
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-3/+3
2017-06-29Rollup merge of #42919 - zackmdavis:once_again_we_heard_you_the_first_time, r...Ariel Ben-Yehuda-5/+5
2017-06-26make lint on-by-default/implied-by messages appear only onceZack M. Davis-5/+5
2017-06-23only set "overruled by outer forbid" once for lint groups, by group nameZack M. Davis-0/+51
2017-05-24Change error count messagesMichael Kohl-3/+3
2017-02-04note wording: lint implied by lint group, not lint group implies lintZack M. Davis-8/+8
2017-02-04make lint-group-style test a UI rather than a compile-fail testZack M. Davis-0/+103
2017-02-04note lint group set on command line triggering individual lintZack M. Davis-0/+88