-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-coreRelevant to the core team, which will review and decide on the PR/issue.Relevant to the core team, which will review and decide on the PR/issue.T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.
Description
Redox is unique among targets. It has libstd support down to the syscall level, completely in Rust. For a while, it has been a Tier 3 platform (https://forge.rust-lang.org/platform-support.html). Due to recent advances in Redox, I think it is now time to promote it to a Tier 2 platform.
What this would entail is the merging of this changeset: master...redox-os:master
To summarize, this adds a docker CI image for Redox, adds the CI image to Travis, and fixes any remaining compilation problems with Redox.
The benefits of this are as follows:
- Easier to develop for Redox -
rustup target add x86_64-unknown-redox
- Ensuring that changes to
libstd
also get propogated tosys::redox
- Improving Redox support further
- Eventually packaging
rustc
andcargo
for Redox
MovingtoMars, pharaone, hirschenberger, vladimiroff, fbstj and 19 moreIxrec, durka, jeehoonkang, UtherII, goyox86 and 2 more
Metadata
Metadata
Assignees
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-coreRelevant to the core team, which will review and decide on the PR/issue.Relevant to the core team, which will review and decide on the PR/issue.T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.