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.6k
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 9 pull requests
- #98484
#98484
Closed
JohnTitor
wants to merge 29 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-8ifu6vk
JohnTitor/rust:rollup-8ifu6vk
Copy head branch name to clipboard
Conversation
Commits
29
(29)
Checks
Files changed
Closed
Rollup of 9 pull requests
#98484
JohnTitor
wants to merge 29 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-8ifu6vk
JohnTitor/rust:rollup-8ifu6vk
Copy head branch name to clipboard
Commits
Commits on Apr 25, 2022
Windows: Iterative `remove_dir_all`
Show description for 8b1f85c
ChrisDenton
committed
8b1f85c
View commit details
Copy full SHA for 8b1f85c
Browse repository at this point
Commits on Apr 26, 2022
Retry deleting a directory
Show description for 8dc4696
ChrisDenton
committed
8dc4696
View commit details
Copy full SHA for 8dc4696
Browse repository at this point
Commits on Apr 28, 2022
Yield the thread when waiting to delete a file
ChrisDenton
committed
d579665
View commit details
Copy full SHA for d579665
Browse repository at this point
Commits on Jun 15, 2022
Unify copying data from enclave to userspace
raoulstrackx
committed
ab3a2a0
View commit details
Copy full SHA for ab3a2a0
Browse repository at this point
Mitigate MMIO stale data vulnerabilities
Show description for 531752f
raoulstrackx
committed
531752f
View commit details
Copy full SHA for 531752f
Browse repository at this point
Ensure userspace allocation is 8-byte aligned
raoulstrackx
committed
6f7d193
View commit details
Copy full SHA for 6f7d193
Browse repository at this point
Test `copy_to_userspace` function
raoulstrackx
committed
a27aace
View commit details
Copy full SHA for a27aace
Browse repository at this point
Commits on Jun 16, 2022
Leak pthreax_mutex_t when it's dropped while locked.
m-ou-se
committed
d722944
View commit details
Copy full SHA for d722944
Browse repository at this point
Commits on Jun 20, 2022
Leak pthreax_rwlock_t when it's dropped while locked.
m-ou-se
committed
e642c59
View commit details
Copy full SHA for e642c59
Browse repository at this point
Commits on Jun 21, 2022
Reverse folder hierarchy
Show description for 6ac6866
eggyal
committed
6ac6866
View commit details
Copy full SHA for 6ac6866
Browse repository at this point
Remove unecessary references to TypeFolder::Error
eggyal
committed
75203ee
View commit details
Copy full SHA for 75203ee
Browse repository at this point
Commits on Jun 22, 2022
point to type param definition when not finding variant, method and assoc type
Show description for 402dceb
TaKO8Ki
committed
402dceb
View commit details
Copy full SHA for 402dceb
Browse repository at this point
Address reviewer comments
raoulstrackx
committed
6a6910e
View commit details
Copy full SHA for 6a6910e
Browse repository at this point
Add tracking issues to `--extern` option docs.
ehuss
committed
d23eea5
View commit details
Copy full SHA for d23eea5
Browse repository at this point
Commits on Jun 23, 2022
Suggest defining variable as mutable on `&mut _` type mismatch in pats
WaffleLapkin
committed
3c7f1f1
View commit details
Copy full SHA for 3c7f1f1
Browse repository at this point
Commits on Jun 24, 2022
Set relocation_model to Pic on emscripten target
hoodmane
committed
ada2acc
View commit details
Copy full SHA for ada2acc
Browse repository at this point
take advantage of a labelled block
Show description for e25129b
WaffleLapkin
and
compiler-errors
committed
e25129b
View commit details
Copy full SHA for e25129b
Browse repository at this point
improve wording of a suggestion
WaffleLapkin
committed
1dfb53b
View commit details
Copy full SHA for 1dfb53b
Browse repository at this point
Fix trait object reborrow suggestion
compiler-errors
committed
c06d8f9
View commit details
Copy full SHA for c06d8f9
Browse repository at this point
Note concrete type being coerced into object
compiler-errors
committed
25fe474
View commit details
Copy full SHA for 25fe474
Browse repository at this point
Commits on Jun 25, 2022
Rollup merge of #96412 - ChrisDenton:remove-dir-all, r=thomcc
Show description for 02318f3
JohnTitor
authored
02318f3
View commit details
Copy full SHA for 02318f3
Browse repository at this point
Rollup merge of #98126 - fortanix:raoul/mitigate_stale_data_vulnerability, r=cuviper
Show description for 24ff792
JohnTitor
authored
24ff792
View commit details
Copy full SHA for 24ff792
Browse repository at this point
Rollup merge of #98149 - hoodmane:emscripten-pic, r=petrochenkov
Show description for 0104326
JohnTitor
authored
0104326
View commit details
Copy full SHA for 0104326
Browse repository at this point
Rollup merge of #98194 - m-ou-se:leak-locked-pthread-mutex, r=Amanieu
Show description for f6c1d26
JohnTitor
authored
f6c1d26
View commit details
Copy full SHA for f6c1d26
Browse repository at this point
Rollup merge of #98277 - compiler-errors:issue-93596, r=estebank
Show description for d0cda3e
JohnTitor
authored
d0cda3e
View commit details
Copy full SHA for d0cda3e
Browse repository at this point
Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-errors
Show description for f4c06c2
JohnTitor
authored
f4c06c2
View commit details
Copy full SHA for f4c06c2
Browse repository at this point
Rollup merge of #98311 - eggyal:reverse-folder-hierarchy, r=jackh726
Show description for 5014bae
JohnTitor
authored
5014bae
View commit details
Copy full SHA for 5014bae
Browse repository at this point
Rollup merge of #98401 - ehuss:extern-tracking, r=Dylan-DPC
Show description for e75f9a5
JohnTitor
authored
e75f9a5
View commit details
Copy full SHA for e75f9a5
Browse repository at this point
Rollup merge of #98431 - WaffleLapkin:mut_pat_suggestions, r=compiler-errors
Show description for 134263f
JohnTitor
authored
134263f
View commit details
Copy full SHA for 134263f
Browse repository at this point
You can’t perform that action at this time.