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 |
|
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 |
|
Shotaro Yamada
|
eb54c1a9a0
|
redundant_field_names: Do not trigger on path with type params
Fixes #3476
|
2018-12-12 17:41:52 +09:00 |
|
flip1995
|
1751d2496d
|
Run rustfmt on clippy_lints
|
2018-11-27 21:14:15 +01:00 |
|
flip1995
|
4e74eef6e9
|
Add applicability level to (nearly) every span_lint_and_sugg function
|
2018-11-27 15:29:23 +01:00 |
|
flip1995
|
9096269610
|
Add Applicability::Unspecified to span_lint_and_sugg functions
|
2018-11-27 15:29:23 +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 |
|
Matthias Krüger
|
88d693918f
|
docs: add more suggestions on how to fix clippy findings to the online lint list.
|
2018-08-12 11:29:44 +02:00 |
|
Michael Wright
|
ffce3c77e4
|
Fix #3000
|
2018-08-06 08:20:50 +02:00 |
|
Alex Crichton
|
40349b23ea
|
Fix breakage from rust-lang/rust#52949
|
2018-08-02 13:00:14 -07: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 |
|
Oliver Schneider
|
bb2f6a5011
|
Merge pull request #2821 from mati865/rust-2018-migration
Rust 2018 migration
|
2018-05-30 15:55:11 +02:00 |
|
Mateusz Mikuła
|
424a33720d
|
Run rustfix
|
2018-05-30 10:15:50 +02:00 |
|
Oliver Schneider
|
ce229b2025
|
Version bump
|
2018-05-29 11:58:58 +02:00 |
|
Mateusz Mikuła
|
8ed8ee895a
|
Update to nightly 2018-05-28
|
2018-05-29 10:56:58 +02:00 |
|
Oliver Schneider
|
d6344c47e3
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
Hidehito Yabuuchi
|
d637163435
|
Fix comment
|
2018-03-11 14:03:09 +09:00 |
|
Hidehito Yabuuchi
|
ed769a3bc4
|
Ignore all macros in redundant_field_names
|
2018-03-11 13:57:28 +09:00 |
|
Hidehito Yabuuchi
|
8e406760a4
|
Move call of is_range_expression() outside of blocks
|
2018-03-05 18:20:27 +09:00 |
|
Hidehito Yabuuchi
|
e13dcd26e3
|
Unused variable is left
|
2018-03-05 17:40:42 +09:00 |
|
Hidehito Yabuuchi
|
cdb60c6547
|
Make redundant_field_name not care range expressions
Hand-written `Range` struct family are treated normally.
|
2018-03-05 17:30:07 +09:00 |
|
Hidehito Yabuuchi
|
7b59557dcd
|
Don't lint range syntax with var name start and end
|
2018-03-05 14:31:37 +09:00 |
|
TomasKralCZ
|
42120141bd
|
Suggestion fixed, simplified lint logic.
|
2018-02-12 11:26:00 +01:00 |
|
TomasKralCZ
|
85642ddd23
|
Implement redundant field names lint #2244
|
2018-02-10 22:52:31 +01:00 |
|