Jason Newcomb
|
2938ffd0d9
|
Improve heuristics for determining whether eager of lazy evaluation is preferred
|
2021-11-15 20:54:13 -05:00 |
|
Cameron Steffen
|
20fb7f2916
|
Update rustfmt
|
2021-10-24 12:52:38 -05:00 |
|
flip1995
|
1f955158dd
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-10-07 11:11:23 +02:00 |
|
hkalbasi
|
388a3d0983
|
Implement equatable if let lint
|
2021-10-04 22:16:42 +03:30 |
|
Cameron Steffen
|
e165c12932
|
Make diangostic item names consistent
|
2021-10-02 19:38:19 -05:00 |
|
flip1995
|
091ed44b50
|
Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup
|
2021-09-08 16:31:47 +02:00 |
|
xFrednet
|
62b46125cb
|
Avoid slice indexing in Clippy (down with the ICEs)
|
2021-09-05 14:50:13 +02:00 |
|
flip1995
|
1ad5464200
|
Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735' into clippyup
|
2021-08-12 11:16:25 +02:00 |
|
Jade
|
c78cc7ac1f
|
Add is_trait_item, refactor or_fun_call and unwrap_or_else_default
|
2021-08-10 14:40:26 -07:00 |
|
Jade
|
11ef04728c
|
Add unwrap_or_else_default lint
This will catch `unwrap_or_else(Default::default)` on Result and Option
and suggest `unwrap_or_default()` instead.
|
2021-08-10 14:40:26 -07:00 |
|
flip1995
|
2b20f49841
|
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
|
2021-07-29 12:16:06 +02:00 |
|
xFrednet
|
2ac21889bc
|
Use diagnostic items for BinaryHeap , BTreeMap , BTreeSet , HashMap , HashSet , Borrow , Default
|
2021-07-14 22:02:59 +02:00 |
|
flip1995
|
ebe52869a3
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
|
flip1995
|
a82a744155
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-07-01 17:41:24 +02:00 |
|
flip1995
|
f6d1f368db
|
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
|
2021-04-08 17:50:13 +02:00 |
|
Cameron Steffen
|
47f0c15f67
|
Symbol optimizations
|
2021-04-06 13:00:36 -05:00 |
|
Jason Newcomb
|
12fce55766
|
Fix all occurences of needless_borrow internally
|
2021-04-06 10:43:47 -04:00 |
|
flip1995
|
9f6b5de7de
|
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
|
2021-03-25 19:29:11 +01:00 |
|
flip1995
|
1f5f184105
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-03-25 18:38:13 +01:00 |
|
Jamie Quigley
|
45e775697e
|
Ignore str::len() in or_fun_call lint.
|
2021-03-22 19:34:20 +00:00 |
|
bors
|
36aee1c526
|
Auto merge of #6928 - mgacek8:issue6675_or_fun_call_unsafe_blocks, r=phansch
or_fun_call: trigger on unsafe blocks
fixes #6675
changelog: or_fun_call: trigger on unsafe blocks
|
2021-03-18 15:55:06 +00:00 |
|
Mateusz Gacek
|
b1f89ee02f
|
or_fun_call: trigger on unsafe blocks
|
2021-03-18 08:44:15 +01:00 |
|
Cameron Steffen
|
0743e841f0
|
Don't re-export clippy_utils::*
|
2021-03-17 09:13:52 -05:00 |
|
Cameron Steffen
|
1c3a3e7dc6
|
Don't re-export clippy_utils::diagnostics::*
|
2021-03-15 20:06:01 -05:00 |
|
Cameron Steffen
|
6fc52a63d1
|
Move some utils to clippy_utils::source module
|
2021-03-15 15:34:15 -05:00 |
|
Cameron Steffen
|
eb7f8d6089
|
Move some utils to ty_utils
|
2021-03-15 13:44:09 -05:00 |
|
flip1995
|
f2f2a005b4
|
Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup
|
2021-03-12 15:30:50 +01:00 |
|
Takayuki Maeda
|
f49349bf33
|
move or_fun_call to its own module
|
2021-03-11 19:40:24 +09:00 |
|