Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 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 }}
compiler-errors
/
rust
Public
forked from
rust-lang/rust
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
c92de58
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 18, 2023
Auto merge of #11523 - Alexendoo:used-underscore-bindings-lint-levels, r=xFrednet
Show description for c92de58
bors
committed
c92de58
Copy full SHA for c92de58
Commits on Sep 17, 2023
used_underscore_bindings: respect lint levels on the binding definition
Alexendoo
committed
32d3387
Copy full SHA for 32d3387
Auto merge of #11511 - Jarcho:split_borrow, r=llogiq
Show description for 251a475
bors
committed
251a475
Copy full SHA for 251a475
Split part of `needless_borrow` into `needless_borrows_for_generic_args`
Jarcho
committed
79247d9
Copy full SHA for 79247d9
Auto merge of #11515 - y21:filter_map_bool_then_peel_refs, r=Jarcho
Show description for 7b5e019
bors
committed
7b5e019
Copy full SHA for 7b5e019
Commits on Sep 16, 2023
Auto merge of #11468 - mojave2:issue-11465, r=blyxyas
Show description for ef73648
bors
committed
ef73648
Copy full SHA for ef73648
Update clippy_lints/src/matches/redundant_guards.rs
Show description for 67f0ba4
kiscad
and
blyxyas
authored
67f0ba4
Copy full SHA for 67f0ba4
also count derefs through custom `Deref` impls
y21
committed
2ec6f3b
Copy full SHA for 2ec6f3b
[`filter_map_bool_then`]: peel as many refs as needed
y21
committed
860e800
Copy full SHA for 860e800
Auto merge of #11509 - mojave2:issue-11502, r=llogiq
Show description for f54275f
bors
committed
f54275f
Copy full SHA for f54275f
Auto merge of #11507 - J-ZhengLi:issue11485, r=dswij
Show description for 3f9db90
bors
committed
3f9db90
Copy full SHA for 3f9db90
Auto merge of #11301 - y21:issue11300, r=dswij
Show description for 59636a2
bors
committed
59636a2
Copy full SHA for 59636a2
Commits on Sep 15, 2023
Fix cycle detection in `needless_borrow`
Jarcho
committed
fed036a
Copy full SHA for fed036a
add a test case
kiscad
committed
7426c83
Copy full SHA for 7426c83
Auto merge of #11483 - y21:path_ends_with, r=Alexendoo
Show description for daadab5
bors
committed
daadab5
Copy full SHA for daadab5
new lint: `path_ends_with_ext`
y21
committed
981e960
Copy full SHA for 981e960
Auto merge of #11506 - mojave2:issue-11503, r=giraffate
Show description for eaf640d
bors
committed
eaf640d
Copy full SHA for eaf640d
Auto merge of #11484 - mkrasnitski:fix-11302, r=Jarcho
Show description for e609279
bors
committed
e609279
Copy full SHA for e609279
Auto merge of #11504 - Alexendoo:type-lints-closures, r=xFrednet
Show description for 2c629cc
bors
committed
2c629cc
Copy full SHA for 2c629cc
fix FP of let_unit_value on async fn args
kiscad
committed
c81888e
Copy full SHA for c81888e
fix filter_map_bool_then with a bool reference
kiscad
committed
c9b212d
Copy full SHA for c9b212d
trigger [`transmute_null_to_fn`] on chain of casts
J-ZhengLi
committed
1d76eed
Copy full SHA for 1d76eed
Commits on Sep 14, 2023
Auto merge of #11505 - Alexendoo:metadata-collector-truncate, r=Manishearth
Show description for 6734e96
bors
committed
6734e96
Copy full SHA for 6734e96
Truncate files when opening in metadata-collector
Alexendoo
committed
3c0fc15
Copy full SHA for 3c0fc15
Ignore closures for some type lints
Alexendoo
committed
a2a31a0
Copy full SHA for a2a31a0
Auto merge of #11444 - Alexendoo:find-format-args-lifetime-crimes, r=flip1995
Show description for b27fc10
bors
committed
b27fc10
Copy full SHA for b27fc10
Return a value from find_format_args instead of using a callback
Alexendoo
committed
c29de92
Copy full SHA for c29de92
handle the byref binding in the struct pattern
kiscad
committed
8d3bbb0
Copy full SHA for 8d3bbb0
Auto merge of #11497 - Alexendoo:remove-derive-new, r=dswij
Show description for 0273ed3
bors
committed
0273ed3
Copy full SHA for 0273ed3
Commits on Sep 13, 2023
Auto merge of #11452 - y21:issue11165, r=Centri3
Show description for 2009b58
bors
committed
2009b58
Copy full SHA for 2009b58
Remove `derive_new` test dependency
Show description for 0c7dcba
Alexendoo
committed
0c7dcba
Copy full SHA for 0c7dcba
add `byref` checking for the guard's local
kiscad
committed
7f87020
Copy full SHA for 7f87020
Commits on Sep 12, 2023
Auto merge of #11473 - Alexendoo:format-args-span-parents, r=dswij
Show description for b788add
bors
committed
b788add
Copy full SHA for b788add
Auto merge of #11413 - jonboh:master, r=Alexendoo
Show description for cb05701
bors
committed
cb05701
Copy full SHA for cb05701
new unnecessary_map_on_constructor lint
jonboh
committed
f136e16
Copy full SHA for f136e16
Pagination
Previous
Next
You can’t perform that action at this time.