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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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.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 9 pull requests
- #98455
#98455
Closed
Dylan-DPC
wants to merge 34 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-qiuzi6y
Dylan-DPC/rust:rollup-qiuzi6y
Copy head branch name to clipboard
Conversation
Commits
34
(34)
Checks
Files changed
Closed
Rollup of 9 pull requests
#98455
Dylan-DPC
wants to merge 34 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-qiuzi6y
Dylan-DPC/rust:rollup-qiuzi6y
Copy head branch name to clipboard
Commits
Commits on May 18, 2022
std: use an event flag based thread parker on SOLID
joboet
committed
fd76552
View commit details
Copy full SHA for fd76552
Browse repository at this point
Commits on May 19, 2022
std: fix deadlock in `Parker`
joboet
committed
3b6ae15
View commit details
Copy full SHA for 3b6ae15
Browse repository at this point
Commits on Jun 5, 2022
std: solve priority issue for Parker
joboet
committed
b9660de
View commit details
Copy full SHA for b9660de
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
std: relax memory orderings in `Parker`
Show description for caff723
joboet
and
kawadakk
committed
caff723
View commit details
Copy full SHA for caff723
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 20, 2022
Add a test for issue #33172
rylev
committed
edb6c4b
View commit details
Copy full SHA for edb6c4b
Browse repository at this point
Turn off cdb test for now, link to issue
rylev
committed
f30c76a
View commit details
Copy full SHA for f30c76a
Browse repository at this point
Turn CDB test back on and all clarifying test
rylev
committed
3ea686f
View commit details
Copy full SHA for 3ea686f
Browse repository at this point
Commits on Jun 21, 2022
Fix linux tests
rylev
committed
e5402e4
View commit details
Copy full SHA for e5402e4
Browse repository at this point
[RFC 2011] Optimize non-consuming operators
c410-f3r
committed
a0eba66
View commit details
Copy full SHA for a0eba66
Browse repository at this point
Add comment about issue caused with multiple statics
rylev
committed
1a25ac9
View commit details
Copy full SHA for 1a25ac9
Browse repository at this point
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
Address reviewer comments
raoulstrackx
committed
6a6910e
View commit details
Copy full SHA for 6a6910e
Browse repository at this point
add new rval, pull deref early
ouz-a
committed
aa91716
View commit details
Copy full SHA for aa91716
Browse repository at this point
Support setting file accessed/modified timestamps
Show description for 2a31419
joshtriplett
committed
2a31419
View commit details
Copy full SHA for 2a31419
Browse repository at this point
Add alias `File::set_modified` as shorthand
joshtriplett
committed
f4532d9
View commit details
Copy full SHA for f4532d9
Browse repository at this point
Move help popup into a pocket menu as well
GuillaumeGomez
committed
cc4f804
View commit details
Copy full SHA for cc4f804
Browse repository at this point
Add/update GUI tests for help pocket menu
GuillaumeGomez
committed
3eb9e1a
View commit details
Copy full SHA for 3eb9e1a
Browse repository at this point
Merge all popover hide functions into one
GuillaumeGomez
committed
e4b2b41
View commit details
Copy full SHA for e4b2b41
Browse repository at this point
Commits on Jun 23, 2022
Update FIXME comment
Show description for 23d325e
rylev
and
wesleywiser
authored
23d325e
View commit details
Copy full SHA for 23d325e
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
Rollup merge of #97085 - rylev:test-issue-33172, r=wesleywiser
Show description for ebdc0e3
Dylan-DPC
authored
ebdc0e3
View commit details
Copy full SHA for ebdc0e3
Browse repository at this point
Rollup merge of #97140 - joboet:solid_parker, r=m-ou-se
Show description for 2dd59b3
Dylan-DPC
authored
2dd59b3
View commit details
Copy full SHA for 2dd59b3
Browse repository at this point
Rollup merge of #98126 - fortanix:raoul/mitigate_stale_data_vulnerability, r=cuviper
Show description for 12883f5
Dylan-DPC
authored
12883f5
View commit details
Copy full SHA for 12883f5
Browse repository at this point
Rollup merge of #98145 - ouz-a:some_branch, r=oli-obk
Show description for 84c2c51
Dylan-DPC
authored
84c2c51
View commit details
Copy full SHA for 84c2c51
Browse repository at this point
Rollup merge of #98149 - hoodmane:emscripten-pic, r=petrochenkov
Show description for 9437b85
Dylan-DPC
authored
9437b85
View commit details
Copy full SHA for 9437b85
Browse repository at this point
Rollup merge of #98246 - joshtriplett:times, r=m-ou-se
Show description for be1186d
Dylan-DPC
authored
be1186d
View commit details
Copy full SHA for be1186d
Browse repository at this point
Rollup merge of #98297 - GuillaumeGomez:help-pocket-menu, r=notriddle
Show description for 841ff76
Dylan-DPC
authored
841ff76
View commit details
Copy full SHA for 841ff76
Browse repository at this point
Rollup merge of #98311 - eggyal:reverse-folder-hierarchy, r=jackh726
Show description for 6611ace
Dylan-DPC
authored
6611ace
View commit details
Copy full SHA for 6611ace
Browse repository at this point
Rollup merge of #98337 - c410-f3r:assert-compiler, r=oli-obk
Show description for 68c94cd
Dylan-DPC
authored
68c94cd
View commit details
Copy full SHA for 68c94cd
Browse repository at this point
You can’t perform that action at this time.