Devon Hollowood
|
0413b3f6cf
|
Add misaligned_transmute lint
|
2018-01-25 00:48:36 -08:00 |
|
Phil Ellison
|
b73efad600
|
Add some reviewer comments
|
2018-01-17 21:06:16 +00:00 |
|
Phil Ellison
|
a64d19cc0e
|
Fix error span to play nicely with rustfix
|
2018-01-16 21:20:55 +00:00 |
|
Phil Ellison
|
70a5535ffa
|
Address some review comments
|
2018-01-14 18:18:09 +00:00 |
|
Phil Ellison
|
528be23c07
|
Move get_arg_name into utils
|
2018-01-14 10:05:01 +00:00 |
|
Oliver Schneider
|
8ddcb81a15
|
Rustup and lazy_static version mismatch fix
fixes #2274
|
2017-12-15 10:05:32 +01:00 |
|
Frederick Zhang
|
e91b01348e
|
fix usage of LayoutDetails
|
2017-11-21 16:51:36 +11:00 |
|
Oliver Schneider
|
c6a4eaeb0d
|
Rustup
|
2017-11-15 08:38:43 +01:00 |
|
Oliver Schneider
|
299f1270a6
|
Rustup
|
2017-11-10 08:58:54 +01:00 |
|
topecongiro
|
7a06d312fd
|
Cargo fmt
|
2017-11-05 04:55:56 +09:00 |
|
Manish Goregaokar
|
f76225e388
|
Handle TyForeign
|
2017-10-29 05:21:25 -04:00 |
|
Alex Burka
|
24a2c14733
|
remove if_let_chain
|
2017-10-23 17:53:30 -04:00 |
|
Alex Burka
|
41840ae3c4
|
mechanically swap if_let_chain -> if_chain
|
2017-10-23 15:18:02 -04:00 |
|
Paul Florence
|
406931381b
|
Fixed some code in clippy to pass the new, removed formatting changes.
|
2017-10-20 10:17:41 -04:00 |
|
sinkuu
|
5a61d88fa1
|
Apply suggestions
|
2017-10-11 22:17:00 +09:00 |
|
Oliver Schneider
|
73a1dd8e7f
|
Merge pull request #2117 from sinkuu/improve_take_by_value
Improve needless_pass_by_value
|
2017-10-08 20:14:55 +02:00 |
|
sinkuu
|
2be6245179
|
Duplicate ptr_arg's suggestion logic
|
2017-10-08 17:51:44 +09:00 |
|
Chris Emerson
|
9a0a8a0010
|
Move has_drop to the utils module.
|
2017-09-19 21:38:35 +01:00 |
|
Andre Bogus
|
72be166756
|
add suggestions for .clone() in ptr_arg fns
|
2017-09-16 09:10:26 +02:00 |
|
Oliver Schneider
|
32a9394490
|
Rustup
|
2017-09-13 15:34:04 +02:00 |
|
Oliver Schneider
|
b127ad251f
|
Rustup
|
2017-09-12 14:38:59 +02:00 |
|
Andre Bogus
|
e7e8e79020
|
suggestion for ptr_arg
|
2017-09-10 19:32:24 +02: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 |
|
M. Hasbini
|
ee8c51be00
|
Fix "further information" link
"further information" link was missing the `v` part from the url.
e.g.
wrong (404 notfound): https://rust-lang-nursery.github.io/rust-clippy/0.0.157/index.html#map_entry
correct: https://rust-lang-nursery.github.io/rust-clippy/v0.0.157/index.html#map_entry
|
2017-09-04 20:03:51 +03:00 |
|
Oliver Schneider
|
045139613a
|
Link to current versions docs instead of master docs
|
2017-09-01 12:34:10 +02:00 |
|
Oliver Schneider
|
ff91c6359a
|
wiki -> docs
|
2017-09-01 12:34:10 +02:00 |
|
Oliver Schneider
|
c64073b2f5
|
Deprecate the wiki and remove the lint list from the README (fixes #1933)
|
2017-09-01 12:34:05 +02:00 |
|
Oliver Schneider
|
a8cf4e8ecb
|
Accessing Span internals is deprecated
|
2017-08-31 14:47:45 +02:00 |
|
Oliver Schneider
|
9d6c0feef2
|
Rustup (fixes #2002)
|
2017-08-30 10:54:41 +02:00 |
|
Alexey Zabelin
|
695bedbe27
|
Rename match_path_old to match_path
The old `match_path` was renamed to `match_qpath`.
As per #1983.
|
2017-08-24 20:42:50 -04:00 |
|
Andre Bogus
|
6d989c729d
|
add closure arg check, also catch non-consts
|
2017-08-23 17:54:35 +02:00 |
|
Oliver Schneider
|
2430e06a60
|
Run Dogfood for use_self
|
2017-08-21 13:32:12 +02:00 |
|
Oliver Schneider
|
b005748b85
|
Merge pull request #1971 from Frederick888/fix-1970
Try to fix #1970
|
2017-08-21 09:35:59 +02:00 |
|
Oliver Schneider
|
5e5478a3c3
|
Merge pull request #1931 from rust-lang-nursery/move_links
Change all links to reflect the move to rust-lang-nursery
|
2017-08-21 09:35:19 +02:00 |
|
Frederick Zhang
|
f770d15350
|
use CompilerDesugaringKind
|
2017-08-19 18:03:29 +10:00 |
|
Oliver Schneider
|
f3ae929b2d
|
Rustup
|
2017-08-15 11:10:49 +02:00 |
|
Oliver Schneider
|
4470d7a8ca
|
Merge branch 'master' into move_links
|
2017-08-14 10:07:26 +02:00 |
|
Oliver Schneider
|
459cf467c5
|
Rustup
|
2017-08-14 09:54:47 +02:00 |
|
Oliver Schneider
|
b25b6b3355
|
Rustfmt
|
2017-08-14 09:43:26 +02:00 |
|
Andre Bogus
|
f515d7bb67
|
Change all links to reflect the move to rust-lang-nursery
|
2017-08-06 23:10:55 +02:00 |
|
Oliver Schneider
|
3a61b452a2
|
Create a lint authoring helper (generates matching code)
|
2017-08-01 12:55:52 +02:00 |
|
Matt Kraai
|
de3bdf5826
|
Set show_code_when_inline to true
Fixes #1902
|
2017-07-24 06:37:12 -07:00 |
|
Oliver Schneider
|
a82cd77b2b
|
Rustup to *rustc 1.20.0-nightly (d84693b93 2017-07-09)*
|
2017-07-10 10:17:40 +02:00 |
|
Oliver Schneider
|
23b4ad501f
|
Run rustfmt
|
2017-06-29 16:07:43 +02:00 |
|
messense
|
8ac0388307
|
Fix compilation on rustc 1.20.0-nightly (69c65d296 2017-06-28)
|
2017-06-29 21:38:25 +08:00 |
|
Manish Goregaokar
|
55cb63adfe
|
Bump to 0.0.139
|
2017-06-10 22:07:09 -07:00 |
|
Eduard-Mihai Burtescu
|
e073dfe9a2
|
Abide by the common rustc::ty conventions.
|
2017-06-11 05:57:25 +03:00 |
|
Eduard-Mihai Burtescu
|
cd89737b21
|
Update for rustc 1.19.0-nightly (4bf5c99af 2017-06-10).
|
2017-06-11 05:34:47 +03:00 |
|
Anders Kaseorg
|
00b43687e5
|
Pass extra parameter to CrateStore::item_children for rustc nightly
rust-lang/rust#42507
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
2017-06-10 01:41:17 -04:00 |
|