about summary refs log tree commit diff
path: root/clippy_lints/src/mixed_read_write_in_expression.rs
AgeCommit message (Expand)AuthorLines
2024-09-25Fix `clippy_lints` and `clippy_utils`Samuel Moelius-3/+3
2024-09-22FormattingPhilipp Krones-1/+1
2024-08-25Auto merge of #13285 - alex-semenyuk:ignore_todo_for_diverging_sub_expression...bors-0/+6
2024-08-18Diverging subexpression lint should not fire on todo!()Alexey Semenyuk-0/+6
2024-08-09Shrink `TyKind::FnPtr`.Nicholas Nethercote-1/+1
2024-08-08Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...Philipp Krones-4/+8
2024-07-22Make restriction lint's use `span_lint_and_then` (m -> m)xFrednet-4/+8
2024-05-30Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u...Philipp Krones-3/+6
2024-05-23For restriction lints, replace “Why is this bad?” with “Why restrict th...Kevin Reid-3/+6
2024-04-04Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1/+1
2024-04-01fix fallout from previous commity21-1/+1
2024-03-22Rename `hir::Local` into `hir::LetStmt`Guillaume Gomez-2/+2
2024-03-14Rename `hir::StmtKind::Local` into `hir::StmtKind::Let`Guillaume Gomez-2/+2
2024-04-04Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...Philipp Krones-1/+1
2024-02-10hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}`Vadim Petrochenkov-2/+1
2024-02-07hir: Remove `fn opt_hir_id` and `fn opt_span`Vadim Petrochenkov-4/+1
2024-01-05Update clippy for hir::Guard removalMatthew Jasper-2/+2
2023-12-16Merge commit 'a859e5cc1ce100df22346a1005da30532d04de59' into clippyupPhilipp Krones-1/+3
2023-12-12Move some methods from `tcx.hir()` to `tcx`zetanumbers-1/+1
2023-12-01Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-syncPhilipp Krones-1/+1
2023-11-17rename bound region instantiationlcnr-1/+1
2023-11-16Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyupPhilipp Krones-6/+7
2023-11-02Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyupPhilipp Krones-2/+2
2023-10-06Merge commit 'b105fb4c39bc1a010807a6c076193cef8d93c109' into clippyupPhilipp Krones-5/+2
2023-09-08Partially outline code inside the panic! macroJohn Kåre Alsaker-4/+19
2023-08-04Improve spans for indexing expressionsNilstrieb-1/+1
2023-07-02Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyupPhilipp Krones-1/+11
2023-01-04rename get_parent_node to parent_idMichael Goulet-1/+1
2022-11-21Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyupPhilipp Krones-2/+2
2022-10-23Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyupflip1995-4/+1
2022-06-16Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyupflip1995-2/+4
2022-06-12Make `ExprKind::Closure` a struct variant.Camille GILLOT-3/+3
2022-06-04Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyupPhilipp Krones-1/+1
2022-05-21Merge 'rust-clippy/master' into clippyupxFrednet-0/+348