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
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 }}
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
16.8k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Rollup of 4 pull requests
- #94718
#94718
Closed
Dylan-DPC
wants to merge 15 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-t4l6o6v
Dylan-DPC/rust:rollup-t4l6o6v
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Closed
Rollup of 4 pull requests
#94718
Dylan-DPC
wants to merge 15 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-t4l6o6v
Dylan-DPC/rust:rollup-t4l6o6v
Copy head branch name to clipboard
Commits
Commits on Jan 29, 2022
Add Result::{ok, err, and, or, unwrap_or} as const
clarfonthey
committed
19645ac
View commit details
Copy full SHA for 19645ac
Browse repository at this point
Commits on Mar 3, 2022
Remove argument from closure in thread::Scope::spawn.
m-ou-se
committed
24fe35a
View commit details
Copy full SHA for 24fe35a
Browse repository at this point
Fix doctests.
m-ou-se
committed
6b46a52
View commit details
Copy full SHA for 6b46a52
Browse repository at this point
Commits on Mar 4, 2022
Use '_ for irrelevant lifetimes in Debug impl.
Show description for 9099353
m-ou-se
and
danielhenrymantilla
authored
9099353
View commit details
Copy full SHA for 9099353
Browse repository at this point
Commits on Mar 7, 2022
promot debug_assert to assert
kckeiks
committed
776be7e
View commit details
Copy full SHA for 776be7e
Browse repository at this point
Use `f` instead of `|| f()`.
Show description for a3d269e
m-ou-se
and
Mark-Simulacrum
authored
a3d269e
View commit details
Copy full SHA for a3d269e
Browse repository at this point
Commits on Mar 8, 2022
When encountering a match expr with no arms, suggest it
Show description for 02a3830
estebank
committed
02a3830
View commit details
Copy full SHA for 02a3830
Browse repository at this point
When finding a match expr with a single arm that requires more, suggest it
Show description for 2383858
estebank
committed
2383858
View commit details
Copy full SHA for 2383858
Browse repository at this point
When finding a match expr with multiple arms that requires more, suggest it
Show description for 084ca79
estebank
committed
084ca79
View commit details
Copy full SHA for 084ca79
Browse repository at this point
Point at uncovered variants in enum definition in `note` instead of a `span_label`
Show description for ab4feea
estebank
committed
ab4feea
View commit details
Copy full SHA for ab4feea
Browse repository at this point
Change wording of suggestion to add missing `match` arm
estebank
committed
6f45f73
View commit details
Copy full SHA for 6f45f73
Browse repository at this point
Rollup merge of #91993 - estebank:match-span-suggestion, r=oli-obk
Show description for be079ee
Dylan-DPC
authored
be079ee
View commit details
Copy full SHA for be079ee
Browse repository at this point
Rollup merge of #92385 - clarfonthey:const_option, r=fee1-dead
Show description for 5ce67da
Dylan-DPC
authored
5ce67da
View commit details
Copy full SHA for 5ce67da
Browse repository at this point
Rollup merge of #94559 - m-ou-se:thread-scope-spawn-closure-without-arg, r=Mark-Simulacrum
Show description for ccce014
Dylan-DPC
authored
ccce014
View commit details
Copy full SHA for ccce014
Browse repository at this point
Rollup merge of #94712 - kckeiks:remove-rwlock-read-error-assumption, r=Mark-Simulacrum
Show description for cfed5de
Dylan-DPC
authored
cfed5de
View commit details
Copy full SHA for cfed5de
Browse repository at this point
You can’t perform that action at this time.