summary refs log tree commit diff
path: root/src/tools/clippy/tests
AgeCommit message (Expand)AuthorLines
2021-01-04Merge commit '4bd77a19f39165fe9b8be2f7271d4197bd4f42eb' into betaflip1995-2/+14
2020-12-23Special sync of 'e89801553ddbaccdeb2eac4db08900edb51ac7ff'flip1995-1/+1
2020-12-20Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyupflip1995-432/+1706
2020-12-15Auto merge of #78399 - vn-ki:gsgdt-graphviz, r=oli-obkbors-3/+2
2020-12-06Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyupflip1995-187/+2448
2020-12-05fix clippy testVishnunarayan K I-3/+2
2020-11-30Auto merge of #79329 - camelid:int-lit-suffix-error, r=davidtwcobors-2/+2
2020-11-29Update tests to remove old numeric constantsbstrie-1/+1
2020-11-27Update error to reflect that integer literals can have float suffixesCamelid-2/+2
2020-11-24Auto merge of #79228 - flip1995:clippyup, r=oli-obkbors-507/+2100
2020-11-23Auto merge of #78343 - camelid:macros-qualify-panic, r=m-ou-sebors-5/+5
2020-11-23Qualify `panic!` as `core::panic!` in non-built-in `core` macrosCamelid-5/+5
2020-11-23Fix ICE in utils::implements_traitflip1995-0/+5
2020-11-23Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyupflip1995-507/+2095
2020-11-22Drop support for cloudabi targetsLzu Tao-33/+12
2020-11-19Remove the clippy::panic-params lint.Mara Bos-89/+0
2020-11-05Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyupflip1995-342/+1688
2020-10-28Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyupEduardo Broto-98/+1452
2020-10-26Remove lint from clippyNathan Whitaker-70/+0
2020-10-23Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyupEduardo Broto-132/+956
2020-10-22Fix clippy testsvarkor-0/+3
2020-11-17Fix handling of panic callsCamelid-13/+48
2020-11-14Auto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obkbors-16/+2
2020-11-13update clippy test ouputVishnunarayan K I-16/+2
2020-11-11Implement destructuring assignment for structs and slicesFabian Zaiser-7/+22
2020-10-16Rollup merge of #77493 - hosseind88:ICEs_should_always_print_the_top_of_the_q...Dylan DPC-0/+2
2020-10-14fix stderr file of clippy/custom_ice_message testhosseind88-1/+1
2020-10-09add new linehosseind75-1/+1
2020-10-09fix clippy custom_ice_message testhosseind75-0/+2
2020-10-09Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyupflip1995-236/+660
2020-10-04Prevent forbid from being ignored if overriden at the same level.Felix S. Klock II-13/+4
2020-10-02Deprecate clippy lintMichael Howell-25/+8
2020-09-24Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d' into clippyupflip1995-657/+2089
2020-09-20Update Clippy testcasesChristiaan Dirkx-65/+91
2020-09-20Auto merge of #76136 - CDirkx:const-result, r=dtolnaybors-183/+93
2020-09-20Update Clippy testcasesChristiaan Dirkx-183/+93
2020-09-10Merge commit '5034d47f721ff4c3a3ff2aca9ef2ef3e1d067f9f' into clippyupflip1995-229/+805
2020-09-08Adjust Clippy for CONST_ITEM_MUTATION lintAaron Hill-45/+23
2020-09-02Improve recovery on malformed format callSasha-3/+3
2020-08-28Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyupflip1995-321/+2318
2020-08-24Unbreak the clippy testScott McMurray-1/+3
2020-08-17clippy: support `QPath::LangItem`David Wood-7/+9
2020-08-11Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyupflip1995-364/+1363
2020-08-11Rollup merge of #75098 - Ryan1729:clippy-pointer-cast-lint-experiment, r=oli-obkDylan DPC-0/+236
2020-08-09add allow unused_unsafe and allow dead_codeRyan1729-10/+12
2020-08-09fix unary minus on usize and unused variable errors in .fixed fileRyan1729-32/+32
2020-08-09add a test example of where transmutes_expressible_as_ptr_casts should not su...Ryan1729-2/+26
2020-08-08update stderr for transmutes_expressible_as_ptr_castsRyan1729-8/+8
2020-08-07Auto merge of #74821 - oli-obk:const_eval_read_uninit_fast_path, r=wesleywiserbors-21/+1
2020-08-06copy over *.fixed fileRyan1729-0/+77