about summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints
AgeCommit message (Expand)AuthorLines
2025-07-07Auto merge of #143182 - xdoardo:more-addrspace, r=workingjubileebors-4/+4
2025-07-07compiler: Parse `p-` specs in datalayout string, allow definition of custom d...Edoardo Marangoni-4/+4
2025-07-07Rollup merge of #143544 - workingjubilee:rename-bare-fn, r=fmeaseJacob Pratt-4/+4
2025-07-06clippy: migrate BareFn -> FnPtrJubilee Young-4/+4
2025-07-06Rewrite empty attribute lintJonathan Brouwer-3/+3
2025-07-05Rollup merge of #143372 - cjgillot:bare-glob-map, r=petrochenkovMatthias Krüger-1/+1
2025-07-04Port `#[non_exhaustive]` to the new attribute parsing infrastructureJonathan Brouwer-8/+11
2025-07-04Remove names_imported_by_glob_use query.Camille GILLOT-1/+1
2025-07-01Update clippy source code to make use of `TyCtxt::def_descr` instead of `Item...Guillaume Gomez-2/+8
2025-06-30Introduce `ByteSymbol`.Nicholas Nethercote-19/+21
2025-06-27broken_links: Fix rustdoc API usagePhilipp Krones-1/+1
2025-06-27Merge commit 'c5dbd1de07e0407b9687619a868384d6de06253f' into clippy-subtree-u...Philipp Krones-524/+721
2025-06-26Rollup merge of #141648 - GuillaumeGomez:redundant_explicit_links-expansion, ...Matthias Krüger-2/+2
2025-06-24fix clippyJana Dönszelmann-2/+3
2025-06-23Update clippy source code to changes on `source_span_for_markdown_range`Guillaume Gomez-2/+2
2025-06-22Port `#[no_mangle]` to new attribute parsing infrastructureJonathan Brouwer-6/+6
2025-06-22Port `#[must_use]` to new attribute parsing infrastructureJonathan Brouwer-15/+24
2025-06-21All HIR attributes are outerDavid Tolnay-3/+10
2025-06-21Rollup merge of #142787 - samueltardieu:diag-items-for-clippy, r=Manishearth,...Matthias Krüger-15/+16
2025-06-20Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35bors-3/+2
2025-06-20clippy: replace path uses by diagnostic itemsSamuel Tardieu-15/+16
2025-06-20Avoid some unnecessary symbol interning.Nicholas Nethercote-1/+1
2025-06-19Extract Translator structCameron Steffen-3/+2
2025-06-18Auto merge of #138165 - jdonszelmann:inline, r=oli-obkbors-29/+28
2025-06-17fix clippyJana Dönszelmann-4/+4
2025-06-17Rollup merge of #142371 - fee1-dead-contrib:push-xqlkumzurkus, r=petrochenkovJacob Pratt-3/+3
2025-06-17convert entire codebase to parsed inline attrsJana Dönszelmann-29/+28
2025-06-16clippy: add `MetaSized` conditionsDavid Wood-1/+8
2025-06-13Reduce precedence of expressions that have an outer attrDavid Tolnay-11/+11
2025-06-13Move COERCE_CONTAINER_TO_ANY to nursery, as it has FPsPhilipp Krones-1/+1
2025-06-13Merge commit '4ef75291b5dd6739212f1f61666d19d4e086690d' into clippy-subtree-u...Philipp Krones-391/+1115
2025-06-12avoid `&mut P<T>` in `visit_expr` etc methodsDeadbeef-3/+3
2025-06-06Rollup merge of #141603 - nnethercote:reduce-P, r=fee1-deadGuillaume Gomez-1/+1
2025-06-03Rollup merge of #141741 - nnethercote:overhaul-UsePath, r=petrochenkovMatthias Krüger-25/+25
2025-06-03Overhaul `UsePath`.Nicholas Nethercote-22/+22
2025-06-02Auto merge of #141814 - flip1995:clippy-subtree-update, r=Manishearthbors-282/+501
2025-06-02Invert the sense of `is_not_macro_export`.Nicholas Nethercote-5/+5
2025-05-31Merge commit '57cbadd68ac473bc50453f6b1320a02b68115f12'Philipp Krones-282/+501
2025-05-30Reorder fields in `hir::ItemKind` variants.Nicholas Nethercote-19/+19
2025-05-29Rollup merge of #141675 - nnethercote:ItemKind-field-order, r=fee1-deadJacob Pratt-2/+2
2025-05-29Rollup merge of #141638 - oli-obk:builtin-index, r=lcnrJacob Pratt-5/+4
2025-05-28Use `builin_index` instead of hand-rolling itOli Scherer-5/+4
2025-05-28Reorder `ast::ItemKind::{Struct,Enum,Union}` fields.Nicholas Nethercote-2/+2
2025-05-27Rename unpack to kindMichael Goulet-23/+23
2025-05-27Reduce `P<T>` to a typedef of `Box<T>`.Nicholas Nethercote-1/+1
2025-05-22Rename `kw::Empty` as `sym::empty`.Nicholas Nethercote-4/+4
2025-05-21Merge commit 'cadf98bb7d783e2ea3572446c3f80d3592ec5f86' into clippy-subtree-u...Philipp Krones-1224/+1892
2025-05-19Rollup merge of #140874 - mejrs:rads, r=WaffleLapkinStuart Cook-10/+10
2025-05-18Remove rustc_attr_data_structures re-export from rustc_attr_parsingmejrs-10/+10
2025-05-15Merge commit '0450db33a5d8587f7c1d4b6d233dac963605766b' into clippy-subtree-u...Philipp Krones-806/+848