Cameron Steffen
|
588367b62e
|
Fix dogfood
|
2021-09-02 12:39:54 +01:00 |
|
flip1995
|
61bb96738c
|
Merge remote-tracking branch 'upstream/master' into rustup2
|
2021-09-02 12:38:17 +01:00 |
|
Cameron Steffen
|
ae02282ad0
|
Fix clippy let expressions fallout
|
2021-08-19 14:17:05 -05:00 |
|
Caio
|
b97d4c062b
|
Introduce hir::ExprKind::Let - Take 2
|
2021-08-15 16:18:26 -03:00 |
|
flip1995
|
2b20f49841
|
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
|
2021-07-29 12:16:06 +02:00 |
|
xFrednet
|
12c61612f7
|
Update lint documentation to use markdown headlines
|
2021-07-28 14:31:59 +02:00 |
|
flip1995
|
6c27482115
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
|
mbartlett21
|
527fb42a32
|
Add all the semicolons to clippy_lints
|
2021-05-25 01:46:33 +00:00 |
|
flip1995
|
02bf692169
|
Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyup
|
2021-04-22 11:31:13 +02:00 |
|
Jason Newcomb
|
f6c5d8d599
|
Remove all usages of match_path , match_qpath and match_path_ast except the author lint.
Add note to fix `MATCH_TYPE_ON_DIAG_ITEM`
Add false negative test for `uninit_assumed_init`
|
2021-04-15 19:27:25 -04:00 |
|
flip1995
|
f6d1f368db
|
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
|
2021-04-08 17:50:13 +02:00 |
|
Cameron Steffen
|
7468542328
|
Introduce is_lang_ctor
|
2021-04-06 15:05:00 -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 |
|
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 |
|
Caio
|
7d42172899
|
Reintroduce hir::ExprKind::If
|
2021-01-07 18:54:12 -03:00 |
|
flip1995
|
8eca423ea1
|
Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup
|
2020-12-06 15:01:03 +01:00 |
|
flip1995
|
34244190d4
|
Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyup
|
2020-11-05 14:29:48 +01:00 |
|
flip1995
|
282c59820b
|
Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup
|
2020-08-28 18:43:25 +02:00 |
|
Valentin Lazureanu
|
5a20489c5c
|
Rename TypeckTables to TypeckResults.
|
2020-07-17 08:47:04 +00:00 |
|
Eduard-Mihai Burtescu
|
30c046ede4
|
Use 'tcx for references to AccessLevels wherever possible.
|
2020-07-03 00:04:48 +03:00 |
|
Eduard-Mihai Burtescu
|
590e07bbc2
|
rustc_lint: avoid using TypeckTables::empty for LateContext.
|
2020-07-02 16:51:04 +03:00 |
|
Eduard-Mihai Burtescu
|
f5ce0e5fe9
|
rustc_lint: only query typeck_tables_of when a lint needs it.
|
2020-06-26 02:56:23 +03:00 |
|
Ralf Jung
|
b92602ba69
|
Make is_freeze and is_copy_modulo_regions take TyCtxtAt
|
2020-06-21 11:47:19 +02:00 |
|
Aaron Hill
|
6b3ee8f600
|
Update Clippy for MethodCall changes
|
2020-06-10 17:30:11 -04:00 |
|
Lzu Tao
|
8db24840f7
|
Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy
|
2020-06-09 14:36:01 +00:00 |
|
Shotaro Yamada
|
f58bb5b234
|
question_mark: don't add as_ref() for a call expression
|
2020-04-17 13:09:02 +09:00 |
|
Philipp Hansch
|
a524be6df5
|
cargo dev fmt
|
2020-04-12 15:23:54 +02:00 |
|
Philipp Hansch
|
83874d0ee7
|
Make use of Option/Result diagnostic items
|
2020-04-12 15:23:07 +02:00 |
|
Shotaro Yamada
|
a78a1fc97b
|
Apply suggestions from code review
Co-Authored-By: Philipp Krones <hello@philkrones.com>
|
2020-03-04 22:08:50 +09:00 |
|
Shotaro Yamada
|
246709f89e
|
run-rustfix
|
2020-03-04 17:37:01 +09:00 |
|
Shotaro Yamada
|
45f61ead2c
|
Lint if let Some in question_mark lint
|
2020-03-04 17:24:12 +09:00 |
|
flip1995
|
8472ecda0f
|
Fix fallout
|
2020-02-21 11:14:18 +01:00 |
|
Yuki Okushi
|
ce1c6b285d
|
Rustup to rust-lang/rust#68045
|
2020-01-13 21:55:57 +09:00 |
|
Yuki Okushi
|
39947992b5
|
Rustup to rust-lang/rust#67806
|
2020-01-11 21:50:00 +09:00 |
|
Yuki Okushi
|
2f2eaf8b7e
|
Rustup to rust-lang/rust#67886
|
2020-01-07 01:46:33 +09:00 |
|
Yuki Okushi
|
e2636729ec
|
Rustup to rust-lang/rust#66936
|
2019-12-27 16:13:53 +09:00 |
|
Matthias Krüger
|
98e433d70d
|
Rustup to rust-lang/rust#66878
|
2019-12-04 01:34:01 +01:00 |
|
flip1995
|
4bbd10a585
|
Rustup to rust-lang/rust#64813
|
2019-09-27 17:21:20 +02:00 |
|
Matthias Krüger
|
f18f81d6a6
|
rustup https://github.com/rust-lang/rust/pull/61995
|
2019-07-03 18:00:35 +02:00 |
|
Michael Wright
|
837b5208f7
|
Fix breakage due to rust-lang/rust#61968
|
2019-06-21 08:14:07 +02:00 |
|
Oliver Scherer
|
f7f85a0dca
|
Prevent symbocalypse
|
2019-05-17 23:53:54 +02:00 |
|
Oliver Scherer
|
dfbc74b08b
|
Rustfmt all the things
|
2019-05-14 10:33:48 +02:00 |
|
Oliver Scherer
|
b2dbda4d48
|
Use symbols instead of strings
|
2019-05-14 10:33:42 +02:00 |
|
Manish Goregaokar
|
09a93291ec
|
Fix question_mark.rs
|
2019-05-10 23:40:42 -07:00 |
|
Matthias Krüger
|
d618637c05
|
Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)
|
2019-05-03 22:28:34 -07:00 |
|
Matthew Kraai
|
753c39672e
|
Use lint pass macros
Fixes #3917.
|
2019-04-17 09:35:22 -07:00 |
|