summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2017-12-19Point at `while true` span instead of entire blockEsteban Küber-12/+2
2017-12-11Auto merge of #46608 - estebank:resolve-return, r=nikomatsakisbors-2/+2
2017-12-10Update ui tests' line numbers.Tommy Ip-84/+84
2017-12-10Add must-compile-successfully comment to appropriate ui tests.Tommy Ip-0/+9
2017-12-09Resolve type on return type suggestionEsteban Küber-2/+2
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-42/+51
2017-11-20Update ui test to rustc masterOliver Schneider-1/+0
2017-11-20Include rendered diagnostic in jsonOliver Schneider-16/+137
2017-11-06Auto merge of #45737 - oli-obk:json, r=petrochenkovbors-5/+383
2017-11-06Adjust json errors to byte changesOliver Schneider-32/+32
2017-11-03Auto merge of #45569 - zackmdavis:unexported_pub_lint, r=petrochenkovbors-0/+411
2017-11-03Don't add a new -Z flag, reuse -Zunstable-optionsOliver Schneider-2/+2
2017-11-03Pretty print json in ui testsOliver Schneider-5/+383
2017-11-02unreachable-pub lint for `pub` items not reachable from crate rootZack M. Davis-0/+411
2017-11-02Report lint names in json diagnosticsOliver Schneider-1/+1
2017-10-29Add several lints into `unused` lint groupVadim Petrochenkov-4/+10
2017-10-24Reduce the repetition in json error outputOliver Schneider-2/+2
2017-10-24Add a test reproducing the quadratic json explosionOliver Schneider-0/+23
2017-10-19Auto merge of #45080 - clippered:issue-44986/fix-windows-ui-path, r=estebankbors-3/+1
2017-10-16bolster UI test converage for lint suggestionsZack M. Davis-11/+83
2017-10-14rustc: Remove `used_mut_nodes` from `TyCtxt`Alex Crichton-14/+14
2017-10-11Fix #44968 Windows path in UI testsclippered-3/+1
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