summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2021-02-04Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelixMara Bos-24/+417
2020-12-22Revert "Promote missing_fragment_specifier to hard error"Wesley Wiser-4/+22
2020-12-17Suppress `CONST_ITEM_MUTATION` lint if a dereference occurs anywhereAaron Hill-8/+16
2020-12-08Visit ForeignItems when marking dead code.Camille GILLOT-0/+19
2020-12-03Auto merge of #79620 - JohnTitor:label-name-sugg, r=davidtwcobors-1/+1
2020-12-02Tweak diagnostics on shadowing lifetimes/labelsYuki Okushi-1/+1
2020-12-02Auto merge of #78864 - Mark-Simulacrum:warn-on-forbids, r=pnkfelixbors-164/+84
2020-11-28Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkovbors-0/+10
2020-11-27Don't lint on redundant semicolons after item statementsAaron Hill-0/+10
2020-11-26Store ForeignItem in a side table.Camille GILLOT-18/+18
2020-11-22Drop support for cloudabi targetsLzu Tao-54/+53
2020-11-21Auto merge of #77805 - JohnTitor:non-standard-char-sugg, r=Dylan-DPCbors-0/+56
2020-11-18Rollup merge of #79158 - lcnr:lazy-norm-coerce, r=oli-obkMara Bos-2/+2
2020-11-18change error for `LayoutErr::SizeOverflow`Bastian Kauschke-2/+2
2020-11-14Use true previous lint level when detecting overriden forbidsMark Rousskov-164/+84
2020-11-12stability: More precise location for deprecation lint on macrosVadim Petrochenkov-1/+11
2020-11-07Use a semicolon instead of a dash in lint noteAaron Hill-4/+4
2020-11-07Don't fire `CONST_ITEM_MUTATION` lint when borrowing a derefAaron Hill-8/+13
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-11Do not provide suggestions for non standard charactersYuki Okushi-0/+56
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