Centri3
844afbfeba
use other
instead of self
2023-07-08 13:02:54 -05:00
Centri3
004e89d4cf
rename to manual_partial_ord_and_ord_impl
...
cargo dev fmt
cargo test passes
cargo test passes
refactor a lil
Update bool_comparison.stderr
heavily refactor + bump `clippy::version`
refactor
refactor
check bounds to increase accuracy, and add todos
2023-07-08 13:02:54 -05:00
Centri3
2a1fd22f81
implement manual_partial_ord_impl
...
first try at this
2023-07-08 13:02:38 -05:00
Alex Macleod
28655266b5
Fix changelog PR listings, create them automatically in fetch_prs_between.sh
2023-07-07 12:07:05 +00:00
y21
8fad54e8f9
new lint: read_line_without_trim
2023-07-03 22:51:38 +02:00
bors
c46ddeb9e1
Auto merge of #10987 - y21:type_id_on_box, r=llogiq
...
new lint: `type_id_on_box`
Closes #7687 .
A new lint that detects calling `.type_id()` on `Box<dyn Any>` (and not on the underlying `dyn Any`), which can make up for some pretty confusing bugs!
changelog: new lint: [`type_id_on_box`]
2023-07-03 06:16:14 +00:00
Catherine
354172a18e
New lint manual_try_fold
2023-07-01 12:36:02 -05:00
bors
c7bf05c1a4
Auto merge of #11020 - Centri3:tuple_array_conversion, r=llogiq
...
New lint [`tuple_array_conversions`]
Closes #10748
PS, the implementation is a bit ugly 😅 ~~I will likely refactor soon enough :)~~ Done :D
changelog: New lint [`tuple_array_conversions`]
2023-07-01 15:27:35 +00:00
bors
3d4c536e87
Auto merge of #11013 - Centri3:redundant_rest_pattern, r=giraffate
...
New lint [`redundant_at_rest_pattern`]
Closes #11011
It's always a great feeling when a new lint triggers on clippy itself 😄
changelog: New lint [`redundant_at_rest_pattern`]
2023-06-29 23:54:35 +00:00
Catherine
bfcc8ba444
New lint tuple_array_conversions
2023-06-29 06:46:00 -05:00
Centri3
8296a338db
new lints for visibility
2023-06-28 03:20:21 -05:00
y21
b592d39968
manual_range_pattern -> manual_range_patterns
2023-06-27 22:35:54 +02:00
y21
1d4afc5d82
new lint: manual_range_pattern
2023-06-27 22:34:31 +02:00
Catherine
e9ced12512
Rename the lint
2023-06-27 06:31:04 -05:00
Catherine
9a8347ded5
New lint [redundant_rest_pattern
]
2023-06-27 06:06:56 -05:00
Centri3
8cb6c86996
change category and refactor
...
Update raw_strings.rs
Revert "new lints for visibility"
This reverts commit 0e5a537d209727169769dc19cf86aef27122c092.
new lints for visibility
2023-06-27 05:16:40 -05:00
Centri3
cb52d19ce1
don't lint needless_raw_string_hashes
when it's unnecessary
2023-06-27 05:12:00 -05:00
Centri3
bc744eb82b
new lint needless_raw_string
+ refactor a bit
...
Thanks, #112373 , for the snippet at line 75!
2023-06-27 05:12:00 -05:00
Centri3
1bf74fc303
add needless_raw_string_hashes
lint
...
add semicolon in doctest
2023-06-27 05:12:00 -05:00
blyxyas
aea731ebdb
update changelog's data ranges
2023-06-26 13:48:49 +02:00
bors
8fd021f504
Auto merge of #10986 - Centri3:undocumented_unsafe_blocks, r=Manishearth
...
Allow safety comment above attributes
Closes #8679
changelog: Enhancement: [`undocumented_safety_block`]: Added `accept-comment-above-attributes` configuration.
2023-06-20 05:04:46 +00:00
Centri3
cc2e49f695
allow safety comment above attributes
2023-06-19 23:46:57 -05:00
y21
c5a9adc2be
new lint: type_id_on_box
2023-06-18 22:20:10 +02:00
Centri3
07dbcbda12
new lint single_call_fn
2023-06-17 20:01:06 -05:00
Renato Lochetti
d6102018bf
Collecting metadata
2023-06-17 09:40:51 -03:00
bors
87b5f89497
Auto merge of #10925 - Centri3:needless_clone_impl2, r=xFrednet
...
add lint [`incorrect_clone_impl_on_copy_type`]
Split off from #10788 .
Closes #10700
----
changelog: new lint [`incorrect_clone_impl_on_copy_type`]
[#10925 ](https://github.com/rust-lang/rust-clippy/pull/10925 )
2023-06-16 08:09:18 +00:00
y21
2748ab9565
new lint: drain_collect
2023-06-15 20:23:11 +02:00
Centri3
10cc1684ce
rename lint and disallow clone_from
2023-06-15 07:04:47 -05:00
Centri3
67d5e6ec39
add lint [needless_clone_impl
]
...
Update needless_impls.rs
2023-06-15 07:04:36 -05:00
bors
823d9dd503
Auto merge of #10934 - Centri3:single_range_in_vec_init, r=giraffate
...
new lint [`single_range_in_vec_init`]
Lints on `vec![0..200]` (or `[0..200]`), suggesting either `(0..200).collect::<Vec<i32>>()` or `[0; 200]`.
Haven't tested it with anything that isn't primitive. Probably should!
Closes #10932
changelog: new lint [`single_range_in_vec_init`]
2023-06-14 23:57:03 +00:00
blyxyas
d5b2f11340
Now cargo collect-metadata
updates the CHANGELOG.md
2023-06-13 16:52:18 +02:00
Centri3
6702c7a7a6
Add lint [single_range_in_vec_init
]
2023-06-12 11:09:52 -05:00
Pavan Kumar Sunkara
7ed7283e0f
Recognize unwrap_or_else
method
2023-06-12 16:19:26 +01:00
y21
c8c7a3c79c
fix rebase weirdness
2023-06-12 12:21:38 +02:00
y21
760f91f895
cargo dev update_lints
2023-06-12 12:21:38 +02:00
y21
7312a93a06
new lint: large_stack_frames
2023-06-12 12:21:38 +02:00
Centri3
7cdd87ca4a
ignore generics and allow arbitrary threshold
2023-06-12 03:22:01 -05:00
Centri3
e2ecb132a5
rename the lint
2023-06-12 03:21:43 -05:00
Centri3
52cfc997af
Add lint single_letter_idents
2023-06-12 03:21:43 -05:00
Centri3
26f50395ba
Add needless_if
lint
2023-06-10 06:51:03 -05:00
bors
476efe92e7
Auto merge of #10672 - Centri3:excessive-width-lints, r=Alexendoo
...
Add `excessive_nesting` lint
changelog: new lint [`excessive_nesting`]
2023-06-09 20:47:06 +00:00
avborhanian
339cd14f27
Adds new lint arc_with_non_send_or_sync
2023-06-07 20:53:48 -07:00
Centri3
e68dbc3308
add excessive_nesting
...
Close code block in example
2023-06-07 18:34:34 -05:00
Centri3
97c10075ec
add the excessive_*
style lints
2023-06-07 18:22:50 -05:00
Alessio Cosenza
01b1057258
Add redundant type annotations lint
2023-06-05 10:22:42 +02:00
bors
eacd095f76
Auto merge of #10826 - Centri3:endian_bytes, r=Manishearth
...
Add lints for disallowing usage of `to_xx_bytes` and `from_xx_bytes`
Adds `host_endian_bytes`, `little_endian_bytes` and `big_endian_bytes`
Closes #10765
v - not sure what to put here since this adds 3 lints
changelog: Add `host_endian_bytes`, `little_endian_bytes` and `big_endian_bytes` lints
2023-06-05 02:38:41 +00:00
bors
f0dc0bc1c2
Auto merge of #10862 - xFrednet:changelog-1-70, r=flip1995
...
Update *Current stable* text in `CHANGELOG.md`
Roses are red,
violets are blue,
the new version was released,
and our changelog too
---
changelog: none
2023-06-02 12:37:52 +00:00
ihciah
ad76687b2f
add checking for cfg(features = ...)
2023-06-02 09:01:51 +00:00
xFrednet
a28eb5995f
Update *Current stable* text in CHANGELOG.md
2023-06-01 21:14:07 +02:00
Centri3
3ab6aeefb1
to_xx_bytes
implemented, from_xx_bytes
todo
...
Mentioned in #10765
2023-05-31 17:30:23 -05:00