summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2020-05-27expand unaligned_references testRalf Jung-11/+34
2020-05-25rename lintRalf Jung-40/+40
2020-05-25more test ref-to-packed testsRalf Jung-1/+19
2020-05-25remove some unused types from the testsRalf Jung-7/+2
2020-05-25add a lint against references to packed fieldsRalf Jung-0/+48
2020-05-15Fix {:#?} representation of proc_macro::LiteralDavid Tolnay-1/+1
2020-05-14Rollup merge of #71910 - mibac138:necessary-paren, r=cuviperDylan DPC-0/+23
2020-05-09Rollup merge of #71947 - mibac138:dead-code, r=cramertjDylan DPC-2/+54
2020-05-08Fix some tests failing in `--pass check` modeVadim Petrochenkov-5/+5
2020-05-07reword "possible candidate" import suggestionAndy Russell-2/+2
2020-05-06Dead-code pass highlights too much of impl functionsmibac138-2/+54
2020-05-05Ignore SGX on a few ui testsMohsen Zohrevandi-53/+54
2020-05-06Fix unused_parens nested binary op false positivemibac138-0/+5
2020-05-05Update src/test/ui/lint/issue-71290-unused-paren-binop.rsMichael-0/+1
2020-05-05Fix unused_parens false positive when using binary operationsmibac138-0/+17
2020-05-03Rollup merge of #71663 - jumbatm:caller-handles-validation-error, r=RalfJungDylan DPC-180/+197
2020-05-03Implement `confusable_idents` lint.Charles Lew-0/+26
2020-05-01Update stderrs.jumbatm-75/+75
2020-05-01Partially unrevert #70566.jumbatm-111/+128
2020-04-26Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddybDylan DPC-8/+8
2020-04-24adjust testsRalf Jung-129/+111
2020-04-24Remove redundant `descr`/`descriptive_variant` methods from HIR.Eduard-Mihai Burtescu-8/+8
2020-04-19Rollup merge of #71324 - petrochenkov:passcheck2, r=RalfJungDylan DPC-1/+1
2020-04-19Fix some tests failing in `--pass check` modeVadim Petrochenkov-1/+1
2020-04-19test for false "never constructed" warnings for `Self::` variant pathsjakubadamw-1/+21
2020-04-15Update stderrs after rebase.jumbatm-0/+6
2020-04-15Amend exceeding-bitshifts test case for #69021.jumbatm-113/+125
2020-04-12Rollup merge of #67766 - sapir:fix-unused-in-or-pattern-warning, r=matthewjasperDylan DPC-18/+172
2020-04-11rustc: Add a warning count upon completionRoccoDev-15/+51
2020-04-10Replace run-rustfix for issue 67691 test with a FIXMEsapir-93/+9
2020-04-10Replace non-shorthand variables with _, not _varsapir-6/+6
2020-04-10Try to fix warning for unused variables in or patterns, issue #67691sapir-23/+87
2020-04-10Add tests for issue #67691sapir-0/+174
2020-04-09Rollup merge of #70822 - jonas-schievink:curse-of-the-recursion, r=ecstatic-m...Mazdak Farrokhzad-0/+18
2020-04-07remove false positives of unused_bracesBastian Kauschke-22/+49
2020-04-06Don't lint for self-recursion when the function can divergeJonas Schievink-0/+18
2020-03-31update unused_braces wordingBastian Kauschke-9/+9
2020-03-31add tests for `unused_braces`Bastian Kauschke-0/+101
2020-03-24Rollup merge of #69740 - mark-i-m:describe-it-3, r=eddybMazdak Farrokhzad-8/+8
2020-03-23Reword unused variable warningAlex Tokarev-25/+25
2020-03-22the crate and testsmark-2/+2
2020-03-21convert a couple more errorsmark-6/+6
2020-03-18Rollup merge of #69838 - Centril:expand-module, r=petrochenkovMazdak Farrokhzad-0/+20
2020-03-18fix pre-expansion linting infraMazdak Farrokhzad-0/+20
2020-03-17Update tests for erasing regions in typeckMatthew Jasper-8/+8
2020-03-17Rollup merge of #69881 - Centril:fix-69485, r=oli-obkMazdak Farrokhzad-0/+18
2020-03-16Rollup merge of #69995 - contrun:add-context-to-literal-overflow, r=ecstatic-...Dylan DPC-6/+60
2020-03-15VariantSizeDifferences: bail on SizeOverflowMazdak Farrokhzad-0/+18
2020-03-15Add more context to the literal overflow messageYI-6/+60
2020-03-14Update ui testsGuillaume Gomez-1/+1