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
15.9k
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 16 pull requests
- #94784
#94784
Closed
Dylan-DPC
wants to merge 44 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-mzewz14
Dylan-DPC/rust:rollup-mzewz14
Copy head branch name to clipboard
Conversation
Commits
44
(44)
Checks
Files changed
Closed
Rollup of 16 pull requests
#94784
Dylan-DPC
wants to merge 44 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-mzewz14
Dylan-DPC/rust:rollup-mzewz14
Copy head branch name to clipboard
Commits
Commits on Dec 11, 2021
Make some `Clone` impls `const`
lilasta
committed
6620244
View commit details
Copy full SHA for 6620244
Browse repository at this point
Commits on Jan 3, 2022
mirror mention of intent of From
asquared31415
committed
9054fbb
View commit details
Copy full SHA for 9054fbb
Browse repository at this point
Commits on Feb 20, 2022
Add collect_into
frengor
committed
04b3162
View commit details
Copy full SHA for 04b3162
Browse repository at this point
Commits on Feb 22, 2022
Constify slice indexing
fee1-dead
committed
5941fef
View commit details
Copy full SHA for 5941fef
Browse repository at this point
Commits on Mar 6, 2022
Constify slice index for strings
fee1-dead
committed
4654a91
View commit details
Copy full SHA for 4654a91
Browse repository at this point
Commits on Mar 8, 2022
Statically compile libstdc++ everywhere if asked
Show description for b328688
Jon Gjengset
committed
b328688
View commit details
Copy full SHA for b328688
Browse repository at this point
Suggest `if let`/`let_else` for refutable pat in `let`
estebank
committed
0d92752
View commit details
Copy full SHA for 0d92752
Browse repository at this point
Do not suggest `let_else` if no bindings would be introduced
estebank
committed
c3a998e
View commit details
Copy full SHA for c3a998e
Browse repository at this point
Unify inherent impl blocks by wrapping them into a div
GuillaumeGomez
committed
a5216cf
View commit details
Copy full SHA for a5216cf
Browse repository at this point
Update GUI tests for impl blocks path changes
GuillaumeGomez
committed
fbd9c28
View commit details
Copy full SHA for fbd9c28
Browse repository at this point
Improve rustdoc book
Urgau
committed
4e067e8
View commit details
Copy full SHA for 4e067e8
Browse repository at this point
Commits on Mar 9, 2022
treat all mir::Constant values as ConstantKind::Val
b-naber
committed
40e4bd2
View commit details
Copy full SHA for 40e4bd2
Browse repository at this point
bless tests
b-naber
committed
8a811a1
View commit details
Copy full SHA for 8a811a1
Browse repository at this point
normalization change and rebase
b-naber
committed
26fe550
View commit details
Copy full SHA for 26fe550
Browse repository at this point
Fix soundness issue in scoped threads.
m-ou-se
committed
5226395
View commit details
Copy full SHA for 5226395
Browse repository at this point
Properly abort when thread result panics on drop.
m-ou-se
committed
7a481ff
View commit details
Copy full SHA for 7a481ff
Browse repository at this point
Remove outdated comment.
m-ou-se
committed
1c06eb7
View commit details
Copy full SHA for 1c06eb7
Browse repository at this point
Add soundness test for dropping scoped thread results before joining.
m-ou-se
committed
b97d875
View commit details
Copy full SHA for b97d875
Browse repository at this point
Ignore `close_read_wakes_up` test on SGX platform
raoulstrackx
committed
491350c
View commit details
Copy full SHA for 491350c
Browse repository at this point
manually bless 32-bit stderr
b-naber
committed
18bb2dd
View commit details
Copy full SHA for 18bb2dd
Browse repository at this point
Also take in account mdbook redirect in linkchecker
Urgau
committed
e346920
View commit details
Copy full SHA for e346920
Browse repository at this point
keep ERROR in message
b-naber
committed
021c3b0
View commit details
Copy full SHA for 021c3b0
Browse repository at this point
Use MaybeUninit in VecDeque to remove the undefined behavior of slice
Show description for e54d4ab
JmPotato
committed
e54d4ab
View commit details
Copy full SHA for e54d4ab
Browse repository at this point
Add documentation about lifetimes to thread::scope.
m-ou-se
committed
4d56c15
View commit details
Copy full SHA for 4d56c15
Browse repository at this point
Add miri to the well known conditional compilation names and values
Urgau
committed
6781016
View commit details
Copy full SHA for 6781016
Browse repository at this point
Warn users about || in let chain expressions
c410-f3r
committed
915f9a5
View commit details
Copy full SHA for 915f9a5
Browse repository at this point
Implement macro meta-variable expressions
c410-f3r
committed
8073a88
View commit details
Copy full SHA for 8073a88
Browse repository at this point
Add tracking issue
frengor
committed
63eddb3
View commit details
Copy full SHA for 63eddb3
Browse repository at this point
Rollup merge of #91804 - woppopo:const_clone, r=oli-obk
Show description for ed0ed70
Dylan-DPC
authored
ed0ed70
View commit details
Copy full SHA for ed0ed70
Browse repository at this point
Rollup merge of #92541 - asquared31415:from-docs, r=m-ou-se
Show description for 0754c96
Dylan-DPC
authored
0754c96
View commit details
Copy full SHA for 0754c96
Browse repository at this point
Rollup merge of #93057 - frengor:iter_collect_into, r=m-ou-se
Show description for 3f13f0b
Dylan-DPC
authored
3f13f0b
View commit details
Copy full SHA for 3f13f0b
Browse repository at this point
Rollup merge of #94059 - b-naber:constantkind-val-transformation, r=lcnr
Show description for de7a97c
Dylan-DPC
authored
de7a97c
View commit details
Copy full SHA for de7a97c
Browse repository at this point
Rollup merge of #94368 - c410-f3r:metaaaaaaaaaaaaaaaaaaaaaaaaaaa, r=petrochenkov
Show description for 753d931
Dylan-DPC
authored
753d931
View commit details
Copy full SHA for 753d931
Browse repository at this point
Rollup merge of #94472 - JmPotato:use_maybeuninit_for_vecdeque, r=m-ou-se
Show description for 3440019
Dylan-DPC
authored
3440019
View commit details
Copy full SHA for 3440019
Browse repository at this point
Rollup merge of #94644 - m-ou-se:scoped-threads-drop-soundness, r=joshtriplett
Show description for e3c33bb
Dylan-DPC
authored
e3c33bb
View commit details
Copy full SHA for e3c33bb
Browse repository at this point
Rollup merge of #94657 - fee1-dead:const_slice_index, r=oli-obk
Show description for 30bb973
Dylan-DPC
authored
30bb973
View commit details
Copy full SHA for 30bb973
Browse repository at this point
Rollup merge of #94719 - jonhoo:enable-static-lld, r=Mark-Simulacrum
Show description for 72d8cf1
Dylan-DPC
authored
72d8cf1
View commit details
Copy full SHA for 72d8cf1
Browse repository at this point
Rollup merge of #94739 - estebank:suggest-let-else, r=oli-obk
Show description for fca8dba
Dylan-DPC
authored
fca8dba
View commit details
Copy full SHA for fca8dba
Browse repository at this point
Rollup merge of #94740 - GuillaumeGomez:unify-impl-blocks, r=notriddle
Show description for 668c607
Dylan-DPC
authored
668c607
View commit details
Copy full SHA for 668c607
Browse repository at this point
Rollup merge of #94753 - Urgau:rustdoc-book-improvements, r=GuillaumeGomez
Show description for f2baf2f
Dylan-DPC
authored
f2baf2f
View commit details
Copy full SHA for f2baf2f
Browse repository at this point
Rollup merge of #94754 - c410-f3r:nice-error, r=lcnr
Show description for 67fa033
Dylan-DPC
authored
67fa033
View commit details
Copy full SHA for 67fa033
Browse repository at this point
Rollup merge of #94763 - m-ou-se:scoped-threads-lifetime-docs, r=Mark-Simulacrum
Show description for 1ccd44f
Dylan-DPC
authored
1ccd44f
View commit details
Copy full SHA for 1ccd44f
Browse repository at this point
Rollup merge of #94768 - fortanix:raoul/fix_close_read_wakes_up_test_sgx_platform, r=dtolnay
Show description for f7b1fcf
Dylan-DPC
authored
f7b1fcf
View commit details
Copy full SHA for f7b1fcf
Browse repository at this point
Rollup merge of #94772 - Urgau:check-cfg-miri, r=petrochenkov
Show description for 3257f81
Dylan-DPC
authored
3257f81
View commit details
Copy full SHA for 3257f81
Browse repository at this point
You can’t perform that action at this time.