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
Accelerator
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.4k
Star
116k
Code
Issues
5k+
Pull requests
1.3k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Support Apple tvOS in libstd
- #103503
#103503
Merged
bors
merged 14 commits into
rust-lang:master
rust-lang/rust:master
from
thomcc:tvos-support
thomcc/rust:tvos-support
Copy head branch name to clipboard
Jun 22, 2023
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Support Apple tvOS in libstd
#103503
bors
merged 14 commits into
rust-lang:master
rust-lang/rust:master
from
thomcc:tvos-support
thomcc/rust:tvos-support
Copy head branch name to clipboard
Commits
Commits on Jun 21, 2023
wip: Support Apple tvOS in libstd
thomcc
committed
bdc3db9
View commit details
Copy full SHA for bdc3db9
Browse repository at this point
Finish up preliminary tvos support in libstd
thomcc
committed
f978d7e
View commit details
Copy full SHA for f978d7e
Browse repository at this point
Fix busted data_layout (mismatch vs LLVM) in x86_64 tvOS simulator target
thomcc
committed
3785a17
View commit details
Copy full SHA for 3785a17
Browse repository at this point
Fix the tvOS targets to use the right LLVM target and respect the deployment target environment variables
thomcc
committed
abb1911
View commit details
Copy full SHA for abb1911
Browse repository at this point
Add a tvOS entry to the platform-support documentation
thomcc
committed
df96402
View commit details
Copy full SHA for df96402
Browse repository at this point
Fix rustc_target::spec::apple::tests
thomcc
committed
b18ff59
View commit details
Copy full SHA for b18ff59
Browse repository at this point
Fix missing link in SUMMARY.md
thomcc
committed
6e62961
View commit details
Copy full SHA for 6e62961
Browse repository at this point
Apply suggestions from code review
Show description for a3f5566
thomcc
and
workingjubilee
committed
a3f5566
View commit details
Copy full SHA for a3f5566
Browse repository at this point
Reorder `tvos_*` functions in apple_base.rs to avoid breaking sorted order
thomcc
committed
b80e0b7
View commit details
Copy full SHA for b80e0b7
Browse repository at this point
Avoid fork/exec spawning on tvOS/watchOS, as those functions are marked as prohibited
thomcc
committed
49da0ac
View commit details
Copy full SHA for 49da0ac
Browse repository at this point
Update tvOS support elsewhere in the stdlib
thomcc
committed
37854aa
View commit details
Copy full SHA for 37854aa
Browse repository at this point
Note the incomplete Command support in the apple-tvos.md document
thomcc
committed
a7ecc71
View commit details
Copy full SHA for a7ecc71
Browse repository at this point
Actually save all the files
thomcc
committed
5ef4d1f
View commit details
Copy full SHA for 5ef4d1f
Browse repository at this point
Note that posix_spawnp probably still does not work the way people may want
thomcc
committed
af0662f
View commit details
Copy full SHA for af0662f
Browse repository at this point
You can’t perform that action at this time.