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
2022-02-10
Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup
flip1995
-8
/
+26
2022-02-03
Remove defaultness from ImplItem.
Camille GILLOT
-3
/
+0
2022-01-27
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
flip1995
-4
/
+9
2022-01-23
rustc_lint: Reuse the set of registered tools from resolver
Vadim Petrochenkov
-1
/
+1
2022-01-21
Remove a span from hir::ExprKind::MethodCall
Cameron Steffen
-7
/
+7
2022-01-17
Auto merge of #90986 - camsteffen:nested-filter, r=cjgillot
bors
-15
/
+13
2022-01-17
Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
bors
-17
/
+0
2022-01-16
Fix Visitor::NestedFilter in Clippy
Cameron Steffen
-15
/
+13
2022-01-13
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
flip1995
-20
/
+43
2022-01-12
Remove LLVM-style inline assembly from clippy
Tomasz Miąsko
-17
/
+0
2022-01-09
rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra...
Vadim Petrochenkov
-2
/
+2
2022-01-04
Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwU
Matthias Krüger
-4
/
+16
2021-12-30
Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup
flip1995
-11
/
+9
2021-12-23
fix clippy
lcnr
-4
/
+16
2021-12-17
Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisa
bors
-7
/
+17
2021-12-17
Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup
flip1995
-13
/
+8
2021-12-13
Fix clippy uses of QPath::LangItem
Esteban Kuber
-1
/
+1
2021-12-13
let-else: use hir::Let in clippy
Cormac Relf
-7
/
+17
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-612
/
+672
2021-11-04
Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup
flip1995
-3
/
+14
2021-10-21
Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyup
flip1995
-3
/
+10
2021-10-07
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
flip1995
-6
/
+10
2021-10-02
Make diangostic item names consistent
Cameron Steffen
-1
/
+1
2021-09-28
Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup
flip1995
-7
/
+19
2021-09-08
Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup
flip1995
-28
/
+14
2021-08-28
Teach tools that macros are now HIR items
inquisitivecrystal
-0
/
+7
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-29
/
+13
2021-08-12
Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735' into clippyup
flip1995
-36
/
+107
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-120
/
+124
2021-07-15
Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' into clippyup
flip1995
-9
/
+11
2021-07-01
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
flip1995
-14
/
+50
2021-06-03
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
flip1995
-20
/
+20
2021-05-20
Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyup
flip1995
-37
/
+278
2021-05-06
Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f' into clippyup
flip1995
-152
/
+739
2021-04-27
Merge commit '7c7683c8efe447b251d6c5ca6cce51233060f6e8' into clippyup
flip1995
-1
/
+1
2021-04-22
Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyup
flip1995
-7
/
+7
2021-04-08
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
flip1995
-111
/
+278
2021-04-06
Use AnonConst for asm! constants
Amanieu d'Antras
-1
/
+4
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-8
/
+6
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-4
/
+4
2021-03-09
Remove hir::Expr::attrs.
Camille GILLOT
-1
/
+1
2021-03-09
Remove hir::Item::attrs.
Camille GILLOT
-1
/
+1
2021-03-09
Remove hir::ImplItem::attrs.
Camille GILLOT
-1
/
+1
2021-03-09
Remove hir::Arm::attrs.
Camille GILLOT
-1
/
+1
2021-03-09
Remove hir::StmtKind::attrs.
Camille GILLOT
-1
/
+1
2021-03-09
Simplify clippy author.
Camille GILLOT
-13
/
+13
2021-02-25
Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyup
flip1995
-6127
/
+13
2021-02-18
ast: Keep expansion status for out-of-line module items
Vadim Petrochenkov
-3
/
+6
2021-02-17
Auto merge of #81993 - flip1995:clippyup, r=Manishearth
bors
-75
/
+86
[prev]
[next]