summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints
AgeCommit message (Expand)AuthorLines
2021-11-21clippy: Fix pattern_type_mismatch for loopCameron Steffen-164/+43
2021-11-21Fix Clippy with changed for loop desugarCameron Steffen-59/+56
2021-11-18rustc: Remove `#[rustc_synthetic]`Vadim Petrochenkov-5/+3
2021-11-09Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakisMatthias Krüger-1/+4
2021-11-08Make select_* methods return Vec for TraitEngineDeadbeef-2/+2
2021-11-07ast: Fix naming conventions in AST structuresVadim Petrochenkov-13/+13
2021-11-07Give inline const separate DefKindGary Guo-1/+4
2021-11-04Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyupflip1995-370/+577
2021-11-02Update clippy dependenciesxFrednet-2/+2
2021-10-22Rollup merge of #89895 - camsteffen:for-loop-head-span, r=davidtwcoYuki Okushi-7/+1
2021-10-21Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyupflip1995-282/+1416
2021-10-17Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisaMatthias Krüger-1/+1
2021-10-17Some "parenthesis" and "parentheses" fixesr00ster91-1/+1
2021-10-15Fix clippy with for loop span changeCameron Steffen-7/+1
2021-10-15Fix clippy with changed macro statement spansCameron Steffen-21/+17
2021-10-11Deprecate mem_discriminant_non_enumflip1995-87/+1
2021-10-07Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyupflip1995-1882/+2155
2021-10-02Make diangostic item names consistentCameron Steffen-177/+180
2021-09-30Do not pass hir::Crate to lints.Camille GILLOT-25/+26
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-5/+3
2021-09-28Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyupflip1995-401/+786
2021-09-25Rollup merge of #89216 - r00ster91:bigo, r=dtolnayManish Goregaokar-1/+1
2021-09-24Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakisJubilee-3/+3
2021-09-24consistent big O notationr00ster91-1/+1
2021-09-20Do not store visibility in *ItemRef.Camille GILLOT-1/+1
2021-09-16Fix clippyjackh726-3/+3
2021-09-13Auto merge of #88517 - smoelius:without-patch-versions, r=flip1995bors-17/+11
2021-09-11Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkovbors-10/+13
2021-09-11Rebase fallout.Camille GILLOT-3/+3
2021-09-11Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na...bors-10/+9
2021-09-10Keep a parent LocalDefId in SpanData.Camille GILLOT-7/+10
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-28/+9
2021-09-09Update dependenciesSamuel E. Moelius III-7/+7
2021-09-09Prep for upgrade to cargo_metadata 0.14.0Samuel E. Moelius III-10/+4
2021-09-08Auto merge of #88615 - flip1995:clippyup, r=Manishearthbors-636/+1674
2021-09-08Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyupflip1995-637/+1678
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-3/+6
2021-09-06fix(clippy): update loop lints to use arg.spanMichael Howell-10/+9
2021-09-05Auto merge of #88499 - eddyb:layout-off, r=nagisabors-13/+13
2021-09-03Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebankbors-5/+2
2021-09-02rustc_target: move `LayoutOf` to `ty::layout`.Eduard-Mihai Burtescu-13/+13
2021-08-30Fix clippy for let-elseCameron Steffen-2/+5
2021-08-28Teach tools that macros are now HIR itemsinquisitivecrystal-1/+9
2021-08-28Treat macros as HIR itemsinquisitivecrystal-0/+1
2021-08-27Path remapping: Make behavior of diagnostics output dependent on presence of ...Michael Woerister-5/+2
2021-08-26update `TypeFlags` to deal with missing ct substslcnr-1/+1
2021-08-26add `tcx` to `fn walk`lcnr-14/+14
2021-08-26make unevaluated const substs optionallcnr-7/+3
2021-08-26require a `tcx` for `TypeVisitor`lcnr-6/+9
2021-08-23Rollup merge of #88230 - steffahn:a_an, r=oli-obkMara Bos-9/+9