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 8 pull requests
- #94734
#94734
Merged
bors
merged 23 commits into
rust-lang:master
rust-lang/rust:master
from
matthiaskrgr:rollup-28shqhy
matthiaskrgr/rust:rollup-28shqhy
Copy head branch name to clipboard
Mar 8, 2022
Conversation
Commits
23
(23)
Checks
Files changed
Merged
Rollup of 8 pull requests
#94734
bors
merged 23 commits into
rust-lang:master
rust-lang/rust:master
from
matthiaskrgr:rollup-28shqhy
matthiaskrgr/rust:rollup-28shqhy
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
Emit `unused_attributes` if a level attr only has a reason
xFrednet
committed
700ec66
View commit details
Copy full SHA for 700ec66
Browse repository at this point
Commits on Mar 4, 2022
Generalize `get_nullable_type` to allow types where null is all-ones.
Show description for 86b4658
sunfishcode
committed
86b4658
View commit details
Copy full SHA for 86b4658
Browse repository at this point
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
diagnostics: only talk about `Cargo.toml` if running under Cargo
Show description for fbd4cfa
notriddle
committed
fbd4cfa
View commit details
Copy full SHA for fbd4cfa
Browse repository at this point
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
:arrow_up: rust-analyzer
lnicola
committed
a3158c7
View commit details
Copy full SHA for a3158c7
Browse repository at this point
Rollup merge of #91993 - estebank:match-span-suggestion, r=oli-obk
Show description for e3ea69f
matthiaskrgr
authored
e3ea69f
View commit details
Copy full SHA for e3ea69f
Browse repository at this point
Rollup merge of #92385 - clarfonthey:const_option, r=fee1-dead
Show description for e22331c
matthiaskrgr
authored
e22331c
View commit details
Copy full SHA for e22331c
Browse repository at this point
Rollup merge of #94559 - m-ou-se:thread-scope-spawn-closure-without-arg, r=Mark-Simulacrum
Show description for aec535f
matthiaskrgr
authored
aec535f
View commit details
Copy full SHA for aec535f
Browse repository at this point
Rollup merge of #94580 - xFrednet:55112-only-reason-in-lint-attr, r=lcnr
Show description for 83ed227
matthiaskrgr
authored
83ed227
View commit details
Copy full SHA for 83ed227
Browse repository at this point
Rollup merge of #94586 - sunfishcode:sunfishcode/io-lifetimes-tests, r=davidtwco
Show description for e4a3627
matthiaskrgr
authored
e4a3627
View commit details
Copy full SHA for e4a3627
Browse repository at this point
Rollup merge of #94708 - notriddle:notriddle/cargo-toml-warning, r=lcnr
Show description for 98d027c
matthiaskrgr
authored
98d027c
View commit details
Copy full SHA for 98d027c
Browse repository at this point
Rollup merge of #94712 - kckeiks:remove-rwlock-read-error-assumption, r=Mark-Simulacrum
Show description for a077e44
matthiaskrgr
authored
a077e44
View commit details
Copy full SHA for a077e44
Browse repository at this point
Rollup merge of #94726 - lnicola:rust-analyzer-2022-03-08, r=lnicola
Show description for b879216
matthiaskrgr
authored
b879216
View commit details
Copy full SHA for b879216
Browse repository at this point
You can’t perform that action at this time.