Skip to content

Tags: rust-lang/rust-clippy

Tags

rust-1.79.0

Toggle rust-1.79.0's commit message
Auto merge of #12690 - flip1995:rustup, r=flip1995

Rustup

r? `@ghost`

changelog: none

rust-1.78.0

Toggle rust-1.78.0's commit message
Auto merge of #12431 - flip1995:rustup, r=flip1995

Rustup

r? `@ghost`

changelog: none

rust-1.77.0

Toggle rust-1.77.0's commit message
Auto merge of #12200 - flip1995:rustup, r=flip1995

Rustup

r? `@ghost`

changelog: none

rust-1.76.0

Toggle rust-1.76.0's commit message
Auto merge of #11971 - flip1995:rustup, r=flip1995

Rustup

r? `@ghost`

changelog: none

rust-1.75.0

Toggle rust-1.75.0's commit message
Auto merge of #11747 - flip1995:rustup, r=flip1995

Rustup

r? `@ghost`

changelog: none

rust-1.74.0

Toggle rust-1.74.0's commit message
Auto merge of #11563 - flip1995:rustup, r=flip1995

Rustup

r? `@ghost`

changelog: none

rust-1.73.0

Toggle rust-1.73.0's commit message
Auto merge of #11320 - max-niederman:redundant_locals_shadow_mutated,…

… r=Alexendoo

redundant_locals: fix FPs on mutated shadows

Fixes #11290.

When a mutable binding is shadowed by
a mutable binding of the same name in a different scope, mutations in that scope have different meaning.
This PR fixes spurious `redundant_locals` emissions on such locals.

cc `@Centri3,` `@flip1995`

changelog: [`redundant_locals`]: fix false positives on mutated shadows

rust-1.72.0

Toggle rust-1.72.0's commit message
Auto merge of #11012 - Centri3:manual_try_fold, r=blyxyas,xFrednet

New lint [`manual_try_fold`]

Closes #10208

---

changelog: New lint [`manual_try_fold`]
[#11012](#11012)

rust-1.71.0

Toggle rust-1.71.0's commit message
Auto merge of #10802 - flip1995:rustup, r=flip1995

Rustup

r? `@ghost`

changelog: none

rust-1.70.0

Toggle rust-1.70.0's commit message
Auto merge of #10630 - flip1995:book-link-fix, r=xFrednet

Fix links in Clippy book

Links to README.md files must actually be links to index.md files,
because of the inner workings of `mdbook`.

Also use the latest mdbook version in CI.

---

Blocks rust-lang/rust#110003 (comment)

changelog: none