about summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
2022-04-30Inline WhereClause into Generics.Camille GILLOT-9/+8
2022-04-30Box HIR Generics and Impl.Camille GILLOT-3/+3
2022-04-29errors: `span_suggestion` takes `impl ToString`David Wood-3/+3
2022-04-23Make clippy inspector more precise.Camille GILLOT-2/+14
2022-04-23Drop vis in Item.Camille GILLOT-13/+13
2022-04-23Drop vis in ImplItem.Camille GILLOT-8/+5
2022-04-23Drop vis in FieldDef.Camille GILLOT-1/+4
2022-04-23Stop visiting visibility.Camille GILLOT-10/+9
2022-04-19Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkovDylan DPC-3/+3
2022-04-17Auto merge of #95779 - cjgillot:ast-lifetimes-undeclared, r=petrochenkovbors-8/+8
2022-04-17Stop using CRATE_DEF_INDEX.Camille GILLOT-3/+3
2022-04-17Bless clippy.Camille GILLOT-8/+8
2022-04-17Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillotbors-14/+19
2022-04-16Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisabors-7/+26
2022-04-15Rollup merge of #94849 - ouz-a:master4, r=oli-obkDylan DPC-4/+4
2022-04-15clippy: Update full path to `CString`Vadim Petrochenkov-1/+1
2022-04-14Update issue-92893.stderrouz-a-4/+4
2022-04-14Reimplement lowering of sym operands for asm! so that it also works with glob...Amanieu d'Antras-7/+26
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-08remove CheckVisitor, CollectExternCrateVisitor and ItemLikeVisitor implsMiguel Guarniz-0/+4
2022-04-08Refactor HIR item-like traversal (part 1)Miguel Guarniz-14/+15
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