about summary refs log tree commit diff
path: root/clippy_lints/src/utils
AgeCommit message (Expand)AuthorLines
2020-10-30Update Clippy path to `Lint`Aaron Hill-1/+1
2020-10-28Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyupEduardo Broto-22/+161
2020-10-26Remove lint from clippyNathan Whitaker-1/+0
2020-10-25Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkovYuki Okushi-2/+2
2020-10-24Fix inconsistencies in handling of inert attributes on statementsAaron Hill-2/+2
2020-10-23Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyupEduardo Broto-10/+157
2020-10-18Rollup merge of #77851 - exrook:split-btreemap, r=dtolnayYuki Okushi-1/+1
2020-10-17Appease the almightly lord clippy, hallowed be thy nameJacob Hughes-1/+1
2020-10-16Handle ExprKind::ConstBlock on clippySantiago Pastorino-1/+16
2020-10-10Refactor how SwitchInt stores jump targetsJonas Schievink-1/+0
2020-10-09Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyupflip1995-142/+97
2020-10-06Fix toolsMatthew Jasper-2/+3
2020-10-04clippy: `(Body, DefId)` -> `Body`Dylan MacKenzie-1/+2
2020-10-02Deprecate clippy lintMichael Howell-1/+0
2020-09-26Remove all unstable feature support in the `missing_const_for_fn` lintOliver Scherer-97/+25
2020-09-26Move `qualify_min_const_fn` out of rustc into clippyOliver Scherer-0/+463
2020-09-24Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d' into clippyupflip1995-14/+328
2020-09-15Fix clippy hard-code slice::Iter pathLzu Tao-1/+1
2020-09-11Auto merge of #75800 - Aaron1011:feature/full-nt-tokens, r=petrochenkovbors-1/+1
2020-09-10Fully integrate token collection for additional AST structsAaron Hill-1/+1
2020-09-10Merge commit '5034d47f721ff4c3a3ff2aca9ef2ef3e1d067f9f' into clippyupflip1995-47/+66
2020-09-04`ty.kind` -> `ty.kind()` in rustdoc and clippyLeSeulArtichaut-23/+22
2020-08-30Fix clippyAaron Hill-1/+1
2020-08-28Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyupflip1995-84/+114
2020-08-17Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obkbors-1/+1
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-17clippy: support `QPath::LangItem`David Wood-99/+80
2020-08-11Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyupflip1995-11/+49
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-4/+3
2020-08-06Fix clippyVadim Petrochenkov-1/+1
2020-08-04rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`Vadim Petrochenkov-1/+1
2020-07-31Rename HAIR to THIR (Typed HIR).Valentin Lazureanu-1/+1
2020-07-27introduce PredicateAtomBastian Kauschke-1/+1
2020-07-27this might be unqualified, but at least it's now quantifiedBastian Kauschke-1/+1
2020-07-27clippyBastian Kauschke-2/+2
2020-07-26Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c' into clippyupflip1995-1/+2
2020-07-20trait_sel: only test predicates w/ no substsDavid Wood-1/+1
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-41/+50
2020-07-14Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyupflip1995-123/+113
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-102/+95
2020-07-02rustc_lint: avoid using TypeckTables::empty for LateContext.Eduard-Mihai Burtescu-28/+30
2020-06-26Auto merge of #73756 - Manishearth:rollup-aehswb2, r=Manishearthbors-1/+1
2020-06-26Rollup merge of #73597 - ayazhafiz:i/const-span, r=ecstatic-morseManish Goregaokar-1/+1
2020-06-26rustc_lint: only query `typeck_tables_of` when a lint needs it.Eduard-Mihai Burtescu-19/+19
2020-06-23Record span of `const` kw in GenericParamKindAyaz Hafiz-1/+1
2020-06-23Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyupflip1995-14/+14
2020-06-21Make is_freeze and is_copy_modulo_regions take TyCtxtAtRalf Jung-1/+1
2020-06-18Refactor hir::PlaceAman Arora-6/+6
2020-06-15Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakisbors-2/+1
2020-06-11Remove ImplItemKind::OpaqueTy from clippyMatthew Jasper-1/+0