about summary refs log tree commit diff
path: root/clippy_lints/src/mutable_debug_assertion.rs
AgeCommit message (Expand)AuthorLines
2025-02-20Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-4/+0
2025-02-17Overhaul the `intravisit::Map` trait.Nicholas Nethercote-2/+2
2024-10-03Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...Philipp Krones-1/+1
2024-09-25Fix `clippy_lints` and `clippy_utils`Samuel Moelius-1/+1
2024-09-24Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...Philipp Krones-1/+1
2024-09-22FormattingPhilipp Krones-1/+1
2024-04-01fix fallout from previous commity21-1/+1
2024-04-04Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...Philipp Krones-1/+1
2023-12-01Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-syncPhilipp Krones-1/+1
2023-11-25Use absolute path for `declare_tool_lint` in `declare_clippy_lint`Alex Macleod-1/+1
2023-07-17Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyupPhilipp Krones-2/+6
2023-07-14Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-6/+6
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-4/+1
2022-09-23Apply uninlined_format-args to clippy_lintsYuri Astrakhan-4/+1
2022-06-04Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyupPhilipp Krones-2/+5
2022-06-01Combine doc examplesSerial-2/+5
2022-05-21Merge 'rust-clippy/master' into clippyupxFrednet-1/+1
2022-05-13Tweak some words improved representationydah-1/+1
2022-01-27Merge remote-tracking branch 'upstream/master' into rustupflip1995-4/+0
2022-01-16Fix Visitor::NestedFilter in ClippyCameron Steffen-5/+5
2022-01-13Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyupflip1995-19/+23
2022-01-04New macro utilsbors-19/+23
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-0/+1
2021-11-10Added `clippy::version` attribute to all normal lintsxFrednet-0/+1
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-5/+5
2021-07-28Update lint documentation to use markdown headlinesxFrednet-5/+5
2021-06-03Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyupflip1995-1/+1
2021-05-25Add semicolons up to `needless_for_each.rs`mbartlett21-1/+1
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-1/+2
2021-03-17Don't re-export clippy_utils::*Cameron Steffen-1/+1
2021-03-15Don't re-export clippy_utils::diagnostics::*Cameron Steffen-1/+2
2021-03-12Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyupflip1995-5/+1
2021-03-01Add version = "Two" to rustfmt.tomlCameron Steffen-5/+1
2021-01-07Reintroduce hir::ExprKind::IfCaio-0/+4
2020-10-23Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyupEduardo Broto-55/+11
2020-10-17Assert macro args extractor as a common function in higherThibsG-55/+11
2020-09-04`ty.kind` -> `ty.kind()` in rustdoc and clippyLeSeulArtichaut-1/+1
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-1/+1
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-5/+5
2020-06-26rustc_lint: only query `typeck_tables_of` when a lint needs it.Eduard-Mihai Burtescu-1/+1
2020-04-08Move cognitive_complexity to nurseryDavid Tolnay-1/+0
2020-03-30rustup https://github.com/rust-lang/rust/pull/70536Matthias Krüger-2/+2
2020-03-25Remove dependency on `matches` cratePhilipp Hansch-1/+0
2020-03-16rustup https://github.com/rust-lang/rust/pull/68944Matthias Krüger-2/+2
2020-01-31Move debug_assertions_with_mut_call to nurseryflip1995-1/+1
2020-01-31Don't trigger `debug_assert_with_mut_call` on `.await`flip1995-1/+3
2020-01-31Small refactor of mutable_debug_assertionsflip1995-24/+24
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+3
2020-01-09Rustup to rust-lang/rust#67979Yuki Okushi-2/+5