about summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
2021-07-19Merge commit '4c41a222ca5d1325fb4b6709395bd06e766cc042' into clippyupflip1995-298/+468
2021-07-18fix(clippy): add missing allow(dyn_drop)Michael Howell-1/+1
2021-07-16Auto merge of #87140 - camsteffen:pat-slice-refs, r=oli-obkbors-14/+14
2021-07-16Rollup merge of #87069 - sexxi-goose:copy_ref_always, r=nikomatsakisGuillaume Gomez-14/+9
2021-07-15Remove refs from pat slicesCameron Steffen-14/+14
2021-07-15Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' into clippyupflip1995-607/+2225
2021-07-14ExprUseVisitor::Delegate consume only when movingAman Arora-14/+9
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-26/+4
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-07Auto merge of #86920 - JohnTitor:rollup-buvzpkr, r=JohnTitorbors-5/+5
2021-07-06Make type_implements_trait not a queryAman Arora-6/+8
2021-07-06Add s to non_fmt_panicRyan Levick-5/+5
2021-07-04revert broken formattingNiko Matsakis-31/+25
2021-07-04allow inference vars in type_implements_traitNiko Matsakis-26/+34
2021-07-02Auto merge of #86782 - flip1995:clippyup, r=Manishearthbors-1086/+3185
2021-07-01Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyupflip1995-1086/+3185
2021-07-01Rename all_crate_nums query to crates and remove useless wrapperbjorn3-1/+1
2021-06-25Fix clippy testRyan Levick-3/+3
2021-06-22Rollup merge of #86274 - alexander-melentyev:spaces, r=bjorn3Yuki Okushi-10/+10
2021-06-21Delete spacesAlexander Melentyev-10/+10
2021-06-19Auto merge of #86426 - hi-rustin:rustin-patch-lint-warn, r=Aaron1011bors-20/+20
2021-06-18Auto merge of #85421 - Smittyvb:rm_pushpop_unsafe, r=matthewjasperbors-3/+1
2021-06-18Address commenthi-rustin-10/+10
2021-06-18Make clippy tests happyhi-rustin-30/+30
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-14/+25
2021-06-09Auto merge of #86003 - pnkfelix:issue-84297-revert-81238, r=Mark-Simulacrumbors-2/+2
2021-06-06Remove some last remants of {push,pop}_unsafe!Smitty-3/+1
2021-06-04Revert clippy's path to the copy intrinsics (part of reverting PR 81238).Felix S. Klock II-2/+2
2021-06-04Remove `doc(include)`Joshua Nelson-19/+3
2021-06-03Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyupflip1995-1305/+2367
2021-05-24remove cfg(bootstrap)Pietro Albini-2/+0
2021-05-20Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyupflip1995-668/+2329
2021-05-18Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnrbors-3/+3
2021-05-17Auto merge of #85178 - cjgillot:local-crate, r=oli-obkbors-6/+6
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-90/+90
2021-05-12Use () for inherent_impls.Camille GILLOT-2/+2
2021-05-12Use () for entry_fn.Camille GILLOT-2/+2
2021-05-12Use () for HIR queries.Camille GILLOT-2/+2
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-5/+4
2021-05-12Implement span quoting for proc-macrosAaron Hill-4/+4
2021-05-11Auto merge of #85109 - RalfJung:remove-const_fn, r=oli-obkbors-7/+6
2021-05-11fix clippy testRalf Jung-7/+6
2021-05-10Auto merge of #85053 - camsteffen:duplicate-lint, r=davidtwcobors-28/+4
2021-05-07Fix duplicate unknown lint errorsCameron Steffen-28/+4
2021-05-06Fix clippyScott McMurray-3/+3
2021-05-06Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f' into clippyupflip1995-1057/+2323
2021-05-05Use local and remapped paths where appropriateAndy Wang-5/+4
2021-05-05Auto merge of #84200 - CDirkx:os, r=m-ou-sebors-1/+1