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
/
src
/
tools
/
clippy
Age
Commit message (
Expand
)
Author
Lines
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-2
/
+2
2021-03-27
Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se
Dylan DPC
-35
/
+41
2021-03-27
format macro argument parsing fix
Ömer Sinan Ağacan
-2
/
+3
2021-03-26
Use iter::zip in src/tools/clippy/
Josh Stone
-35
/
+41
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-2848
/
+5714
2021-03-23
Add has_default to GenericParamDefKind::Const
kadmin
-4
/
+4
2021-03-22
Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis
bors
-50
/
+33
2021-03-20
update `const_eval_resolve`
lcnr
-4
/
+14
2021-03-19
clippy: stabilize or_patterns lint
mark
-50
/
+33
2021-03-18
hir: Preserve used syntax in `TyKind::TraitObject`
Vadim Petrochenkov
-5
/
+5
2021-03-17
Auto merge of #82122 - bstrie:dep4real, r=dtolnay
bors
-1
/
+1
2021-03-17
Auto merge of #83188 - petrochenkov:field, r=lcnr
bors
-27
/
+29
2021-03-17
Rollup merge of #83092 - petrochenkov:qspan, r=estebank
Yuki Okushi
-38
/
+28
2021-03-16
Auto merge of #82536 - sexxi-goose:handle-patterns-take-2, r=nikomatsakis
bors
-0
/
+12
2021-03-16
ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct`
Vadim Petrochenkov
-5
/
+7
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-22
/
+22
2021-03-16
Update clippy tests
Vadim Petrochenkov
-38
/
+28
2021-03-15
Fix error after rebase
Roxane
-0
/
+3
2021-03-15
Add comments with examples and tests
Roxane
-3
/
+3
2021-03-15
Use `rustc_interface::interface::Config::parse_sess_created` in Clippy
hyd-dev
-12
/
+8
2021-03-14
Add fake_read() to clippy
Roxane
-0
/
+9
2021-03-12
Clippy: HACK! Fix bootstrap error
flip1995
-2
/
+5
2021-03-12
Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup
flip1995
-12241
/
+15389
2021-03-10
Auto merge of #79519 - cjgillot:noattr, r=wesleywiser
bors
-81
/
+103
2021-03-09
Deprecate items that accidentally weren't deprecated
bstrie
-1
/
+1
2021-03-09
Remove hir::Expr::attrs.
Camille GILLOT
-2
/
+3
2021-03-09
Remove hir::Item::attrs.
Camille GILLOT
-16
/
+25
2021-03-09
Remove hir::ImplItem::attrs.
Camille GILLOT
-7
/
+11
2021-03-09
Remove hir::TraitItem::attrs.
Camille GILLOT
-7
/
+12
2021-03-09
Remove hir::StructField::attrs.
Camille GILLOT
-1
/
+2
2021-03-09
Remove hir::Variant::attrs.
Camille GILLOT
-1
/
+2
2021-03-09
Remove hir::Arm::attrs.
Camille GILLOT
-3
/
+3
2021-03-09
Remove hir::Crate::attrs.
Camille GILLOT
-9
/
+11
2021-03-09
Remove hir::Local::attrs.
Camille GILLOT
-1
/
+1
2021-03-09
Remove hir::StmtKind::attrs.
Camille GILLOT
-1
/
+1
2021-03-09
Do not store attrs in FnKind.
Camille GILLOT
-20
/
+19
2021-03-09
Simplify clippy author.
Camille GILLOT
-13
/
+13
2021-03-09
Switch to changing cp_non_overlap in tform
kadmin
-1
/
+1
2021-03-09
Update cranelift
kadmin
-2
/
+2
2021-03-09
Update match branches
kadmin
-1
/
+8
2021-03-09
Rollup merge of #82048 - mark-i-m:or-pat-type-ascription, r=petrochenkov
Mara Bos
-1
/
+3
2021-03-08
clippy: fix or-pattern in let binding
mark
-1
/
+3
2021-03-08
Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
bors
-3
/
+3
2021-03-05
Make clippy set mir_opt_level using Option
Santiago Pastorino
-1
/
+1
2021-03-05
Shrink the size of Rvalue by 16 bytes
Oli Scherer
-3
/
+3
2021-03-01
Use diagnostic items in into_iter_collections
Cameron Steffen
-24
/
+22
2021-02-26
Add missing diagnostic item Symbols
Cameron Steffen
-17
/
+20
2021-02-25
Fix Clippy build and test
flip1995
-3
/
+6
2021-02-25
Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyup
flip1995
-3273
/
+6454
2021-02-19
Move try_print_query_stack to rustc_interface.
Camille GILLOT
-3
/
+1
[next]