Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
rust-lang
/
rust
Public
Notifications
You must be signed in to change notification settings
Fork
13.9k
Star
107k
Code
Issues
5k+
Pull requests
891
Actions
Projects
9
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
e41fb7c
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 16, 2025
similar_names stop linting for 3-char names
honeyspoon
committed
e41fb7c
Copy full SHA for e41fb7c
Commits on Jun 21, 2025
Add missing space when expanding a struct-like variant (#15096)
Show description for 76118ec
y21
authored
76118ec
Copy full SHA for 76118ec
Add missing space when expanding a struct-like variant
Show description for db539d0
samueltardieu
committed
db539d0
Copy full SHA for db539d0
Fix `wildcard_enum_match_arm` suggests wrongly with raw identifiers (#15093)
Show description for a421ffb
samueltardieu
authored
a421ffb
Copy full SHA for a421ffb
Emit lint about redundant closure on the closure node itself (#14791)
Show description for 6330f91
y21
authored
6330f91
Copy full SHA for 6330f91
Emit lint about redundant closure on the closure node itself
samueltardieu
committed
c0dd2d5
Copy full SHA for c0dd2d5
Add MSRV test for `unnecessary_debug_formatting` with `OsStr` (#15001)
Show description for 07cc166
samueltardieu
authored
07cc166
Copy full SHA for 07cc166
or_fun_call: lint more methods (#15071)
Show description for 7c828e6
samueltardieu
authored
7c828e6
Copy full SHA for 7c828e6
Check the MSRV for `unnecessary_debug_formatting`
Show description for e0cb4ce
donkomura
committed
e0cb4ce
Copy full SHA for e0cb4ce
fix: `wildcard_enum_match_arm` suggests wrongly with raw identifiers
profetia
committed
e50ef68
Copy full SHA for e50ef68
Commits on Jun 20, 2025
Fix typo in tests/ui/missing_const_for_fn/const_trait.rs (#15090)
Show description for 4ead403
y21
authored
4ead403
Copy full SHA for 4ead403
Fix typo in tests/ui/missing_const_for_fn/const_trait.rs
smoelius
committed
1e30fa2
Copy full SHA for 1e30fa2
Fix false positive of `borrow_deref_ref` (#14967)
Show description for 35026c7
y21
authored
35026c7
Copy full SHA for 35026c7
`Sugg`: do not parenthesize a double unary operator (#14983)
Show description for 37cb834
Jarcho
authored
37cb834
Copy full SHA for 37cb834
[PERF] Don't spawn so many compilers (3/2) (19m -> 250k) (#15030)
Show description for 9855524
y21
authored
9855524
Copy full SHA for 9855524
Fix `manual_ok_err` suggests wrongly with references (#15053)
Show description for 0601337
Jarcho
authored
0601337
Copy full SHA for 0601337
Fix `branches_sharing_code` suggests misleadingly when in assignment (#15076)
Show description for 6064822
Jarcho
authored
6064822
Copy full SHA for 6064822
lint Option::get_or_insert and Result::map_or too
klensy
committed
ea72620
Copy full SHA for ea72620
Even more optimizing documentation lints? (3/2)
Show description for 3745a3f
blyxyas
committed
3745a3f
Copy full SHA for 3745a3f
New lint: `manual_is_multiple_of` (#14292)
Show description for 2c1c746
blyxyas
authored
2c1c746
Copy full SHA for 2c1c746
New lint: `manual_is_multiple_of`
samueltardieu
committed
6ffff5f
Copy full SHA for 6ffff5f
Use `.is_multiple_of()` in Clippy tests sources
Show description for f25fb1a
samueltardieu
committed
f25fb1a
Copy full SHA for f25fb1a
Add `integer_const()` and `is_zero_integer_const()` utility functions
samueltardieu
committed
0fdd0b9
Copy full SHA for 0fdd0b9
Fix suggestion-cases-error of `empty_line_after_outer_attr` (#15078)
Show description for 8ec6f1a
samueltardieu
authored
8ec6f1a
Copy full SHA for 8ec6f1a
Fix suggestion-cases-error of `empty_line_after_outer_attr`
relaxcn
committed
95778b5
Copy full SHA for 95778b5
Commits on Jun 19, 2025
Fix `non_copy_const` ICE (#15083)
Show description for 62fd159
llogiq
authored
62fd159
Copy full SHA for 62fd159
Fix `clippy::question_mark` on let-else with cfg (#15082)
Show description for 59291a7
samueltardieu
authored
59291a7
Copy full SHA for 59291a7
Fix `non_copy_const` ICE
Jarcho
committed
ac8f504
Copy full SHA for ac8f504
Fix typo (#15081)
Show description for db32d39
samueltardieu
authored
db32d39
Copy full SHA for db32d39
Fix `clippy::question_mark` on let-else with cfg
GoldsteinE
committed
4aa93a1
Copy full SHA for 4aa93a1
Check MSRV before suggesting applying `const` to a function (#15080)
Show description for 498562d
Jarcho
authored
498562d
Copy full SHA for 498562d
Fix typo
Show description for 9c8f3e9
epompeii
authored
9c8f3e9
Copy full SHA for 9c8f3e9
Fix `exhaustive_structs` FP on structs with default valued field (#15022)
Show description for d8e9953
Centri3
authored
d8e9953
Copy full SHA for d8e9953
Check MSRV before suggesting applying `const` to a function
Show description for 6524bf7
samueltardieu
committed
6524bf7
Copy full SHA for 6524bf7
Prepare to split `clippy_lints` (#14684)
Show description for 10780e9
Alexendoo
authored
10780e9
Copy full SHA for 10780e9
Pagination
Previous
Next
You can’t perform that action at this time.