about summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints
AgeCommit message (Expand)AuthorLines
2022-04-13Auto merge of #95968 - davidtwco:translation-lazy-fallback, r=oli-obkbors-2/+4
2022-04-13Auto merge of #94255 - b-naber:use-mir-constant-in-thir, r=oli-obkbors-3/+1
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-2/+4
2022-04-09Auto merge of #95524 - oli-obk:cached_stable_hash_cleanups, r=nnethercotebors-3/+2
2022-04-08Avoid looking at the internals of Interned directlyOli Scherer-3/+2
2022-04-08Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyupflip1995-578/+1108
2022-04-06get rid of visit_constant in thir visitorb-naber-8/+9
2022-04-05session: opt for enabling directionality markersDavid Wood-1/+1
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-1/+3
2022-04-05errors: implement fallback diagnostic translationDavid Wood-9/+21
2022-04-05span: move `MultiSpan`David Wood-7/+8
2022-04-02rebase and use ty::Const in patterns againb-naber-11/+8
2022-03-31Auto merge of #95501 - Dylan-DPC:rollup-arx6sdc, r=Dylan-DPCbors-1/+1
2022-03-31Rollup merge of #95251 - GrishaVar:hashes-u16-to-u8, r=dtolnayDylan DPC-1/+1
2022-03-30Auto merge of #95436 - cjgillot:static-mut, r=oli-obkbors-7/+13
2022-03-30get clippy to compile againlcnr-36/+17
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-7/+13
2022-03-25Update clippy helper function typesGrisha Vartanyan-1/+1
2022-03-24Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyupflip1995-208/+782
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-21/+21
2022-03-15fix typosDylan DPC-1/+1
2022-03-14Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyupflip1995-175/+1657
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-76/+77
2022-03-08add `#[rustc_pass_by_value]` to more typeslcnr-4/+4
2022-03-07Auto merge of #94706 - matthiaskrgr:rollup-l5erynr, r=matthiaskrgrbors-0/+13
2022-03-07Update and fix clippy testsEric Holk-0/+13
2022-03-07Clarify `Layout` interning.Nicholas Nethercote-1/+1
2022-03-04Update `itertools`pierwill-1/+1
2022-03-02Move transmute_undefined_repr back to nurseryflip1995-3/+2
2022-02-26Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyupflip1995-1046/+1572
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-25Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebankbors-14/+12
2022-02-24Rollup merge of #93714 - compiler-errors:can-type-impl-copy-error-span, r=jac...Dylan DPC-1/+1
2022-02-24resolve: Fix incorrect results of `opt_def_kind` query for some built-in macrosVadim Petrochenkov-1/+1
2022-02-24better ObligationCause for normalization errors in can_type_implement_copyMichael Goulet-1/+1
2022-02-23rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.Eduard-Mihai Burtescu-6/+4
2022-02-23Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.Eduard-Mihai Burtescu-8/+8
2022-02-21update clippylcnr-10/+9
2022-02-17Don't lint `needless_borrow` in method receiver positionsJason Newcomb-1/+1
2022-02-17Rollup merge of #94030 - ChayimFriedman2:issue-94010, r=petrochenkovMatthias Krüger-1/+1
2022-02-16Correctly mark the span of captured arguments in `format_args!()`Chayim Refael Friedman-1/+1
2022-02-15Rollup merge of #94014 - flip1995:clippy_transmute_lint_regroup, r=dtolnayMatthias Krüger-3/+2
2022-02-15Move transmute_undefined_repr back to nurseryflip1995-3/+2
2022-02-15Overhaul `Const`.Nicholas Nethercote-5/+5
2022-02-15Overhaul `RegionKind` and `Region`.Nicholas Nethercote-2/+2
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-64/+65
2022-02-12change to a struct variantEllen-3/+3
2022-02-10Clippy: Fix botstrap falloutflip1995-21/+24
2022-02-10Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyupflip1995-2613/+3264
2022-02-09Rollup merge of #93746 - cjgillot:nodefii, r=nikomatsakisYuki Okushi-3/+0