about summary refs log tree commit diff
path: root/clippy_lints/src/utils/author.rs
AgeCommit message (Expand)AuthorLines
2024-01-05Update clippy for hir::Guard removalMatthew Jasper-8/+2
2023-12-28Merge commit 'ac4c2094a6030530661bee3876e0228ddfeb6b8b' into clippy-subtree-syncPhilipp Krones-0/+1
2023-12-25Fix clippy's usage of Body's coroutine_kindMichael Goulet-4/+17
2023-11-29Add `never_patterns` feature gateNadrieril-0/+1
2023-11-16Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyupPhilipp Krones-1/+1
2023-11-04fix clippy author and failing testDinu Blanovschi-2/+7
2023-11-02Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyupPhilipp Krones-8/+4
2023-10-21Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyupPhilipp Krones-8/+10
2023-08-04Improve spans for indexing expressionsNilstrieb-1/+1
2023-06-26Support `hir::ExprKind::Become` in clippyMaybe Waffle-0/+5
2023-05-20Merge commit '435a8ad86c7a33bd7ffb91c59039943408d3b6aa' into clippyupPhilipp Krones-1/+1
2023-05-05Auto merge of #111255 - flip1995:clippyup, r=Manishearthbors-2/+2
2023-05-05Merge commit '371120bdbf58a331db5dcfb2d9cddc040f486de8' into clippyupPhilipp Krones-2/+2
2023-05-02initial step towards implementing C string literalsDeadbeef-0/+5
2023-04-21offset_ofDrMeepster-0/+4
2023-04-16Alloc `hir::Lit` in an arena to remove the destructor from `Expr`Nilstrieb-1/+1
2023-03-14Remove box expressions from HIRclubby789-5/+0
2023-03-10Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyupPhilipp Krones-1/+1
2023-02-25Make clippy happyMichael Goulet-1/+1
2022-12-02Add `StrStyle` to `ast::LitKind::ByteStr`.Nicholas Nethercote-1/+1
2022-10-23Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyupflip1995-55/+62
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-1/+1
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-1/+1
2022-09-09Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyupPhilipp Krones-1/+1
2022-09-06Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillotbors-3/+11
2022-09-05separate the receiver from arguments in HIR under /clippyTakayuki Maeda-3/+4
2022-09-02clippy: BindingAnnotation changeCameron Steffen-3/+11
2022-08-29Use `&'hir Expr` everywhere.Nicholas Nethercote-1/+1
2022-08-23Remove the symbol from `ast::LitKind::Err`.Nicholas Nethercote-1/+1
2022-07-29Rename local_did to def_idMiguel Guarniz-1/+1
2022-07-29Change maybe_body_owned_by to take local def idMiguel Guarniz-1/+1
2022-07-12Fix clippy buildMaybe Waffle-3/+3
2022-06-12Make `ExprKind::Closure` a struct variant.Camille GILLOT-2/+8
2022-05-09fix clippySparrowLii-5/+5
2022-05-05Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyupflip1995-1/+1
2022-01-21Remove a span from hir::ExprKind::MethodCallCameron Steffen-2/+2
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-4/+0
2022-01-13Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyupflip1995-1/+1
2022-01-12Remove LLVM-style inline assembly from clippyTomasz Miąsko-4/+0
2021-12-23fix clippylcnr-2/+9
2021-12-17Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisabors-5/+12
2021-12-13Fix clippy uses of QPath::LangItemEsteban Kuber-1/+1
2021-12-13let-else: use hir::Let in clippyCormac Relf-5/+12
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-602/+557
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-0/+9
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-46/+28
2021-06-03Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyupflip1995-1/+1
2021-04-08Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyupflip1995-48/+48
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-1/+1
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-2/+2