about summary refs log tree commit diff
path: root/clippy_lints/src/mutable_debug_assertion.rs
AgeCommit message (Expand)AuthorLines
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-01Add version = "Two" to rustfmt.tomlCameron Steffen-5/+1
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
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-1/+1
2019-12-31Rustup to rust-lang/rust#67707Yuki Okushi-1/+1
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-3/+3
2019-12-21rustup "Merge `ast::Mutability` and `mir::Mutability`"Lzu Tao-2/+2
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-11-27Add BorrowKind::RefManish Goregaokar-4/+4
2019-11-25Rustup to rust-lang/rust#66671flip1995-3/+3
2019-11-11MutImmutable -> Immutable, MutMutable -> Mutable, CaptureClause -> CaptureByManish Goregaokar-2/+2
2019-10-22Add lint for debug_assert_with_mut_callMarcel Hellwig-0/+155