-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Promote loongarch64-unknown-none* to Tier 2 #664
Labels
major-change
A proposal to make a major change to rustc
major-change-accepted
A major change proposal that was accepted
T-compiler
Add this label so rfcbot knows to poll the compiler team
Comments
heiher
added
major-change
A proposal to make a major change to rustc
T-compiler
Add this label so rfcbot knows to poll the compiler team
labels
Aug 15, 2023
This issue is not meant to be used for technical discussion. There is a Zulip stream for that. Use this issue to leave procedural comments, such as volunteering to review, indicating that you second the proposal (or third, etc), or raising a concern that you would like to be addressed. cc @rust-lang/compiler @rust-lang/compiler-contributors |
@rustbot second |
rustbot
added
the
final-comment-period
The FCP has started, most (if not all) team members are in agreement
label
Sep 7, 2023
@wesleywiser gentle ping |
Noratrieb
added
the
major-change-accepted
A major change proposal that was accepted
label
Sep 20, 2023
Closing as accepted. |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Sep 30, 2023
Promote loongarch64-unknown-none* to Tier 2 MCP: rust-lang/compiler-team#664
RalfJung
pushed a commit
to RalfJung/miri
that referenced
this issue
Sep 30, 2023
Promote loongarch64-unknown-none* to Tier 2 MCP: rust-lang/compiler-team#664
apiraino
removed
the
final-comment-period
The FCP has started, most (if not all) team members are in agreement
label
Feb 21, 2024
yetist
pushed a commit
to yetist/rust
that referenced
this issue
Jun 5, 2024
yetist
pushed a commit
to yetist/rust
that referenced
this issue
Jul 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
major-change
A proposal to make a major change to rustc
major-change-accepted
A major change proposal that was accepted
T-compiler
Add this label so rfcbot knows to poll the compiler team
Proposal
Promote the loongarch64-unknown-none* target to Tier 2.
This target was originally proposed for Tier 3 in #628 and implemented in rust-lang/rust#112310 .
Tier 2 Target Requirements
This target is useful to anyone doing bare-metal development on loongarch64, including kernels and firmware.
This target is maintained by @heiher and @xen0n .
Other than lacking an OS, this target is standard loongarch64. This target deliberately does not support libstd, so it imposes no additional library burden.
Documentation is provided for building and testing.
Documentation is provided for platform requirements.
None.
This target qualifies for the listed exception. While libstd cannot be supported, there is no difficulty in supporting libcore.
Confirmed.
This target supports extern "C" via the System V calling convention (without red zones).
Confirmed.
None of the other unknown-none targets appear to run any tests as part of CI.
Confirmed.
Confirmed.
Distributing this target does not involve distributing any new third-party code.
This target runs no tests.
Confirmed.
Mentors or Reviewers
@wesleywiser
Process
The main points of the Major Change Process are as follows:
@rustbot second
.-C flag
, then full team check-off is required.@rfcbot fcp merge
on either the MCP or the PR.You can read more about Major Change Proposals on forge.
Comments
This issue is not meant to be used for technical discussion. There is a Zulip stream for that. Use this issue to leave procedural comments, such as volunteering to review, indicating that you second the proposal (or third, etc), or raising a concern that you would like to be addressed.
The text was updated successfully, but these errors were encountered: