index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clippy_lints
/
src
/
mutable_debug_assertion.rs
Age
Commit message (
Expand
)
Author
Lines
2022-09-23
Apply uninlined_format-args to clippy_lints
Yuri Astrakhan
-4
/
+1
2022-06-01
Combine doc examples
Serial
-2
/
+5
2022-05-13
Tweak some words improved representation
ydah
-1
/
+1
2022-01-27
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
-4
/
+0
2022-01-16
Fix Visitor::NestedFilter in Clippy
Cameron Steffen
-5
/
+5
2022-01-13
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
flip1995
-19
/
+23
2022-01-04
New macro utils
bors
-19
/
+23
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-0
/
+1
2021-11-10
Added `clippy::version` attribute to all normal lints
xFrednet
-0
/
+1
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-5
/
+5
2021-07-28
Update lint documentation to use markdown headlines
xFrednet
-5
/
+5
2021-06-03
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
flip1995
-1
/
+1
2021-05-25
Add semicolons up to `needless_for_each.rs`
mbartlett21
-1
/
+1
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-1
/
+2
2021-03-17
Don't re-export clippy_utils::*
Cameron Steffen
-1
/
+1
2021-03-15
Don't re-export clippy_utils::diagnostics::*
Cameron Steffen
-1
/
+2
2021-03-12
Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup
flip1995
-5
/
+1
2021-03-01
Add version = "Two" to rustfmt.toml
Cameron Steffen
-5
/
+1
2021-01-07
Reintroduce hir::ExprKind::If
Caio
-0
/
+4
2020-10-23
Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyup
Eduardo Broto
-55
/
+11
2020-10-17
Assert macro args extractor as a common function in higher
ThibsG
-55
/
+11
2020-09-04
`ty.kind` -> `ty.kind()` in rustdoc and clippy
LeSeulArtichaut
-1
/
+1
2020-07-17
Rename TypeckTables to TypeckResults.
Valentin Lazureanu
-1
/
+1
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-5
/
+5
2020-06-26
rustc_lint: only query `typeck_tables_of` when a lint needs it.
Eduard-Mihai Burtescu
-1
/
+1
2020-04-08
Move cognitive_complexity to nursery
David Tolnay
-1
/
+0
2020-03-30
rustup https://github.com/rust-lang/rust/pull/70536
Matthias Krüger
-2
/
+2
2020-03-25
Remove dependency on `matches` crate
Philipp Hansch
-1
/
+0
2020-03-16
rustup https://github.com/rust-lang/rust/pull/68944
Matthias Krüger
-2
/
+2
2020-01-31
Move debug_assertions_with_mut_call to nursery
flip1995
-1
/
+1
2020-01-31
Don't trigger `debug_assert_with_mut_call` on `.await`
flip1995
-1
/
+3
2020-01-31
Small refactor of mutable_debug_assertions
flip1995
-24
/
+24
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-1
/
+1
2020-01-11
Rustup to rust-lang/rust#67806
Yuki Okushi
-3
/
+3
2020-01-09
Rustup to rust-lang/rust#67979
Yuki Okushi
-2
/
+5
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-1
/
+1
2019-12-31
Rustup to rust-lang/rust#67707
Yuki Okushi
-1
/
+1
2019-12-27
Rustup to rust-lang/rust#66936
Yuki Okushi
-3
/
+3
2019-12-21
rustup "Merge `ast::Mutability` and `mir::Mutability`"
Lzu Tao
-2
/
+2
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-11-27
Add BorrowKind::Ref
Manish Goregaokar
-4
/
+4
2019-11-25
Rustup to rust-lang/rust#66671
flip1995
-3
/
+3
2019-11-11
MutImmutable -> Immutable, MutMutable -> Mutable, CaptureClause -> CaptureBy
Manish Goregaokar
-2
/
+2
2019-10-22
Add lint for debug_assert_with_mut_call
Marcel Hellwig
-0
/
+155