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
/
utils
Age
Commit message (
Expand
)
Author
Lines
2023-04-03
Fix bug with getting parent directories in `lookup_conf_file`
bhould287
-1
/
+2
2023-04-03
Show multiple clippy.toml warnings with `sess.warn` instead of `eprintln!`
bhould287
-9
/
+10
2023-03-30
Gramar, and spelin kleanup
Yuri Astrakhan
-4
/
+4
2023-03-30
Auto merge of #10414 - csmoe:large-future, r=xFrednet
bors
-0
/
+4
2023-03-30
Auto merge of #9102 - botahamec:unused-box, r=xFrednet
bors
-1
/
+1
2023-03-28
Migrate `format_args.rs` to `rustc_ast::FormatArgs`
Alex Macleod
-2
/
+77
2023-03-26
Avoid breaking exported API
Micha White
-1
/
+1
2023-03-24
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-1
/
+1
2023-03-20
add large future lint
csmoe
-0
/
+4
2023-03-14
Remove box expressions from HIR
clubby789
-5
/
+0
2023-03-13
make [`ifs_same_cond`] use `ignore_interior_mutablility` configuration
J-ZhengLi
-1
/
+1
2023-03-10
Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyup
Philipp Krones
-2
/
+31
2023-03-10
Auto merge of #10275 - Alexendoo:format-args-ast, r=flip1995
bors
-0
/
+24
2023-03-10
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-2
/
+7
2023-03-06
Add `format_args_collector` internal lint
Alex Macleod
-0
/
+24
2023-03-05
Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot
bors
-2
/
+2
2023-03-03
Include former name of renamed lints in lints.json
David Tolnay
-1
/
+6
2023-03-02
Fix array-size-threshold config deserialization error
Alex Macleod
-1
/
+1
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-2
/
+2
2023-02-28
Fix array-size-threshold config deserialization error
Alex Macleod
-1
/
+1
2023-02-26
Auto merge of #108474 - Jarcho:clippyup, r=Manishearth
bors
-6
/
+11
2023-02-25
Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyup
Jason Newcomb
-6
/
+11
2023-02-25
Emit `unnecessary_def_path` in source order.
Jason Newcomb
-2
/
+2
2023-02-25
Merge branch 'master' into rustup
Jason Newcomb
-4
/
+9
2023-02-25
Make clippy happy
Michael Goulet
-1
/
+1
2023-02-22
correct comments
Liu Dingming
-4
/
+4
2023-02-20
Auto merge of #10303 - pvdrz:pub_crate_missing_docs, r=giraffate
bors
-0
/
+5
2023-02-17
Address review comments
Christian Poveda
-1
/
+2
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-4
/
+4
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-4
/
+5
2023-02-10
Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyup
Philipp Krones
-13
/
+25
2023-02-10
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-13
/
+25
2023-02-09
update metadata
Christian Poveda
-1
/
+1
2023-02-09
Add docs and update tests
Christian Poveda
-2
/
+2
2023-02-06
Add configuration to lint missing docs of `pub(crate)` items
Christian Poveda
-0
/
+4
2023-02-04
Make `[clippy::dump]` support trait items
xFrednet
-0
/
+13
2023-01-30
fix: use correct lint name
koka
-1
/
+1
2023-01-29
fix key name of MUTABLE_KEY_TYPE
koka
-1
/
+1
2023-01-29
add MANUAL_RETAIN to msrv
koka
-1
/
+1
2023-01-29
add MANUAL_REM_EUCLID to msrv
koka
-1
/
+1
2023-01-29
add MANUAL_IS_ASCII_CHECK to msrv
koka
-1
/
+1
2023-01-29
fix: add missing dot to suppress_restriction_lint_in_const
koka
-1
/
+1
2023-01-29
add DERIVABLE_IMPLS to msrv
koka
-1
/
+1
2023-01-29
add NEEDLESS_BORROW to msrv
koka
-1
/
+1
2023-01-29
fix: add missing dot to AWAIT_HOLDING_INVALID_TYPE
koka
-1
/
+1
2023-01-29
add ALMOST_COMPLETE_RANGE to msrv
koka
-1
/
+1
2023-01-29
add TRANSMUTE_PTR_TO_REF to msrv
koka
-1
/
+1
2023-01-29
add UNNECESSARY_LAZY_EVALUATIONS to msrv
koka
-1
/
+1
2023-01-29
add SEEK_REWIND in msrv
koka
-1
/
+1
2023-01-29
add SEEK_FROM_CURRENT in msrv
koka
-1
/
+1
[next]