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
2017-04-11
Remove now useless `allow(unused_lifetimes)` from clippy
Oliver Schneider
-1
/
+0
2017-04-08
Needless continue: This is a complete rewrite of this lint as an early-pass l...
Yati Sagade
-0
/
+3
2017-04-07
Bump the version
Oliver Schneider
-0
/
+1
2017-03-24
Merge remote-tracking branch 'origin/master' into 1537-drop_copy
Oliver Schneider
-2
/
+1
2017-03-21
Fix for rustc 1.17.0-nightly (6eb9960d3 2017-03-19)
Enrico Schmitz
-1
/
+0
2017-03-07
Don't lint `nan_cmp` and `zero_ptr` in constants
Oliver Schneider
-1
/
+1
2017-02-26
Merged drop_forget_ref.rs with drop_forget_copy.rs.
Tristian Celestin
-4
/
+2
2017-02-25
Warn on calls to `std::mem::drop` or `std::mem::forget` with a `Copy` type
Tristian Celestin
-0
/
+4
2017-02-22
Merge pull request #1561 from Manishearth/zero_ptr
Oliver Schneider
-0
/
+1
2017-02-21
Merge pull request #1556 from sinkuu/take_by_value
Oliver Schneider
-0
/
+3
2017-02-21
Merge pull request #1544 from bood/master
Oliver Schneider
-0
/
+1
2017-02-21
New zero_ptr lint.
Andre Bogus
-0
/
+1
2017-02-20
Rename lint to needless_take_by_value
sinkuu
-3
/
+3
2017-02-19
Lint needless take-by-value
sinkuu
-0
/
+3
2017-02-18
Merge branch 'master' of github.com:Manishearth/rust-clippy
Bood Qian
-0
/
+1
2017-02-18
Run update_lints.py
sinkuu
-0
/
+1
2017-02-18
Add `should_assert_eq` lint (fixes #641)
sinkuu
-0
/
+2
2017-02-17
New never loop lint
Andre Bogus
-0
/
+1
2017-02-16
Suppress lint for unsuffixed number casts
Bood Qian
-1
/
+1
2017-02-15
Add lint for unnecessary casts (cast to same type)
Bood Qian
-0
/
+1
2017-02-13
run util/update_lint
Oliver Schneider
-0
/
+1
2017-02-13
Merge remote-tracking branch 'origin/master'
Oliver Schneider
-0
/
+2
2017-02-12
add notes for immutable inputs
Andre Bogus
-0
/
+1
2017-02-11
Lint on `Err(_)` arm of a match
Bood Qian
-0
/
+1
2017-02-10
New mut_from_ref lint
Andre Bogus
-0
/
+1
2017-02-07
Merge pull request #1506 from bood/master
Martin Carton
-0
/
+1
2017-02-04
Run update_lints.py
Owen Sanchez
-0
/
+1
2017-02-04
Add empty_enum lint (just a copy of large_enum_variant for now)
Owen Sanchez
-0
/
+2
2017-02-04
Shorten lint name for possible missing comma
Bood Qian
-1
/
+1
2017-02-03
repeat_str feature has been stablilized
Mrmaxmeier
-1
/
+0
2017-02-03
Lint for possible missing comma in an array #1177
Bood Qian
-0
/
+1
2017-01-31
Merge pull request #1492 from Manishearth/largeEnumVariant
Martin Carton
-0
/
+3
2017-01-30
large_enum_variants lint suggests to box variants above a configurable limit
Oliver Schneider
-0
/
+3
2017-01-30
correctly check exclusive range patterns for overlap
Oliver Schneider
-0
/
+1
2017-01-26
Remove unused import.
Tom Prince
-1
/
+0
2017-01-26
remove rustc-serialize dependency and factor `util::cargo` out into a crate
Oliver Schneider
-2
/
+0
2017-01-14
deprecate extend_from_slice lint
Andre Bogus
-1
/
+4
2017-01-13
rustup to 2017-01-12
Oliver Schneider
-0
/
+2
2017-01-07
Implement `unused_io_amount` lint
sinkuu
-0
/
+3
2017-01-05
Implement the forget_ref lint.
Theemathas Chirananthavat
-3
/
+4
2017-01-05
Merge pull request #1414 from samueltardieu/no-short-circuit-if
Oliver Schneider
-0
/
+1
2017-01-04
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Recover patterns from ...
Manish Goregaokar
-0
/
+1
2017-01-04
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): u128 fixes for rustup
Josh Holmer
-0
/
+1
2016-12-31
Add a new "short_circuit_statement" lint (fixes #1194)
Samuel Tardieu
-0
/
+1
2016-12-28
Add skeleton for double_parens lint.
Theemathas Chirananthavat
-0
/
+3
2016-12-21
split pub_enum_variant_names to new lint
Oliver Schneider
-0
/
+1
2016-12-21
shorten deprecated lints line length
Oliver Schneider
-4
/
+16
2016-12-21
autogenerated functions are ignored by rustfmt
Oliver Schneider
-4
/
+2
2016-12-21
manually fix the overlong lines
Oliver Schneider
-3
/
+7
2016-12-19
Merge pull request #1355 from philipturnbull/deref-addrof
Manish Goregaokar
-0
/
+3
[prev]
[next]