Commit Graph

195 Commits

Author SHA1 Message Date
Oliver Schneider deed00a0a4
Bump the version 2017-08-01 10:19:18 +02:00
Oliver Schneider 41c96908cc
Bump the version 2017-07-31 12:38:29 +02:00
Oliver Schneider 398c688afa
Bump the version 2017-07-28 09:23:03 +02:00
Oliver Schneider 38680e8411
Bump the version 2017-07-24 16:29:47 +02:00
Oliver Schneider 8a1510013d
Bump the version 2017-07-16 19:48:55 +02:00
Oliver Schneider 20d83289ae
Bump the version 2017-07-10 10:20:49 +02:00
Oliver Schneider e56331f33d
Bump the version 2017-07-03 09:23:30 +02:00
Oliver Schneider 5c1fc5d2a3
Bump the version 2017-06-29 16:04:53 +02:00
Benoît CORTIER 1cae3366ea Add needless borrowed ref lint (WIP). 2017-06-24 12:04:56 +02:00
Oliver Schneider 38925a55b7 Replace `Range::step_by` checking with `Iterator::step_by` 2017-06-18 16:12:04 +02:00
mcarton 898dafba1d Fix links in change log 2017-06-17 18:27:28 +02:00
mcarton 1a297f008c Log that `doc_markdown` has been rewritten
I hope this will fix most false positives, and maybe some true
negatives, and won't introduce too much new FP.
2017-06-17 18:24:23 +02:00
Oliver Schneider 6c587004b5
Bump the version 2017-06-16 18:45:07 +02:00
scott-linder 711cad188a check for borrowed box types 2017-06-11 12:19:11 -04:00
Manish Goregaokar 4e151a4eab Bump the version 2017-06-10 21:45:53 -07:00
mcarton a7cbc9c68d Bump to 0.0.138 2017-06-05 21:52:49 +02:00
mcarton 5b4e7b56df Bump to 0.0.137 2017-06-05 00:02:39 +02:00
Manish Goregaokar 8d3c48601d Rustup to rustc 1.19.0-nightly (557967766 2017-05-26) 2017-05-26 22:25:58 -07:00
Oliver Schneider e72c70d077
Bump the version 2017-05-24 14:32:25 +02:00
Oliver Schneider dd9051507b
Bump the version 2017-05-19 17:02:38 +02:00
Oliver Schneider 94ba6a5bd3
Bump the version 2017-05-14 10:17:32 +02:00
Oliver Schneider 064878a13f
Bump the version 2017-05-12 12:08:54 +02:00
Oliver Schneider 3b03891a4f
Bump the version 2017-05-04 14:53:34 +02:00
Oliver Schneider 5295fe4792
Bump the version 2017-05-03 14:12:37 +02:00
mcarton 668d19bda7 Bump the version 2017-05-01 13:44:59 +02:00
Oliver Schneider 09c5359b9d
Bump the version 2017-04-28 13:20:52 +02:00
Oliver Schneider 9abef6affd
Bump the version 2017-04-27 14:13:14 +02:00
Oliver Schneider 68369e5d37
Merge remote-tracking branch 'origin/master' into yati_master 2017-04-25 10:31:40 +02:00
Oliver Schneider 03f238d35b
Bump the version 2017-04-24 13:35:37 +02:00
mcarton 54affdf4d1 Bump the version 2017-04-19 19:48:25 +02:00
mcarton c4b94f9044
Bump to 0.0.124 2017-04-16 23:51:55 +02:00
Oliver Schneider 81401ddc8c
Bump the version 2017-04-12 10:57:02 +02:00
Yati Sagade 240471f926 Needless continue: This is a complete rewrite of this lint as an early-pass lint.
The previous version had troubles computing suggestions without macro expansions
creeping in. This fixes it by using original_sp, which works on AST nodes.
2017-04-08 23:30:34 +02:00
Oliver Schneider c657d603ba
Bump the version 2017-04-07 11:25:00 +02:00
Oliver Schneider 8ae82eb4ab
Merge remote-tracking branch 'origin/master' into 1537-drop_copy 2017-03-24 10:11:46 +01:00
Oliver Schneider 9bdd84cfdb
Bump the version 2017-03-21 08:57:19 +01:00
Andre Bogus 30e0c0fc96 fix typos 2017-03-17 21:21:32 +01:00
Oliver Schneider 49dd2dda57
Bump the version 2017-03-13 11:40:56 +01:00
Oliver Schneider 484e219b93
Bump the version 2017-03-05 10:26:01 +01:00
Oliver Schneider dee7d76772
Bump the version 2017-03-02 12:27:32 +01:00
Oliver Schneider e53575b871
Bump the version 2017-02-28 14:27:54 +01:00
Oliver Schneider d53b878af6 Merge branch 'master' into 1537-drop_copy 2017-02-27 12:36:34 +01:00
Oliver Schneider eae9f73ea3 Fix list of markdown links 2017-02-27 09:54:42 +01:00
Oliver Schneider 1369569ac7
Bump the version 2017-02-27 09:48:13 +01:00
Tristian Celestin b8defc6cc4 Warn on calls to `std::mem::drop` or `std::mem::forget` with a `Copy` type 2017-02-25 23:05:37 -05:00
Oliver Schneider 19929790aa Merge pull request #1561 from Manishearth/zero_ptr
New zero_ptr lint.
2017-02-22 13:34:28 +01:00
Oliver Schneider 27aa309b3d Merge pull request #1556 from sinkuu/take_by_value
Lint needless take-by-value
2017-02-21 13:07:25 +01:00
Oliver Schneider f07f793fa8 Merge pull request #1544 from bood/master
Add lint for unnecessary casts (cast to same type)
2017-02-21 09:16:07 +01:00
Andre Bogus 2f7babba82 New zero_ptr lint.
This fixes #1047. I did not bother to add a full suggestion,
because replacing with `std::ptr::null()` may still lead to
inference failures.
2017-02-21 04:36:59 +01:00
sinkuu 0a6bc6031a Rename lint to needless_take_by_value
And fixes false-positives for generics and `match`
2017-02-20 16:02:48 +09:00