summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints
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-2/+5
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-1/+1
2021-08-26add `tcx` to `fn walk`lcnr-14/+14
2021-08-26make unevaluated const substs optionallcnr-7/+3
2021-08-26require a `tcx` for `TypeVisitor`lcnr-6/+9
2021-08-23Rollup merge of #88230 - steffahn:a_an, r=oli-obkMara Bos-9/+9
2021-08-22Rollup merge of #88211 - petrochenkov:withhilo, r=jyn514Guillaume Gomez-2/+2
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-5/+5
2021-08-21cleanup: `Span::new` -> `Span::with_lo`Vadim Petrochenkov-2/+2
2021-08-19Fix clippy let expressions falloutCameron Steffen-100/+91
2021-08-18remove box_syntax uses from cranelift and toolsMarcel Hellwig-248/+247
2021-08-16Auto merge of #84039 - jyn514:uplift-atomic-ordering, r=wesleywiserbors-235/+1
2021-08-16Uplift the `invalid_atomic_ordering` lint from clippy to rustcThom Chiovoloni-235/+1
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-482/+633
2021-08-13move Constness into TraitPredicateDeadbeef-3/+3
2021-08-12Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735' into clippyupflip1995-263/+477
2021-08-04Auto merge of #87568 - petrochenkov:localevel, r=cjgillotbors-47/+47
2021-08-02Auto merge of #87535 - lf-:authors, r=Mark-Simulacrumbors-1/+0
2021-08-01bump bootstrap compiler to 1.55Pietro Albini-2/+0
2021-07-31Fix clippyVadim Petrochenkov-47/+47
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-2681/+2934
2021-07-27Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnrbors-4/+23
2021-07-26Actually infer args in visitorskadmin-47/+1
2021-07-25Introduce OwnerNode::Crate.Camille GILLOT-1/+1
2021-07-25Add inferred args to typeckkadmin-4/+69
2021-07-19Merge commit '4c41a222ca5d1325fb4b6709395bd06e766cc042' into clippyupflip1995-184/+159
2021-07-16Auto merge of #87140 - camsteffen:pat-slice-refs, r=oli-obkbors-5/+5
2021-07-16Rollup merge of #87069 - sexxi-goose:copy_ref_always, r=nikomatsakisGuillaume Gomez-12/+7
2021-07-15Remove refs from pat slicesCameron Steffen-5/+5
2021-07-15Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' into clippyupflip1995-414/+575
2021-07-14ExprUseVisitor::Delegate consume only when movingAman Arora-12/+7
2021-07-13Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obkbors-1/+1
2021-07-10rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro`Vadim Petrochenkov-14/+2
2021-07-09clippy: allow default_hash_types on bootstrapCameron Steffen-1/+1
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-4/+8
2021-07-06Add s to non_fmt_panicRyan Levick-1/+1
2021-07-01Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyupflip1995-718/+1213
2021-06-18Auto merge of #85421 - Smittyvb:rm_pushpop_unsafe, r=matthewjasperbors-3/+1
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-10/+12
2021-06-06Remove some last remants of {push,pop}_unsafe!Smitty-3/+1
2021-06-04Remove `doc(include)`Joshua Nelson-17/+2
2021-06-03Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyupflip1995-722/+1087
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0