Skip to content

Tags: Swatinem/rust-clippy

Tags

rust-1.68.0

Toggle rust-1.68.0's commit message
Auto merge of rust-lang#10192 - Jarcho:revert_9701, r=flip1995

Partially revert rust-lang#9701

This partially reverts rust-lang#9701 due to rust-lang#10134

r? `@flip1995`

changelog: None

rust-1.67.0

Toggle rust-1.67.0's commit message
Auto merge of rust-lang#10010 - flip1995:rustup, r=flip1995

Rustup

r? `@ghost`

changelog: none

rust-1.66.0

Toggle rust-1.66.0's commit message
Auto merge of rust-lang#9622 - llogiq:box-dyn-default, r=Alexendoo

fix `box-default` ignoring trait objects' types

This avoids removing the turbofish when the `Box` type is a `dyn` or `impl _`.

This fixes rust-lang#9621.

---

changelog: none

rust-1.65.0

Toggle rust-1.65.0's commit message
Auto merge of rust-lang#9446 - mikerite:fix-9431-2, r=giraffate

Fix `range_{plus,minus}_one` bad suggestions

Fixes rust-lang#9431.

The current `range_plus_one` and `range_minus_one` suggestions are completely incorrect when macros are involved.

This commit resolves this by disabling the lints for any range expression that is expanded from a macro. The reasons for this are that it is very difficult to create a correct suggestion in this case and that false negatives are less important for pedantic lints.

changelog: Fix `range_{plus,minus}_one` bad suggestions

rust-1.64.0

Toggle rust-1.64.0's commit message
Auto merge of rust-lang#9257 - flip1995:rustup, r=flip1995

Rustup

r? `@ghost`

changelog: none

rust-1.63.0

Toggle rust-1.63.0's commit message
Auto merge of rust-lang#9007 - flip1995:rustup, r=flip1995

Rustup

r? `@ghost`

changelog: none

rust-1.62.0

Toggle rust-1.62.0's commit message
Auto merge of rust-lang#8788 - flip1995:rustup, r=xFrednet,flip1995

Rustup

r? `@ghost`

changelog: move trait_duplication_in_bounds and type_repetition_in_bounds to nursery temporarily. This could already be reverted before the release. Check the Clippy in the Rust repo beta branch when writing this changelog.

rust-1.61.0

Toggle rust-1.61.0's commit message
Auto merge of rust-lang#8580 - flip1995:rustup, r=flip1995

Rustup

r? `@ghost`

Nice small sync with only typo fixes

changelog: none

rust-1.60.0

Toggle rust-1.60.0's commit message
Auto merge of rust-lang#8409 - flip1995:rustup, r=flip1995

Rustup

r? `@ghost`

changelog: none

rust-1.59.0

Toggle rust-1.59.0's commit message
Auto merge of rust-lang#8196 - flip1995:rustup, r=flip1995

Rustup

r? `@ghost`

changelog: none