Matthias Krüger
|
e9e0a7e3bd
|
rustup https://github.com/rust-lang/rust/pull/57726
|
2019-01-27 01:42:34 +01:00 |
|
Philipp Hansch
|
38d4ac7cea
|
Remove all copyright license headers
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
|
2019-01-08 21:46:39 +01:00 |
|
bors
|
aee138a7cf
|
Auto merge of #3597 - xfix:match-ergonomics, r=phansch
Match ergonomics (lints from A to B)
|
2018-12-30 10:40:36 +00:00 |
|
Konrad Borowski
|
0ddb628488
|
Use match ergonomics for approx_const lint
|
2018-12-29 17:25:07 +01:00 |
|
Konrad Borowski
|
3f62fc3a7e
|
Remove crate:: prefixes from crate paths
This is somewhat misleading, as those are actually external crates,
and don't need a crate:: prefix.
|
2018-12-29 16:05:49 +01:00 |
|
flip1995
|
1751d2496d
|
Run rustfmt on clippy_lints
|
2018-11-27 21:14:15 +01:00 |
|
Manish Goregaokar
|
e9c025ea70
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
Eduard-Mihai Burtescu
|
9219fc6c5c
|
Reintroduce extern crate for non-Cargo dependencies.
|
2018-09-15 11:10:51 +03:00 |
|
flip1995
|
8c07772dbb
|
Switch to declare_tool_lint macro
|
2018-08-29 11:08:29 -07:00 |
|
Oliver Schneider
|
d99cea0f16
|
Update imports and rustup
|
2018-08-28 13:13:42 +02:00 |
|
Oliver Schneider
|
afd91248ed
|
Rustup
|
2018-07-23 13:01:12 +02:00 |
|
Manish Goregaokar
|
5d74e2096b
|
Remove import of rustc
|
2018-07-19 00:53:23 -07:00 |
|
csmoe
|
1bd17e4fa2
|
ExprKind
|
2018-07-16 11:46:37 +02:00 |
|
Wim Looman
|
621fdcc3bc
|
Dogfood new trivially_copy_pass_by_ref lint
|
2018-06-15 16:53:34 +02:00 |
|
Mateusz Mikuła
|
3693a4ea53
|
Formatting
|
2018-06-07 22:01:46 +02:00 |
|
Mateusz Mikuła
|
424a33720d
|
Run rustfix
|
2018-05-30 10:15:50 +02:00 |
|
Mateusz Mikuła
|
3c6503eb4b
|
Format code
|
2018-05-22 10:21:42 +02:00 |
|
Oliver Schneider
|
ef9fdbb8a9
|
Implementation + move one lint
|
2018-03-27 17:13:55 +02:00 |
|
Paul Florence
|
406931381b
|
Fixed some code in clippy to pass the new, removed formatting changes.
|
2017-10-20 10:17:41 -04:00 |
|
Tuomas Siipola
|
2b698db1ae
|
Fix links in approx_const
|
2017-09-12 19:08:18 +03:00 |
|
Oliver Schneider
|
e4524ac4de
|
Run nightly rustfmt
|
2017-09-05 12:39:27 +02:00 |
|
Oliver Schneider
|
b25b6b3355
|
Rustfmt
|
2017-08-14 09:43:26 +02:00 |
|
Oliver Schneider
|
0ae1a77a2e
|
Do some additional cleanup around InternedString and Symbol
|
2017-03-30 10:21:13 +02:00 |
|
Oliver Schneider
|
44533f09aa
|
rustfmt round n
|
2016-12-21 09:45:24 +01:00 |
|
Oliver Schneider
|
778ce4dfd3
|
update to the rust-PR that unblocks clippy
|
2016-12-07 13:13:40 +01:00 |
|
Oliver Schneider
|
c6e2967b9c
|
rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)
|
2016-12-06 11:32:21 +01:00 |
|
mcarton
|
c35f82b823
|
Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*
|
2016-11-23 21:31:55 +01:00 |
|
d-dorazio
|
d213040381
|
Add lint for redundant pattern matching in iflet for Result/Option
|
2016-10-30 15:43:46 +01:00 |
|
Georg Brandl
|
b91c1a509e
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
Georg Brandl
|
3b5ff0f813
|
Make the lint docstrings more consistent.
|
2016-08-07 08:06:19 +02:00 |
|
mcarton
|
caa76e119b
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
Oliver Schneider
|
4701f13551
|
round 1
|
2016-06-16 12:20:05 +02:00 |
|
Carol (Nichols || Goulding)
|
8e1dc0481c
|
Include consts in the approx_consts lint for easier copypasting
If you try to use `f64::PI`, it won't work-- you need to use
`f64::consts::PI`, so suggest that in the lint message.
|
2016-06-08 19:58:29 -04:00 |
|
Oliver Schneider
|
bf227f4729
|
split clippy into lints, plugin and cargo-clippy
|
2016-05-27 13:03:58 +02:00 |
|