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
14k
Star
108k
Code
Issues
5k+
Pull requests
892
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
e87a5a1
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 18, 2022
Dont lint on match pattern-binding
Show description for e87a5a1
lukaslueg
committed
e87a5a1
Copy full SHA for e87a5a1
Auto merge of #9136 - smoelius:enhance-needless-borrow, r=Jarcho
Show description for c419d0a
bors
committed
c419d0a
Copy full SHA for c419d0a
Commits on Aug 17, 2022
Auto merge of #9338 - sgued:9331-unwrap-err-used, r=giraffate
Show description for 849c1c0
bors
committed
849c1c0
Copy full SHA for 849c1c0
unwrap_used: Fix error message for unwrap_err when expect_used is allowed
sgued
committed
ab91d5a
Copy full SHA for ab91d5a
Auto merge of #9287 - Jarcho:trans_undefined, r=xFrednet
Show description for 84fb7e0
bors
committed
84fb7e0
Copy full SHA for 84fb7e0
Auto merge of #9345 - cherryblossom000:patch-1, r=flip1995
Show description for dc497c8
bors
committed
dc497c8
Copy full SHA for dc497c8
Auto merge of #9344 - Jarcho:opt_target_dir, r=flip1995
Show description for 4235b64
bors
committed
4235b64
Copy full SHA for 4235b64
Fix typo in as_undescore docs
Show description for aadd014
cherryblossom000
authored
aadd014
Copy full SHA for aadd014
Handle `CARGO_TARGET_DIR` not being set in compile-test
Jarcho
committed
48cb816
Copy full SHA for 48cb816
Auto merge of #9341 - bmc-msft:suggest-map_or-instead-of-unwrap_or, r=giraffate
Show description for 18c6818
bors
committed
18c6818
Copy full SHA for 18c6818
Commits on Aug 16, 2022
Fix adjacent code
smoelius
committed
032f112
Copy full SHA for 032f112
Enhance `needless_borrow` to consider trait implementations
smoelius
committed
a05cb74
Copy full SHA for a05cb74
Auto merge of #9343 - Serial-ATA:compiletest-target-env, r=Manishearth
Show description for a331766
bors
committed
a331766
Copy full SHA for a331766
Use `CARGO_TARGET_DIR` in compile-test
Serial-ATA
committed
343476d
Copy full SHA for 343476d
Auto merge of #9327 - Serial-ATA:non_ascii_literal_macro, r=Alexendoo
Show description for f4f5bb4
bors
committed
f4f5bb4
Copy full SHA for f4f5bb4
suggest map_or in case_sensitive_file_extension_comparisons
Show description for bfeaae8
demoray
committed
bfeaae8
Copy full SHA for bfeaae8
Fix [`non_ascii_literal`] in tests
Serial-ATA
committed
bd121ef
Copy full SHA for bd121ef
unwrap_used and expect_used: trigger on uses of their _err variants
sgued
committed
c1e0435
Copy full SHA for c1e0435
Auto merge of #9340 - alex-semenyuk:box_t, r=dswij
Show description for 048e4d0
bors
committed
048e4d0
Copy full SHA for 048e4d0
Auto merge of #9040 - miam-miam100:unused_named_parameter, r=dswij
Show description for 86ac6e8
bors
committed
86ac6e8
Copy full SHA for 86ac6e8
Fix example
alex-semenyuk
authored
9e9b3dd
Copy full SHA for 9e9b3dd
Auto merge of #9328 - stanislav-tkach:borrow_deref_ref-remove-extra-deref-from-example, r=giraffate
Show description for a427b12
bors
committed
a427b12
Copy full SHA for a427b12
Commits on Aug 15, 2022
Auto merge of #9318 - lukaslueg:ifletmutexref, r=xFrednet
Show description for 0fc95e8
bors
committed
0fc95e8
Copy full SHA for 0fc95e8
Simplify the borrow_deref_ref lint example
stanislav-tkach
committed
7727c30
Copy full SHA for 7727c30
Fix label not starting with lcase-letter
Show description for 6de4bdf
lukaslueg
and
xFrednet
committed
6de4bdf
Copy full SHA for 6de4bdf
Auto merge of #9329 - xphoniex:fix-#9317, r=flip1995
Show description for 8c9040c
bors
committed
8c9040c
Copy full SHA for 8c9040c
Commits on Aug 14, 2022
Skip `unnecessary_to_owned` when `t != t.to_string()`
Show description for 1a2aaf6
xphoniex
committed
1a2aaf6
Copy full SHA for 1a2aaf6
Auto merge of #9187 - sgued:iter-once, r=flip1995
Show description for 679fa9f
bors
committed
679fa9f
Copy full SHA for 679fa9f
Auto merge of #9167 - aldhsu:fix-trait-duplication-false-pos, r=flip1995
Show description for 84df61c
bors
committed
84df61c
Copy full SHA for 84df61c
Commits on Aug 13, 2022
Auto merge of #9326 - flip1995:version-update, r=xFrednet
Show description for 4d5d191
bors
committed
4d5d191
Copy full SHA for 4d5d191
Commits on Aug 12, 2022
Update lint versions for 1.63 release
flip1995
committed
f18cd27
Copy full SHA for f18cd27
Auto merge of #9324 - flip1995:changelog, r=xFrednet
Show description for dfa780e
bors
committed
dfa780e
Copy full SHA for dfa780e
Update Changelog to 1.63
flip1995
committed
35486cb
Copy full SHA for 35486cb
Auto merge of #9289 - mkrasnitski:9094, r=xFrednet
Show description for 05fc1c7
bors
committed
05fc1c7
Copy full SHA for 05fc1c7
Lint trait duplication in one pass.
Allen Hsu
committed
8bae517
Copy full SHA for 8bae517
Pagination
Previous
Next
You can’t perform that action at this time.