Vitaly _Vi Shukela
|
92034e20c8
|
Use span_suggestion_with_applicability instead of span_suggestion
|
2018-09-20 14:38:47 +02:00 |
|
flip1995
|
021748eb6a
|
Replace another occurrence of "".to_owned()
|
2018-09-15 11:25:40 +02:00 |
|
Matthias Krüger
|
f3add4acb4
|
convert "".to_string() and "".to_owned() to String::new()
|
2018-09-15 11:20:35 +02: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 |
|
Matthias Krüger
|
f7be2a0416
|
add how-to example for std::mem::transmute() usage instead of manual swap
|
2018-08-24 18:41:49 +02: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 |
|
Oliver Schneider
|
afd91248ed
|
Rustup
|
2018-07-23 13:01:12 +02:00 |
|
Manish Goregaokar
|
5918a3fc1e
|
Remove import of if_chain
|
2018-07-20 00:50:02 -07:00 |
|
Manish Goregaokar
|
c7676356b8
|
Remove import of matches
|
2018-07-19 01:06:02 -07:00 |
|
Manish Goregaokar
|
5d74e2096b
|
Remove import of rustc
|
2018-07-19 00:53:23 -07:00 |
|
Oliver Schneider
|
6992937002
|
Update for hir renamings in rustc
|
2018-07-16 15:07:39 +02:00 |
|
csmoe
|
8cf463fe93
|
StmtKind
|
2018-07-16 11:48:33 +02:00 |
|
csmoe
|
12ded030b6
|
TyKind
|
2018-07-16 11:48:33 +02:00 |
|
csmoe
|
1bd17e4fa2
|
ExprKind
|
2018-07-16 11:46:37 +02:00 |
|
Mateusz Mikuła
|
48cb6e273e
|
Rustup
|
2018-06-29 09:49:05 +02:00 |
|
Mateusz Mikuła
|
424a33720d
|
Run rustfix
|
2018-05-30 10:15:50 +02:00 |
|
Oliver Schneider
|
d6344c47e3
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
topecongiro
|
a6c71e9c0d
|
Fix lines that exceed max width manually
|
2017-11-05 04:59:21 +09:00 |
|
topecongiro
|
7a06d312fd
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
|
Alex Burka
|
41840ae3c4
|
mechanically swap if_let_chain -> if_chain
|
2017-10-23 15:18:02 -04:00 |
|
Oliver Schneider
|
a8cf4e8ecb
|
Accessing Span internals is deprecated
|
2017-08-31 14:47:45 +02:00 |
|
Oliver Schneider
|
b25b6b3355
|
Rustfmt
|
2017-08-14 09:43:26 +02:00 |
|
Oliver Schneider
|
a679f41fa3
|
Fix fallout
|
2017-04-06 16:49:13 +02:00 |
|
Enrico Schmitz
|
8f9fb97eb6
|
First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30
|
2017-03-31 19:23:35 +02:00 |
|
Oliver Schneider
|
d944d7df9a
|
rustup to 2017-01-12
|
2017-01-13 17:04:56 +01:00 |
|
Oliver Schneider
|
009c6d95d7
|
manually fix the overlong lines
|
2016-12-21 12:30:41 +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 |
|
Oliver Schneider
|
59b0077565
|
WIP compiles and doesn't crash (much) but tests are failing
|
2016-12-01 22:31:56 +01:00 |
|
mcarton
|
19c5f5394b
|
Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)
|
2016-11-16 23:05:26 +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
|
cc18556ae5
|
Use utils::sugg in swap lints
|
2016-07-02 17:31:22 +02:00 |
|
mcarton
|
9f70d04000
|
Fix wrong suggestion with MANUAL_SWAP and slices
|
2016-06-05 20:19:00 +02:00 |
|
mcarton
|
bdd6d2c35e
|
Fix wrong suggestion in MANUAL_SWAP
|
2016-06-05 15:47:57 +02:00 |
|
Andre Bogus
|
6aa37e57a2
|
s/PatKind::Ident/PatKind::Binding/g
|
2016-05-31 23:30:49 +02:00 |
|
Oliver Schneider
|
bf227f4729
|
split clippy into lints, plugin and cargo-clippy
|
2016-05-27 13:03:58 +02:00 |
|