about summary refs log tree commit diff
path: root/clippy_lints/src/utils
AgeCommit message (Expand)AuthorLines
2024-08-05Make `cargo dev deprecate` require a reasonJason Newcomb-44/+2
2024-08-05Store deprecated lints as an array of tuples.Jason Newcomb-63/+44
2024-08-04Remove `multispan_sugg[_with_applicability]`Alex Macleod-28/+12
2024-07-31Auto merge of #13177 - GuillaumeGomez:fix-broken-list-lints-config, r=xFrednetbors-0/+5
2024-07-29Fix broken list for lints configGuillaume Gomez-0/+5
2024-07-29Auto merge of #13173 - Jarcho:conf_order, r=xFrednetbors-1/+1
2024-07-28Mark the lints for each config via an attribute instead of a doc comment..Jason Newcomb-1/+1
2024-07-26Fix display of configs in clippy doc pageGuillaume Gomez-1/+1
2024-07-25Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-4/+4
2024-07-17Refactor for using config values:Jason Newcomb-4/+4
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-7/+6
2024-07-16Use `ConstArg` for array lengthsNoah Lev-7/+22
2024-07-11Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...Philipp Krones-74/+0
2024-07-06remove internal `compiler_lint_functions` linty21-74/+0
2024-06-27Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-u...Philipp Krones-0/+1
2024-06-20resolve `clippy::invalid_paths` on `bool::then`Kisaragi Marine-0/+1
2024-06-13Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u...Philipp Krones-4/+4
2024-06-13Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-4/+4
2024-06-08fix typos of author lintLzu Tao-1/+1
2024-05-29Make `body_owned_by` return the body directly.Oli Scherer-2/+2
2024-05-03Auto merge of #12567 - Alexendoo:format-args-storage, r=flip1995bors-12/+15
2024-05-02Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-2/+2
2024-05-01Fix `FormatArgs` storage when `-Zthreads` > 1Alex Macleod-12/+15
2024-04-17Rename `BindingAnnotation` to `BindingMode`Jules Bertholet-8/+8
2024-04-04Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...Philipp Krones-26/+24
2024-04-04Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-26/+24
2024-04-01fix fallout from previous commity21-10/+10
2024-03-27Implement `mut ref`/`mut ref mut`Jules Bertholet-0/+2
2024-03-24Rename `{enter,exit}_lint_attrs` to `check_attributes{,_post}`Alex Macleod-1/+1
2024-03-22Rename `hir::Node::Local` into `hir::Node::LetStmt`Guillaume Gomez-2/+2
2024-03-22Enable unused_qualifications lintAlex Macleod-12/+10
2024-03-21Merge commit '9d6f41691ed9dbfaec2a2df2661c42451f2fe0d3' into clippy-subtree-u...Philipp Krones-2/+2
2024-03-21Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-2/+2
2024-03-21Implement macro-based deref!() syntax for deref patternsMichael Goulet-0/+5
2024-03-14Rename `hir::StmtKind::Local` into `hir::StmtKind::Let`Guillaume Gomez-1/+1
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-3/+3
2024-02-27Merge commit '10136170fe9ed01e46aeb4f4479175b79eb0e3c7' into clippy-subtree-u...Philipp Krones-2/+0
2024-05-21Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u...Philipp Krones-12/+15
2024-05-02Merge commit '20b085d500dfba5afe0869707bf357af3afe20be' into clippy-subtree-u...Philipp Krones-2/+2
2024-02-15Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`.Nicholas Nethercote-1/+1
2024-02-10hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}`Vadim Petrochenkov-5/+4
2024-02-08Merge commit '60cb29c5e4f9772685c9873752196725c946a849' into clippyupPhilipp Krones-3/+3
2024-02-06Add CoroutineClosure to TyKind, AggregateKind, UpvarArgsMichael Goulet-0/+3
2024-01-25Merge commit '66c29b973b3b10278bd39f4e26b08522a379c2c9' into clippy-subtree-u...Philipp Krones-2/+4
2024-01-23Rename `LintContext::struct_span_lint` as `LintContext::span_lint`.Nicholas Nethercote-1/+0
2024-01-17Add `PatKind::Err`Lieselotte-0/+1
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-12-16Merge commit 'a859e5cc1ce100df22346a1005da30532d04de59' into clippyupPhilipp Krones-5/+5