Skip to content

Tags: parksb/rust-clippy

Tags

rust-1.46.0

Toggle rust-1.46.0's commit message
Auto merge of rust-lang#5740 - lzutao:unused-unused, r=flip1995

Remove unused allowed unused attributes

changelog: none

rust-1.44.1

Toggle rust-1.44.1's commit message

Verified

This commit was signed with the committer’s verified signature.
flip1995 Philipp Krones
Avoid triggering similar names on code from expansion

rust-1.45.2

Toggle rust-1.45.2's commit message
Auto merge of rust-lang#5652 - rust-lang:flip1995-patch-1, r=yaahc

Fail bors on missing changelog

Bors stopped failed if the changelog was missing. Instead it waited 2h (?) and then timed out.

changelog: none

rust-1.45.1

Toggle rust-1.45.1's commit message
Auto merge of rust-lang#5652 - rust-lang:flip1995-patch-1, r=yaahc

Fail bors on missing changelog

Bors stopped failed if the changelog was missing. Instead it waited 2h (?) and then timed out.

changelog: none

rust-1.45.0

Toggle rust-1.45.0's commit message
Auto merge of rust-lang#5652 - rust-lang:flip1995-patch-1, r=yaahc

Fail bors on missing changelog

Bors stopped failed if the changelog was missing. Instead it waited 2h (?) and then timed out.

changelog: none

rust-1.44.0

Toggle rust-1.44.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request rust-lang#5584 from Mark-Simulacrum/beta-next

Add hint for collect type

rust-1.43.1

Toggle rust-1.43.1's commit message
Auto merge of rust-lang#5314 - ehuss:remove-git2, r=flip1995

Remove git2 dependency.

This removes the `git2` dependency (used in the integration test).  Updating git2 is awkward because both cargo and clippy have to be updated in sync, so this removes that requirement. It didn't look like it was using the git2 library for any particular reason, so this just launches the `git` executable, which should be available more or less everywhere.

This unblocks updating Cargo.

changelog: none

rust-1.43.0

Toggle rust-1.43.0's commit message
Auto merge of rust-lang#5314 - ehuss:remove-git2, r=flip1995

Remove git2 dependency.

This removes the `git2` dependency (used in the integration test).  Updating git2 is awkward because both cargo and clippy have to be updated in sync, so this removes that requirement. It didn't look like it was using the git2 library for any particular reason, so this just launches the `git` executable, which should be available more or less everywhere.

This unblocks updating Cargo.

changelog: none

rust-1.42.0

Toggle rust-1.42.0's commit message

Verified

This commit was signed with the committer’s verified signature.
flip1995 Philipp Krones
Move debug_assertions_with_mut_call to nursery

rust-1.41.1

Toggle rust-1.41.1's commit message
Update tests for revert of never type stabilization