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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2019-09-04
Add manual_saturating_arithmetic lint
Shotaro Yamada
-0
/
+2
2019-09-03
lint against `MaybeUninit::uninit().assume_init()`
Andre Bogus
-0
/
+2
2019-08-19
Import rustc_plugin from its new location
Simon Sapin
-4
/
+4
2019-08-19
Add option_and_then_some lint
Lzu Tao
-0
/
+2
2019-08-18
Auto merge of #4403 - xd009642:type_repetition_improvements, r=phansch,flip1995
bors
-2
/
+1
2019-08-18
Run update_lints
xd009642
-2
/
+1
2019-08-18
Change lint type to 'complexity'
Jeremy Stucki
-1
/
+2
2019-08-18
Merge branch 'origin/master' into suspicious_map
Jeremy Stucki
-2
/
+2
2019-08-16
Use outer_expn_data instead of outer_expn_info
KRAAI, MATTHEW [VISUS]
-2
/
+2
2019-08-15
Implement lint 'suspicious_map'
Jeremy Stucki
-0
/
+1
2019-08-14
Deprecate unused_collect lint
Philipp Hansch
-2
/
+4
2019-08-14
Auto merge of #4363 - phansch:fix_lint_deprecation, r=flip1995
bors
-11
/
+65
2019-08-12
Run 'update_lints'
Jeremy Stucki
-1
/
+2
2019-08-12
Fix invalid_ref deprecation
Philipp Hansch
-0
/
+4
2019-08-12
Keep old deprecated lints deprecated as non-tool, too
Philipp Hansch
-0
/
+50
2019-08-12
Update lint deprecation for tool lints
Philipp Hansch
-11
/
+11
2019-08-11
Rename 'flat_map' → 'flat_map_identity'
Jeremy Stucki
-1
/
+1
2019-08-11
Merge branch 'origin/master' into flat-map
Jeremy Stucki
-15
/
+29
2019-08-11
deprecate invalid_ref lint
Ralf Jung
-4
/
+0
2019-08-05
Move expression check to LateLintPass
Vincent Dal Maso
-1
/
+3
2019-08-05
Add recursion check on main function
Vincent Dal Maso
-0
/
+2
2019-08-05
Rollup merge of #4331 - phansch:doctests_restriction, r=flip1995
Philipp Krones
-1
/
+1
2019-08-05
Rollup merge of #4330 - phansch:doctests_nursery, r=flip1995
Philipp Krones
-1
/
+1
2019-08-03
Doctests: Enable running doc tests for restriction lints
Philipp Hansch
-1
/
+1
2019-08-03
Doctests: Enable running doc tests for nursery lints
Philipp Hansch
-1
/
+1
2019-08-03
Doctests: Enable running doc tests for pedantic lints
Philipp Hansch
-1
/
+1
2019-08-03
Auto merge of #4327 - phansch:doctests_perf, r=flip1995
bors
-2
/
+2
2019-08-03
Also enable doc tests for internal lints
Philipp Hansch
-2
/
+2
2019-08-03
Doctests: Enable running doc tests for perf lints
Philipp Hansch
-2
/
+2
2019-08-02
Doctests: Fix all complexity lint docs
Philipp Hansch
-1
/
+1
2019-08-01
Move UNNECESSARY_UNWRAP to complexity and PANICKING_UNWRAP to correctness
flip1995
-2
/
+4
2019-07-27
Respond to review comments
xd009642
-2
/
+3
2019-07-24
Lint for type repetition in trait bounds.
xd009642
-0
/
+3
2019-07-21
Fix breakage due to rust-lang/rust#60913
Michael Wright
-0
/
+1
2019-07-21
Fix breakage due to rust-lang/rust#62705
Michael Wright
-1
/
+1
2019-07-17
Implement lint for inherent to_string() method.
Darth-Revan
-0
/
+6
2019-07-15
Deny warnings in CI
Michael Wright
-0
/
+1
2019-07-08
Implement flat_map lint
Jeremy Stucki
-0
/
+1
2019-07-06
Fix unknown lint warnings
Michael Wright
-1
/
+1
2019-06-22
Adding try_err lint
Joe Frikker
-0
/
+4
2019-06-15
Downgrade integer_division to restriction
David Tolnay
-1
/
+1
2019-06-14
Register rename to the LintStore.
krk
-0
/
+1
2019-06-14
Rename REDUNDANT_STATIC_LIFETIME to REDUNDANT_STATIC_LIFETIMES.
krk
-4
/
+4
2019-06-14
Rename const_static_lifetime to redundant_static_lifetime.
krk
-4
/
+4
2019-06-14
Merge StaticConst and StaticStatic lints into StaticConst.
krk
-5
/
+0
2019-06-14
Move type-checking logic in StaticConst to RedundantStaticLifetime.
krk
-0
/
+1
2019-06-14
Add lint for statics with explicit static lifetime.
krk
-0
/
+4
2019-06-12
Adds lint for integer division
Thiago Arrais
-0
/
+3
2019-06-08
Add OUTER_EXPN_INFO lint
Michael Wright
-0
/
+2
2019-05-20
Implement get_last_with_len lint
Harrison McCullough
-0
/
+4
[prev]
[next]