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.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
Unbox mutexes and condvars on some platforms
- #77380
#77380
Merged
bors
merged 12 commits into
rust-lang:master
rust-lang/rust:master
from
fusion-engineering-forks:unbox-the-mutex
fusion-engineering-forks/rust:unbox-the-mutex
Copy head branch name to clipboard
Oct 4, 2020
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Unbox mutexes and condvars on some platforms
#77380
bors
merged 12 commits into
rust-lang:master
rust-lang/rust:master
from
fusion-engineering-forks:unbox-the-mutex
fusion-engineering-forks/rust:unbox-the-mutex
Copy head branch name to clipboard
Commits
Commits on Oct 2, 2020
Move boxing and mutex checking logic of condvar into sys_common.
m-ou-se
committed
a8c2d4f
View commit details
Copy full SHA for a8c2d4f
Browse repository at this point
Make it possible to have unboxed mutexes on specific platforms.
Show description for 58deb70
m-ou-se
committed
58deb70
View commit details
Copy full SHA for 58deb70
Browse repository at this point
No longer put cloudabi mutexes in a box.
Show description for def5188
m-ou-se
committed
def5188
View commit details
Copy full SHA for def5188
Browse repository at this point
No longer put mutexes on the 'unsupported' platform in a box.
Show description for 2f03867
m-ou-se
committed
2f03867
View commit details
Copy full SHA for 2f03867
Browse repository at this point
No longer put wasm mutexes in a box.
Show description for 4f1353e
m-ou-se
committed
4f1353e
View commit details
Copy full SHA for 4f1353e
Browse repository at this point
No longer put windows mutexes in a box.
Show description for dc81cbd
m-ou-se
committed
dc81cbd
View commit details
Copy full SHA for dc81cbd
Browse repository at this point
Make it possible to have unboxed condvars on specific platforms.
Show description for b181f5a
m-ou-se
committed
b181f5a
View commit details
Copy full SHA for b181f5a
Browse repository at this point
No longer put cloudabi condvars in a box.
Show description for 5769a46
m-ou-se
committed
5769a46
View commit details
Copy full SHA for 5769a46
Browse repository at this point
No longer put condvars on the 'unsupported' platform in a box.
Show description for 7f56a35
m-ou-se
committed
7f56a35
View commit details
Copy full SHA for 7f56a35
Browse repository at this point
No longer put wasm condvars in a box.
Show description for ec69a85
m-ou-se
committed
ec69a85
View commit details
Copy full SHA for ec69a85
Browse repository at this point
No longer put windows condvars in a box.
Show description for f3837e7
m-ou-se
committed
f3837e7
View commit details
Copy full SHA for f3837e7
Browse repository at this point
Disable condvar::two_mutexes test on non-unix platforms.
Show description for b1ce7a3
m-ou-se
committed
b1ce7a3
View commit details
Copy full SHA for b1ce7a3
Browse repository at this point
You can’t perform that action at this time.