about summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+9628
2018-08-01`Applicability`-ify librustc_lintZack M. Davis-1/+1
2018-07-17rustc: Polish off `in_external_macro`Alex Crichton-0/+79
2018-07-03Auto merge of #51450 - estebank:inner-fn-test, r=@pnkfelixbors-0/+45
2018-06-30private no-mangle lints: help hint note if visibility modifier is `pub`Zack M. Davis-28/+47
2018-06-30private no-mangle lints: issue suggestion for restricted visibilityZack M. Davis-6/+28
2018-06-30unreachable_pub lint: grab `pub` span from HIR rather than inferring itZack M. Davis-10/+16
2018-06-26rename lint to `unnameable-test-functions`Esteban Küber-6/+6
2018-06-26Lint inner fn marked as `#[test]`Esteban Küber-0/+45
2018-06-26inclusive range syntax lint (`...` → `..=`)Zack M. Davis-0/+58
2018-06-23in which the trivial-casts word to the wise is tucked into a help noteZack M. Davis-0/+95
2018-05-23Auto merge of #50682 - F001:issue-50589, r=petrochenkovbors-0/+46
2018-05-23inverting speculative flagF001-0/+11
2018-05-21update testsManish Goregaokar-0/+16
2018-05-20avoid reporting twiceF001-11/+0
2018-05-20Fix according to commentsF001-7/+16
2018-05-20re-implementF001-0/+37
2018-05-19Auto merge of #50893 - kennytm:rollup, r=kennytmbors-15/+30
2018-05-18Default `unused_labels` to allow, move to "unused"Kyle Stachowicz-10/+24
2018-05-18Add tests for new labeled blocks for `unused_labels`Kyle Stachowicz-9/+26
2018-05-18Reimplement unused_labels lint as a compiler builtin in the resolverKyle Stachowicz-0/+128
2018-05-18Revert "Add lint checks for unused loop labels"Kyle Stachowicz-129/+0
2018-05-18Add test case for shadowed labels, with the inner broken multiple timesKyle Stachowicz-8/+37
2018-05-18Rename `unused_loop_label` to `unused_label` and fix/clean up lint logicKyle Stachowicz-9/+9
2018-05-18Add additional test case to unused_label lintKyle Stachowicz-22/+35
2018-05-18Rename test to `unused_label` and remove empty `stdout` fileKyle Stachowicz-0/+0
2018-05-18Add lint checks for unused loop labelsKyle Stachowicz-0/+87
2018-05-18in which the unused shorthand field pattern debacle/saga continuesZack M. Davis-15/+30
2018-05-14Auto merge of #50675 - csmoe:var_span, r=oli-obkbors-10/+55
2018-05-13Revert "mark applicability"csmoe-1/+0
2018-05-13mark applicabilitycsmoe-0/+1
2018-05-13reduce variable spancsmoe-10/+55
2018-05-10don't make crazy suggestion for unreachable braced pub-useZack M. Davis-24/+42
2018-04-30Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakisbors-23/+22
2018-05-01Rollup merge of #50327 - varkor:match-unused-struct-field, r=estebankkennytm-6/+85
2018-04-30Correct unused field warning on struct match container patternsvarkor-6/+55
2018-04-30Correct unused field warning on box struct matchvarkor-9/+21
2018-04-30Correct unused field warning on &struct matchvarkor-4/+22
2018-04-28stabilize `#[must_use]` for functions and must-use operatorsZack M. Davis-23/+22
2018-04-22Make must_use lint cover all binary/unary operatorsAaron Aaeng-0/+184
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-15/+15
2018-03-26update testMark Mansi-7/+7
2018-03-26Stabilize i128_typeMark Mansi-2/+0
2018-03-14update testsGuillaume Gomez-2/+10
2018-03-02Remove isize testflip1995-11/+1
2018-03-01Adapt stderr of UI test to PR #48449flip1995-8/+8
2018-03-01Rewrite error reporting as requestedflip1995-17/+13
2018-03-01Suggest type for overflowing bin/hex-literalsflip1995-0/+105
2018-02-26Fix rebaseVadim Petrochenkov-10/+10