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
/
mut_reference.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-23
fix ICE in `unnecessary_mut_passed`
lapla-cogito
-2
/
+3
2024-10-13
Check MethodCall/Call arg count earlier or at all
GnomedDev
-3
/
+3
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-1
/
+1
2024-04-15
Fix clippy
Michael Goulet
-1
/
+1
2024-04-04
Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...
Philipp Krones
-4
/
+3
2024-03-22
And the tools too
Michael Goulet
-3
/
+1
2023-12-01
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Philipp Krones
-1
/
+1
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-2
/
+2
2023-10-10
Rejig some top-level `rustc_hir_pretty` functions.
Nicholas Nethercote
-1
/
+1
2023-08-11
Merge commit '1e8fdf492808a25d78a97e1242b835ace9924e4d' into clippyup
Philipp Krones
-0
/
+5
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-2
/
+2
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-1
/
+1
2022-09-19
remove the `Subst` trait, always use `EarlyBinder`
lcnr
-1
/
+0
2022-09-05
separate the receiver from arguments in HIR under /clippy
Takayuki Maeda
-4
/
+10
2022-06-16
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
flip1995
-5
/
+10
2022-05-13
Add bound_type_of
Jack Huey
-2
/
+2
2022-05-10
Introduce EarlyBinder
Jack Huey
-2
/
+2
2022-01-21
Remove a span from hir::ExprKind::MethodCall
Cameron Steffen
-1
/
+1
2021-12-15
Remove unnecessary sigils around `Ident::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-0
/
+1
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-5
/
+5
2021-06-03
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
flip1995
-1
/
+1
2021-04-08
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
flip1995
-2
/
+2
2021-03-26
Use iter::zip in src/tools/clippy/
Josh Stone
-1
/
+2
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-1
/
+1
2020-09-04
`ty.kind` -> `ty.kind()` in rustdoc and clippy
LeSeulArtichaut
-2
/
+2
2020-08-28
Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup
flip1995
-5
/
+12
2020-07-17
Rename TypeckTables to TypeckResults.
Valentin Lazureanu
-3
/
+3
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-8
/
+3
2020-06-26
rustc_lint: only query `typeck_tables_of` when a lint needs it.
Eduard-Mihai Burtescu
-3
/
+3
2020-06-10
Update Clippy for MethodCall changes
Aaron Hill
-1
/
+1
2020-06-09
Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy
Lzu Tao
-0
/
+4
2020-05-28
Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2
flip1995
-1
/
+1
2020-03-30
rustup https://github.com/rust-lang/rust/pull/70536
Matthias Krüger
-2
/
+2
2020-03-27
remove redundant import
Matthias Krüger
-1
/
+0
2020-03-27
rustup https://github.com/rust-lang/rust/pull/70344
Matthias Krüger
-2
/
+3
2020-02-21
Fix fallout
flip1995
-1
/
+1
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
/
+2
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-1
/
+1
2019-12-27
Rustup to rust-lang/rust#66936
Yuki Okushi
-2
/
+7
2019-12-21
rustup "Merge `ast::Mutability` and `mir::Mutability`"
Lzu Tao
-4
/
+3
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-11-27
Add BorrowKind::Ref
Manish Goregaokar
-1
/
+1
2019-11-25
Rustup to rust-lang/rust#66671
flip1995
-1
/
+1
2019-11-11
MutImmutable -> Immutable, MutMutable -> Mutable, CaptureClause -> CaptureBy
Manish Goregaokar
-3
/
+4
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-3
/
+3
2019-09-26
Rustup https://github.com/rust-lang/rust/pull/64513
Lzu Tao
-2
/
+2
2019-04-17
Use lint pass macros
Matthew Kraai
-13
/
+2
[next]