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
/
minmax.rs
Age
Commit message (
Expand
)
Author
Lines
2024-10-13
Apply fixes from lint
GnomedDev
-2
/
+2
2024-08-08
Require `ConstEvalCtxt` to be constructed.
Jason Newcomb
-12
/
+8
2024-07-07
`minmax`: use let chain
Jason Newcomb
-21
/
+16
2023-11-25
Use absolute path for `declare_tool_lint` in `declare_clippy_lint`
Alex Macleod
-1
/
+1
2023-06-17
Fix #10792
Caio
-4
/
+4
2022-10-02
Fix and improve internal lint checking for `match_type` usages
Jason Newcomb
-2
/
+2
2022-09-08
Merge remote-tracking branch 'upstream/auto' into rustup
Philipp Krones
-18
/
+14
2022-09-05
refactor: remove unnecessary variables
Takayuki Maeda
-6
/
+4
2022-09-05
separate the receiver from arguments in HIR under /clippy
Takayuki Maeda
-13
/
+22
2022-06-04
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
Philipp Krones
-4
/
+4
2022-06-01
Combine doc examples
Serial
-4
/
+4
2022-02-26
Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup
flip1995
-9
/
+6
2022-02-12
Replace a few paths with diagnostic items
Alex Macleod
-9
/
+6
2022-01-21
Remove a span from hir::ExprKind::MethodCall
Cameron Steffen
-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-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-1
/
+2
2021-01-15
Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyup
flip1995
-2
/
+2
2020-08-11
Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyup
flip1995
-16
/
+39
2020-07-17
Rename TypeckTables to TypeckResults.
Valentin Lazureanu
-5
/
+5
2020-07-14
Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyup
flip1995
-13
/
+12
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-8
/
+4
2020-06-26
rustc_lint: only query `typeck_tables_of` when a lint needs it.
Eduard-Mihai Burtescu
-13
/
+16
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
Normalize lint messages
Yuki Okushi
-1
/
+1
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-1
/
+1
2019-12-27
Rustup to rust-lang/rust#66936
Yuki Okushi
-3
/
+7
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-2
/
+2
2019-05-17
Prevent symbocalypse
Oliver Scherer
-2
/
+2
2019-05-14
Rustfmt all the things
Oliver Scherer
-1
/
+1
2019-05-14
Use symbols instead of strings
Oliver Scherer
-3
/
+3
2019-05-03
Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)
Matthias Krüger
-1
/
+1
2019-04-17
Use lint pass macros
Matthew Kraai
-12
/
+2
2019-04-17
Use {get,match}_def_path from LateContext
flip1995
-3
/
+3
2019-03-08
Refactor: Remove utils::opt_def_id
Philipp Hansch
-2
/
+2
2019-03-05
fix or ignore failing doc tests
Andy Russell
-1
/
+1
2019-03-05
move lint documentation into macro invocations
Andy Russell
-14
/
+14
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57726
Matthias Krüger
-0
/
+4
2019-01-08
Remove all copyright license headers
Philipp Hansch
-9
/
+0
2018-12-29
Remove crate:: prefixes from crate paths
Konrad Borowski
-3
/
+3
2018-12-05
Fix ty::TyKind usage
flip1995
-1
/
+1
2018-11-27
Run rustfmt on clippy_lints
flip1995
-2
/
+1
2018-11-17
remove unused allow() attributes, NFC
Matthias Krüger
-1
/
+0
2018-10-06
Add license header to Rust files
Manish Goregaokar
-0
/
+10
2018-09-15
Reintroduce `extern crate` for non-Cargo dependencies.
Eduard-Mihai Burtescu
-3
/
+3
[next]