about summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
2022-04-13Auto merge of #95968 - davidtwco:translation-lazy-fallback, r=oli-obkbors-3/+6
2022-04-13Auto merge of #94255 - b-naber:use-mir-constant-in-thir, r=oli-obkbors-5/+3
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-3/+6
2022-04-11Add new `Deinit` statement kindJakob Degen-1/+2
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-08Update Cargo.lockflip1995-1/+1
2022-04-08Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyupflip1995-1486/+3113
2022-04-06get rid of visit_constant in thir visitorb-naber-8/+9
2022-04-05session: opt for enabling directionality markersDavid Wood-2/+2
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-2/+6
2022-04-05errors: implement fallback diagnostic translationDavid Wood-10/+24
2022-04-05span: move `MultiSpan`David Wood-12/+24
2022-04-02rebase and use ty::Const in patterns againb-naber-13/+10
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-30clippy: nameres for primitive type implslcnr-38/+75
2022-03-30get clippy to compile againlcnr-59/+26
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-7/+13
2022-03-26Auto merge of #95274 - jendrikw:slice-must-use, r=Dylan-DPCbors-30/+30
2022-03-26add #[must_use] to functions of slice and its iterators.Jendrik-18/+18
2022-03-26add #[must_use] to functions of slice and its iterators.Jendrik-12/+12
2022-03-26Auto merge of #95149 - cjgillot:once-diag, r=estebankbors-2/+2
2022-03-25Update clippy helper function typesGrisha Vartanyan-1/+1
2022-03-24Auto merge of #95273 - flip1995:clippyup, r=manishearthbors-546/+1957
2022-03-24Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyupflip1995-546/+1957
2022-03-24update clippy stderr fileOli Scherer-0/+10
2022-03-20Take &mut Diagnostic in emit_diagnostic.Camille GILLOT-2/+2
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-24/+24
2022-03-15fix typosDylan DPC-2/+2
2022-03-14Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyupflip1995-331/+3350
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-92/+93
2022-03-08add `#[rustc_pass_by_value]` to more typeslcnr-5/+6
2022-03-07Auto merge of #94706 - matthiaskrgr:rollup-l5erynr, r=matthiaskrgrbors-26/+25
2022-03-07Update and fix clippy testsEric Holk-5/+24
2022-03-07Stabilize const_fn_fn_ptr_basics and const_fn_trait_boundEric Holk-21/+1
2022-03-07Clarify `Layout` interning.Nicholas Nethercote-1/+1
2022-03-07Introduce `ConstAllocation`.Nicholas Nethercote-3/+3
2022-03-06Rollup merge of #94617 - pierwill:update-itertools, r=Mark-SimulacrumMatthias Krüger-3/+3
2022-03-05Change syntax for TyAlias where clausesJack Huey-42/+6
2022-03-05Do not point at whole file missing `fn main`Esteban Kuber-14/+6
2022-03-04Update `itertools`pierwill-3/+3
2022-03-03Auto merge of #94512 - RalfJung:sdiv-ub, r=oli-obkbors-4/+4
2022-03-02bless clippyRalf Jung-4/+4
2022-03-02Move transmute_undefined_repr back to nurseryflip1995-3/+2
2022-02-26Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyupflip1995-1441/+3461
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-25Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebankbors-23/+21
2022-02-24Rollup merge of #93714 - compiler-errors:can-type-impl-copy-error-span, r=jac...Dylan DPC-1/+1