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 |
|
Konrad Borowski
|
44bf8e0c3d
|
Remove unsafe from consts clippy lints
|
2018-12-29 00:50:03 +01:00 |
|
flip1995
|
36ee92780d
|
Fix ty::TyKind usage
|
2018-12-05 12:47:19 +01:00 |
|
flip1995
|
1751d2496d
|
Run rustfmt on clippy_lints
|
2018-11-27 21:14:15 +01:00 |
|
Matthias Krüger
|
3a11cd4289
|
remove unused allow() attributes, NFC
|
2018-11-17 13:47:46 +01:00 |
|
Devon Hollowood
|
2b9abc5daa
|
Fix cast_possible_wrap and cast_sign_loss warnings
|
2018-10-08 22:34:10 -07:00 |
|
Devon Hollowood
|
eef2e8948b
|
Fix cast_possible_truncation warnings
|
2018-10-08 21:40:21 -07:00 |
|
Philipp Hansch
|
41e94dd072
|
Merge pull request #3285 from devonhollowood/pedantic-dogfood-items-after-statements
Pedantic dogfood: `items_after_statements`
|
2018-10-08 06:59:55 +01:00 |
|
Devon Hollowood
|
6528749083
|
Fix items_after_statements for use statements
|
2018-10-07 17:09:32 -07:00 |
|
Manish Goregaokar
|
e9c025ea70
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
Manish Goregaokar
|
be1094bd8d
|
ScalarMaybeUndef -> Scalar (Rustup to e812ca472a )
|
2018-10-02 10:35:26 +02:00 |
|
Matthias Krüger
|
2a31937cc9
|
fix all clippy::use_self pedantic warnings found in the codebase.
cc #3172
|
2018-09-26 22:24:18 +02:00 |
|
Eduard-Mihai Burtescu
|
9219fc6c5c
|
Reintroduce extern crate for non-Cargo dependencies.
|
2018-09-15 11:10:51 +03:00 |
|
Matthias Krüger
|
28424ecbfa
|
fix warnings about trivial casts, mostly {i,u}128 -> {i,u}128, such as "i128::min_value() as i128"
|
2018-09-13 07:59:12 +02:00 |
|
Manish Goregaokar
|
c81d70e6bd
|
Merge pull request #2977 from flip1995/tool_lints
Implement tool_lints
|
2018-09-01 11:22:23 +05:30 |
|
flip1995
|
f3bb161f0e
|
Adapt codebase to the tool_lints
|
2018-08-29 11:08:29 -07:00 |
|
Corey Farwell
|
05f637cf88
|
Make clippy_lints::{utils,consts} modules private, remove unused items.
|
2018-08-28 21:32:20 -05:00 |
|
Matthias Krüger
|
712d2d4fa1
|
rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581
|
2018-08-22 23:34:52 +02:00 |
|
Manish Goregaokar
|
0ff762f7cd
|
Rustup to 59fa6bd6c
|
2018-08-03 10:14:25 -07:00 |
|
Michael Wright
|
9c53b1560c
|
Fix unused_mut warning
|
2018-07-31 07:45:05 +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
|
5d4102ee78
|
BinOpKind
|
2018-07-16 11:46:37 +02:00 |
|
csmoe
|
1bd17e4fa2
|
ExprKind
|
2018-07-16 11:46:37 +02:00 |
|
Oliver Schneider
|
63041d070b
|
Rustup
|
2018-07-01 13:36:14 +02:00 |
|
Michael Wright
|
0f83c68698
|
Replace Constant::partial_cmp
|
2018-06-19 07:37:09 +02:00 |
|
Mateusz Mikuła
|
424a33720d
|
Run rustfix
|
2018-05-30 10:15:50 +02:00 |
|
Oliver Schneider
|
fc008aa14c
|
Rustup
|
2018-05-26 10:23:34 +02:00 |
|
Mateusz Mikuła
|
a1c44e966e
|
Update to nightly 2018-05-22
Fixes #2788
|
2018-05-23 14:47:48 +02:00 |
|
Cyril Plisko
|
7b715583d4
|
rustup to nightly 2018-05-19
clippy_lints does not compile: non-primitive cast: `rustc_target::abi::Size` as `usize`
Fixes #2780
|
2018-05-20 09:20:01 +03:00 |
|
Philipp Hansch
|
6eb07cc5b6
|
Fix ICE for issue 2594
|
2018-05-17 21:12:06 +02:00 |
|
Mateusz Mikuła
|
f0c823a85e
|
Rustup to 2018-05-16
|
2018-05-17 11:21:15 +02:00 |
|
Philipp Hansch
|
26b48bbdfc
|
Rustup to 2018-05-13
|
2018-05-13 10:44:57 +02:00 |
|
Philipp Hansch
|
665cf96221
|
Rustup to 2018-05-11
|
2018-05-11 09:53:21 +02:00 |
|
Mateusz Mikuła
|
3b387eaabe
|
Allow float_cmp in consts lint code
Signed-off-by: Mateusz Mikuła <mati865@gmail.com>
|
2018-03-16 11:36:14 +01:00 |
|
Mateusz Mikuła
|
4c94dd238f
|
Fix BiRem for floats
Signed-off-by: Mateusz Mikuła <mati865@gmail.com>
|
2018-03-16 10:54:49 +01:00 |
|
Mateusz Mikuła
|
cfb9b982c5
|
Apply clippy suggestions
Signed-off-by: Mateusz Mikuła <mati865@gmail.com>
|
2018-03-16 10:54:49 +01:00 |
|
Oliver Schneider
|
f7b2578aea
|
Update to rustc master
|
2018-03-13 11:38:21 +01:00 |
|
Guillem Nieto
|
bcf2e41421
|
Fix ICE comparing ExprRange
`eq_expr` on hir::utils was throwing an ICE due to an invalid
LateContext being used. Due to this missusage, it was generating an ICE
with the code on the following issue:
https://github.com/rust-lang-nursery/rust-clippy/issues/2423
|
2018-02-06 01:06:32 +01:00 |
|
laurent
|
c3ae2ddeb3
|
Fix a bug in search_same + add a test case.
|
2017-11-29 21:42:58 +00:00 |
|
Manish Goregaokar
|
35fa4429e3
|
Rust upgrade to rustc 1.22.0-nightly (0701b37d9 2017-09-18)
|
2017-09-18 20:23:08 -07:00 |
|
Oliver Schneider
|
32a9394490
|
Rustup
|
2017-09-13 15:34:04 +02:00 |
|
Aaron Hill
|
d318ced660
|
Add CLONE_ON_REF_PTR lint
Closes issue #1645
|
2017-09-09 21:52:19 -04:00 |
|
Aaron Hill
|
8adc42b5b4
|
Update for latest Rust
This is mainly due to https://github.com/rust-lang/rust/commit/dead08cb33134
|
2017-09-09 01:23:08 -04:00 |
|
Oliver Schneider
|
e4524ac4de
|
Run nightly rustfmt
|
2017-09-05 12:39:27 +02:00 |
|
Oliver Schneider
|
2430e06a60
|
Run Dogfood for use_self
|
2017-08-21 13:32:12 +02:00 |
|
Oliver Schneider
|
f3ae929b2d
|
Rustup
|
2017-08-15 11:10:49 +02:00 |
|
Oliver Schneider
|
b25b6b3355
|
Rustfmt
|
2017-08-14 09:43:26 +02:00 |
|
Oliver Schneider
|
9967e9aacc
|
Update to latest master
|
2017-07-31 12:37:38 +02:00 |
|
Eduard-Mihai Burtescu
|
e073dfe9a2
|
Abide by the common rustc::ty conventions.
|
2017-06-11 05:57:25 +03:00 |
|