summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
2021-09-03Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebankbors-5/+2
2021-08-30Fix clippy for let-elseCameron Steffen-3/+16
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-19/+11
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-2/+2
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-2/+2
2021-08-26add `tcx` to `fn walk`lcnr-23/+23
2021-08-26make unevaluated const substs optionallcnr-12/+4
2021-08-26require a `tcx` for `TypeVisitor`lcnr-6/+9
2021-08-23Auto merge of #83302 - camsteffen:write-piece-unchecked, r=dtolnaybors-15/+20
2021-08-23Rollup merge of #88230 - steffahn:a_an, r=oli-obkMara Bos-13/+13
2021-08-22Rollup merge of #88211 - petrochenkov:withhilo, r=jyn514Guillaume Gomez-3/+3
2021-08-22Fix typos “an”→“a” and a few different ones that appeared in the sa...Frank Steffahn-1/+1
2021-08-22Fix more “a”/“an” typosFrank Steffahn-3/+3
2021-08-22Fix typos “a”→“an”Frank Steffahn-9/+9
2021-08-22Auto merge of #88163 - camsteffen:collapsible-match-fix, r=Manishearthbors-150/+136
2021-08-21cleanup: `Span::new` -> `Span::with_lo`Vadim Petrochenkov-3/+3
2021-08-19introduce a Coerce predicateNiko Matsakis-0/+3
2021-08-19Fix clippy let expressions falloutCameron Steffen-150/+136
2021-08-18remove box_syntax uses from cranelift and toolsMarcel Hellwig-248/+247
2021-08-16clippy: Fix format_args expansion parsingCameron Steffen-15/+20
2021-08-16Auto merge of #84039 - jyn514:uplift-atomic-ordering, r=wesleywiserbors-1425/+9
2021-08-16Uplift the `invalid_atomic_ordering` lint from clippy to rustcThom Chiovoloni-1425/+9
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-669/+1043
2021-08-13move Constness into TraitPredicateDeadbeef-5/+5
2021-08-13Auto merge of #87954 - flip1995:clippyup, r=Manishearthbors-375/+1311
2021-08-12Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylevGuillaume Gomez-3/+3
2021-08-12Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735' into clippyupflip1995-375/+1311
2021-08-12Bless clippy tests.Mara Bos-3/+3
2021-08-11update clippyEsteban Kuber-906/+961
2021-08-04Auto merge of #87568 - petrochenkov:localevel, r=cjgillotbors-47/+47
2021-08-02Auto merge of #87535 - lf-:authors, r=Mark-Simulacrumbors-7/+0
2021-08-01bump bootstrap compiler to 1.55Pietro Albini-2/+0
2021-07-31Fix clippyVadim Petrochenkov-47/+47
2021-07-30Auto merge of #86754 - estebank:use-multispans-more, r=varkorbors-4/+6
2021-07-31Rollup merge of #87385 - Aaron1011:final-enable-semi, r=petrochenkovYuki Okushi-2/+2
2021-07-30Use multispan suggestions more oftenEsteban Küber-4/+6
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-7/+0
2021-07-29Remove unnecessary trailing semicolons from clippy testsAaron Hill-2/+2
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-3113/+3436
2021-07-27Update testsJacob Pratt-32/+30
2021-07-27Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnrbors-9/+35
2021-07-26Actually infer args in visitorskadmin-52/+6
2021-07-25Auto merge of #83723 - cjgillot:ownernode, r=petrochenkovbors-1/+1
2021-07-25Introduce OwnerNode::Crate.Camille GILLOT-1/+1
2021-07-25Add inferred args to typeckkadmin-12/+75
2021-07-25Add generic arg inferkadmin-1/+10
2021-07-23update clippy ui test 'future_not_send.stderr' to matchchaz-kiker-2/+2