about summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2020-11-03Rollup merge of #78659 - ayrtonm:fn-ref-lint-fix, r=oli-obkMara Bos-31/+75
2020-11-02Fix ICE when a future-incompat-report has its command-line level cappedAaron Hill-0/+21
2020-11-01Corrected suggestion for generic parameters in `function_item_references` lintAyrton-31/+75
2020-10-29Rollup merge of #78431 - Rustin-Liu:rustin-patch-lint, r=estebankJonas Schievink-4/+4
2020-10-27Auto merge of #75671 - nathanwhit:cstring-temp-lint, r=oli-obkbors-0/+56
2020-10-27Added suggestion to `function_item_references` lint and fixed warning messageAyrton-84/+84
2020-10-27Added documentation for `function_item_references` lintAyrton-29/+29
2020-10-27Fixed compiler error in lint checker triggered by associated typesAyrton-30/+57
2020-10-27Removed test for unhandled case in function_item_references lintAyrton-88/+85
2020-10-27Changed lint to check for `std::fmt::Pointer` and `transmute`Ayrton-73/+204
2020-10-27modified lint to work with MIRAyrton-24/+156
2020-10-27changed lint to suggest casting to the proper function type and added a testAyrton-0/+44
2020-10-27Fix testNathan Whitaker-2/+3
2020-10-27Prefer new associated numeric consts in float error messagesRustin-Liu-4/+4
2020-10-26Address review commentsNathan Whitaker-8/+8
2020-10-26Write docs for lint / fix review nitNathan Whitaker-6/+5
2020-10-26Address review commentsNathan Whitaker-2/+33
2020-10-26Change to warn by default / fix typoNathan Whitaker-2/+7
2020-10-26Tweak diagnosticNathan Whitaker-7/+4
2020-10-26Address review commentsNathan Whitaker-8/+7
2020-10-26Add basic testNathan Whitaker-0/+24
2020-10-26simplify-locals: Remove unused set-discriminant statementsTomasz Miąsko-1/+2
2020-10-24Fix inconsistencies in handling of inert attributes on statementsAaron Hill-4/+49
2020-10-14Fixed false positive for `unused_parens` lintaticu-4/+8
2020-10-04Prevent forbid from being ignored if overriden at the same level.Felix S. Klock II-0/+78
2020-09-30Warn on method call mutating const, even if it has destructorDavid Tolnay-2/+27
2020-09-30Add test of VEC.push on a constDavid Tolnay-7/+9
2020-09-30Test a type with drop glue but no Drop implDavid Tolnay-13/+33
2020-09-30Add test of const item mutation with Drop implDavid Tolnay-12/+24
2020-10-01Rollup merge of #77324 - Aaron1011:fix/const-item-mutation-ptr, r=petrochenkovDylan DPC-24/+35
2020-09-28Don't fire `const_item_mutation` lint on writes through a pointerAaron Hill-24/+35
2020-09-26Normalise `BITS` in UI testvarkor-7/+7
2020-09-26Make invalid integer operation messages consistentvarkor-72/+72
2020-09-22dead_code: look at trait impls even if they don't contain itemsBastian Kauschke-0/+19
2020-09-22lint missing docs for extern itemsBastian Kauschke-2/+37
2020-09-10Note when a a move/borrow error is caused by a deref coercionAaron Hill-1/+1
2020-09-07Add CONST_ITEM_MUTATION lintAaron Hill-0/+110
2020-09-03rustc_lint: avoid trimmed paths for ty_find_init_errorDan Aloni-5/+5
2020-09-03specialization_graph: avoid trimmed paths for OverlapErrorDan Aloni-6/+6
2020-09-02pretty: trim paths of unique symbolsDan Aloni-59/+59
2020-08-30Rollup merge of #75885 - jumbatm:issue75739-clashing-extern-declarations-tran...Dylan DPC-14/+89
2020-08-27Fix ICE on unwrap of unknown layout.jumbatm-0/+23
2020-08-25Also handle transparent single-variant enumsjumbatm-14/+33
2020-08-25Fix clashing_extern_declarations false positive.jumbatm-2/+58
2020-08-19Rollup merge of #75554 - jumbatm:fix-clashing-extern-decl-overflow, r=lcnrYuki Okushi-0/+119
2020-08-18Promote missing_fragment_specifier to hard errorAleksey Kladov-22/+4
2020-08-18Actually introduce a cycle in Reffy test.jumbatm-4/+6
2020-08-18Add test demonstrating the issue.jumbatm-0/+117
2020-08-11Rollup merge of #75359 - lcnr:unused-delims-trim, r=oli-obkYuki Okushi-5/+5
2020-08-10unused_delims: trim exprBastian Kauschke-5/+5