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
/
misc.rs
Age
Commit message (
Expand
)
Author
Lines
2017-01-04
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustup
Josh Holmer
-3
/
+3
2016-12-31
Add a new "short_circuit_statement" lint (fixes #1194)
Samuel Tardieu
-2
/
+38
2016-12-21
function definition style simplification
Oliver Schneider
-2
/
+9
2016-12-21
rustfmt round n
Oliver Schneider
-5
/
+9
2016-12-20
also run rustfmt on clippy-lints
Oliver Schneider
-32
/
+24
2016-12-07
update to the rust-PR that unblocks clippy
Oliver Schneider
-5
/
+5
2016-12-06
rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)
Oliver Schneider
-7
/
+5
2016-12-02
`enum glob use` and `copies` left
Oliver Schneider
-17
/
+9
2016-12-01
WIP compiles and doesn't crash (much) but tests are failing
Oliver Schneider
-19
/
+23
2016-11-23
Rustup to *rustc 1.15.0-nightly (3bf2be9ce 2016-11-22)*
mcarton
-2
/
+1
2016-11-23
Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*
mcarton
-4
/
+5
2016-11-16
Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)
mcarton
-6
/
+6
2016-09-28
Rustup to *rustc 1.13.0-nightly (d0623cf7b 2016-09-26)*
mcarton
-1
/
+3
2016-08-24
refactored misc to reduce passes
Andre Bogus
-290
/
+201
2016-08-07
Make lint descriptions short and to the point; always fitting the column "tri...
Georg Brandl
-16
/
+33
2016-08-07
Make the lint docstrings more consistent.
Georg Brandl
-35
/
+62
2016-08-01
lint on by ref patterns for references
Oliver Schneider
-2
/
+2
2016-07-29
s/```/```rust when relevant
mcarton
-2
/
+2
2016-07-16
Improve docs
mcarton
-4
/
+13
2016-07-15
Fix position of mut in toplevel-ref-arg (fixes #1100, again)
Manish Goregaokar
-12
/
+11
2016-07-15
Suggest mutability and fix type in toplevel-ref-arg
Manish Goregaokar
-3
/
+9
2016-07-01
Add more sugggestion-building functions
mcarton
-3
/
+3
2016-07-01
Improve `TOPLEVEL_REF_ARG` message
mcarton
-1
/
+1
2016-07-01
Use `utils::sugg` in `TOPLEVEL_REF_ARG`
mcarton
-2
/
+3
2016-07-01
Use `utils::sugg` in `FLOAT_CMP`
mcarton
-3
/
+5
2016-07-01
Use `span_suggestion` in `FLOAT_CMP`
mcarton
-9
/
+12
2016-06-15
Don't use identifier hygiene in HIR
mcarton
-16
/
+31
2016-06-10
Format all `if_let_chain` consistently
mcarton
-23
/
+21
2016-06-08
Rustup to *1.11.0-nightly (763f9234b 2016-06-06)*
mcarton
-1
/
+21
2016-06-05
Cleanup, use `matches!` some more
mcarton
-14
/
+3
2016-05-31
s/PatKind::Ident/PatKind::Binding/g
Andre Bogus
-3
/
+3
2016-05-27
split clippy into lints, plugin and cargo-clippy
Oliver Schneider
-0
/
+458
[prev]