Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
strogo
/
rust-clippy
Public
forked from
rust-lang/rust-clippy
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 26, 2023
Auto merge of #11698 - a1phyr:waker_clone_and_wake, r=y21
Show description for 2f0f4dd
bors
committed
2f0f4dd
View commit details
Copy full SHA for 2f0f4dd
Browse repository at this point
Auto merge of #11712 - Alexendoo:remove-internal-warn, r=dswij
Show description for 392b255
bors
committed
392b255
View commit details
Copy full SHA for 392b255
Browse repository at this point
Auto merge of #11584 - koka831:fix/11335, r=blyxyas
Show description for 0da4dab
bors
committed
0da4dab
View commit details
Copy full SHA for 0da4dab
Browse repository at this point
Commits on Oct 25, 2023
Auto merge of #11670 - lengyijun:ignored_unit_pattern_ref, r=dswij
Show description for 7ce6e0d
bors
committed
7ce6e0d
View commit details
Copy full SHA for 7ce6e0d
Browse repository at this point
Apply suggestions
a1phyr
committed
ebf6667
View commit details
Copy full SHA for ebf6667
Browse repository at this point
Remove the `internal_warn` lint category
Alexendoo
committed
0580080
View commit details
Copy full SHA for 0580080
Browse repository at this point
Commits on Oct 24, 2023
Auto merge of #11685 - Alexendoo:clippy_config, r=flip1995
Show description for 4eb4192
bors
committed
4eb4192
View commit details
Copy full SHA for 4eb4192
Browse repository at this point
Hide config implementation details from public docs
Alexendoo
committed
7df1c8a
View commit details
Copy full SHA for 7df1c8a
Browse repository at this point
Add a lint to check needless `Waker` clones
a1phyr
committed
f879096
View commit details
Copy full SHA for f879096
Browse repository at this point
Commits on Oct 23, 2023
Move configuration to new `clippy_config` crate
Alexendoo
committed
4622203
View commit details
Copy full SHA for 4622203
Browse repository at this point
Auto merge of #11699 - Alexendoo:no-run-doctests, r=llogiq
Show description for 033c763
bors
committed
033c763
View commit details
Copy full SHA for 033c763
Browse repository at this point
Set existing doc-tests to `no_run`
Alexendoo
committed
7347c18
View commit details
Copy full SHA for 7347c18
Browse repository at this point
Auto merge of #11460 - J-ZhengLi:issue11429, r=Centri3
Show description for 9f5de66
bors
committed
9f5de66
View commit details
Copy full SHA for 9f5de66
Browse repository at this point
Use `no_run` for doc-tests in new lints
Alexendoo
committed
56ece10
View commit details
Copy full SHA for 56ece10
Browse repository at this point
Auto merge of #11028 - BenWiederhake:dev-ifnotelse_neqzero, r=llogiq
Show description for f942470
bors
committed
f942470
View commit details
Copy full SHA for f942470
Browse repository at this point
Commits on Oct 21, 2023
Auto merge of #10943 - y21:issue7189, r=llogiq
Show description for 56c8235
bors
committed
56c8235
View commit details
Copy full SHA for 56c8235
Browse repository at this point
[`map_identity`]: recognize tuples
y21
committed
d6fc606
View commit details
Copy full SHA for d6fc606
Browse repository at this point
Auto merge of #11694 - flip1995:rustup, r=flip1995
Show description for 2b030eb
bors
committed
2b030eb
View commit details
Copy full SHA for 2b030eb
Browse repository at this point
Bump nightly version -> 2023-10-21
flip1995
committed
a585cda
View commit details
Copy full SHA for a585cda
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
committed
5f03156
View commit details
Copy full SHA for 5f03156
Browse repository at this point
Auto merge of #11539 - taiki-e:enforced-import-renames, r=Centri3
Show description for 23af253
bors
committed
23af253
View commit details
Copy full SHA for 23af253
Browse repository at this point
Commits on Oct 20, 2023
s/generator/coroutine/
oli-obk
committed
d9259fd
View commit details
Copy full SHA for d9259fd
Browse repository at this point
s/Generator/Coroutine/
oli-obk
committed
868e513
View commit details
Copy full SHA for 868e513
Browse repository at this point
Auto merge of #11678 - slinkydeveloper:master, r=Alexendoo
Show description for 090df7a
bors
committed
090df7a
View commit details
Copy full SHA for 090df7a
Browse repository at this point
Auto merge of #11521 - y21:issue9122, r=llogiq
Show description for e230f19
bors
committed
e230f19
View commit details
Copy full SHA for e230f19
Browse repository at this point
Commits on Oct 19, 2023
Auto merge of #115214 - Urgau:rfc-3127-trim-paths, r=compiler-errors
Show description for 214b4d9
bors
committed
214b4d9
View commit details
Copy full SHA for 214b4d9
Browse repository at this point
Auto merge of #11621 - GuillaumeGomez:needless_pass_by_ref_mut-closure-non-async-fn, r=blyxyas
Show description for cd477d4
bors
committed
cd477d4
View commit details
Copy full SHA for cd477d4
Browse repository at this point
Auto merge of #11683 - Alexendoo:msrv-config, r=Manishearth,flip1995
Show description for 9574d28
bors
committed
9574d28
View commit details
Copy full SHA for 9574d28
Browse repository at this point
Commits on Oct 18, 2023
Tweak wording of type errors involving type params
Show description for a07c032
estebank
committed
a07c032
View commit details
Copy full SHA for a07c032
Browse repository at this point
Deserialize Msrv directly in Conf
Alexendoo
committed
1528c1d
View commit details
Copy full SHA for 1528c1d
Browse repository at this point
Add regression test for #11561
GuillaumeGomez
committed
3e6db95
View commit details
Copy full SHA for 3e6db95
Browse repository at this point
Add test for closure in non-async function for `needless_pass_by_ref_mut` lint
GuillaumeGomez
committed
3b4b07c
View commit details
Copy full SHA for 3b4b07c
Browse repository at this point
Fix invalid warning for closure in non-async function for `needless_pass_by_ref_mut` lint
GuillaumeGomez
committed
ec2b8ab
View commit details
Copy full SHA for ec2b8ab
Browse repository at this point
Auto merge of #11496 - jonboh:prefix_postfix_struct, r=y21
Show description for fe21991
bors
committed
fe21991
View commit details
Copy full SHA for fe21991
Browse repository at this point
Auto merge of #11624 - GuillaumeGomez:needless_pass_by_ref_mut-unsafe-fn-block, r=blyxyas
Show description for 5fb312e
bors
committed
5fb312e
View commit details
Copy full SHA for 5fb312e
Browse repository at this point
Previous
Next
You can’t perform that action at this time.