about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui
AgeCommit message (Expand)AuthorLines
2020-10-28Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyupEduardo Broto-97/+1451
2020-10-26Remove lint from clippyNathan Whitaker-70/+0
2020-10-23Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyupEduardo Broto-132/+940
2020-10-22Fix clippy testsvarkor-0/+3
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-210/+607
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-227/+803
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-315/+2315
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-358/+1354
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
2020-08-06Apply suggestions from code reviewRyan Wiedemann-0/+1
2020-08-06add newline to transmutes_expressible_as_ptr_casts.rsRyan1729-1/+1
2020-08-06add extra error message to the expected stderr for transmutes_expressible_as_...Ryan1729-1/+7
2020-08-06add documentation to functions that call `do_check` and add a test against li...Ryan1729-0/+11
2020-08-06get the expected number of errors by acknowledging that other lints are cover...Ryan1729-4/+61
2020-08-06try putting the can_be_expressed_as_pointer_cast at the top and find that we ...Ryan1729-2/+2
2020-08-06write currently failing test for transmutes_expressible_as_ptr_castsRyan1729-1/+54
2020-08-06run cargo dev new_lint then move transmutes_expressible_as_ptr_casts into tra...Ryan1729-0/+5
2020-08-02fix typosliuzhenyu-1/+1
2020-07-29Update clippy ui test.Oliver Scherer-21/+1
2020-07-26Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c' into clippyupflip1995-104/+344
2020-07-14Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyupflip1995-179/+2202
2020-07-11Rollup merge of #72920 - oli-obk:const_transmute, r=RalfJungManish Goregaokar-9/+1
2020-07-11Stabilize `transmute` in constants and statics but not const fnOliver Scherer-9/+1
2020-07-10Avoid "whitelist"Tamir Duberstein-2/+2
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-4/+4
2020-06-28Update testsDylan MacKenzie-42/+34
2020-06-23Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyupflip1995-92/+512
2020-06-10Migrate to numeric associated constsLzu Tao-19/+19
2020-06-09Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippyLzu Tao-400/+1313
2020-05-28Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2flip1995-68/+533