Alex Macleod
|
1d107ab2be
|
Remove $DIR replacement in test output
|
2024-02-17 12:34:54 +00:00 |
|
blyxyas
|
07e63291ec
|
Modify tests to account for the new allow-by-default needless_pass_by_ref_mut
|
2023-10-02 20:14:43 +02:00 |
|
Urgau
|
a86e758228
|
Adjust clippy tests with new rustc help suggestion for lints
|
2023-09-04 14:22:02 +02:00 |
|
Philipp Krones
|
cc61aeea54
|
Merge commit '080b587854a73f2a8cbaecff1884860a78e2ff37' into clippyup
|
2023-08-24 21:32:12 +02:00 |
|
Philipp Krones
|
b0e64a9c09
|
Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyup
|
2023-07-31 23:53:53 +02:00 |
|
Philipp Krones
|
d6d530fd0b
|
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
|
2023-07-17 10:22:32 +02:00 |
|
Maybe Waffle
|
8dfbad9e49
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
|
Cameron Steffen
|
9c2d52fabe
|
Add desugaring mark to while loop
|
2021-10-02 17:41:14 -05:00 |
|
flip1995
|
23d5457e6d
|
Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup
|
2021-09-28 18:03:12 +01:00 |
|
Caio
|
b97d4c062b
|
Introduce hir::ExprKind::Let - Take 2
|
2021-08-15 16:18:26 -03:00 |
|
David Tolnay
|
94154cad20
|
Downgrade trivially_copy_pass_by_ref to pedantic
|
2020-04-02 18:56:10 -07:00 |
|
Yerkebulan Tulibergenov
|
1cba0c9f7d
|
fix check_infinite_loop by checking for break or return inside loop body
|
2019-11-22 09:13:46 -08:00 |
|
Matthias Krüger
|
deb586a0c6
|
rustup https://github.com/rust-lang/rust/pull/62764
(was merged as part of https://github.com/rust-lang/rust/pull/62782 )
|
2019-07-19 00:35:32 +02: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 |
|
flip1995
|
d2dbd0b8a5
|
Update *.stderr files
|
2018-12-28 12:41:12 +01:00 |
|
Matthias Krüger
|
7bcc2cd9c8
|
update test stderr
|
2018-12-10 08:22:07 +01:00 |
|
Manish Goregaokar
|
e9c025ea70
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
flip1995
|
e9af09c274
|
Adapt the *.stderr files of the ui-tests to the tool_lints
|
2018-08-29 11:08:29 -07:00 |
|
flip1995
|
cecfdeab19
|
Don't trigger while_immutable_condition for mutable fields of tuples/structs
|
2018-04-03 16:41:30 +02:00 |
|
Oliver Schneider
|
eafb9fe8df
|
Update test suite
|
2018-03-28 23:49:32 +02:00 |
|
flip1995
|
7d29075132
|
Skip the mutation in while body case for closures
|
2018-03-27 02:13:06 +02:00 |
|
Karim Snj
|
737247e50e
|
while_immutable_condition: limit suggestion span to condition
|
2018-03-26 23:24:57 +02:00 |
|
Karim Snj
|
85bcaad412
|
while_immutable_condition: fix handling of self
|
2018-03-26 23:16:54 +02:00 |
|
Karim Snj
|
ae5354e6ef
|
lint: while immutable condition: do not lint constants
|
2018-03-07 18:25:09 +01:00 |
|
Karim Snj
|
7d35fab304
|
lint: while loop: detect if no var from the condition is mutated
|
2018-03-02 00:01:08 +01:00 |
|
Karim Snj
|
5c1be4a4ba
|
lint: immutable only vars in while condition
|
2018-02-25 18:25:31 +01:00 |
|