-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
PlayStation Vita support #105606
PlayStation Vita support #105606
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @JohnTitor (or someone else) soon. Please see the contribution instructions for more information. |
These commits modify compiler targets. |
This comment has been minimized.
This comment has been minimized.
The change including docs LGTM! However, I'd like to r? @wesleywiser as they're the original reviewer. Meanwhile, could you squash commits into one? We have the "no merge" policy and the large commit history makes it difficult to look back at the history and blame. |
bcfdf42
to
875fa36
Compare
Some changes occured in cc @BoxyUwU Some changes occurred in src/librustdoc/clean/types.rs cc @camelid Some changes occurred in src/tools/clippy cc @rust-lang/clippy Some changes occurred in need_type_info.rs cc @lcnr
cc @davidtwco, @compiler-errors, @JohnTitor, @estebank, @TaKO8Ki Some changes occurred in compiler/rustc_codegen_cranelift cc @bjorn3 rustdoc-json-types is a public (although nightly-only) API. If possible, consider changing cc @CraftSpider, @aDotInTheVoid, @Enselic, @obi1kenobi Some changes occurred in src/tools/cargo cc @ehuss This PR changes MIR cc @oli-obk, @RalfJung, @JakobDegen, @davidtwco, @celinval, @vakaras
cc @davidtwco, @compiler-errors, @JohnTitor, @estebank, @TaKO8Ki Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt Some changes occured in cc @BoxyUwU Some changes occurred in diagnostic error codes Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
Some changes occurred in engine.rs, potentially modifying the public API of cc @lcnr Some changes occurred to the CTFE / Miri engine cc @rust-lang/miri Changes rustc_apfloat. rustc_apfloat is currently in limbo and you almost certainly don't want to change it (see #55993). cc @eddyb Some changes occurred in HTML/CSS themes. A change occurred in the Ayu theme. cc @Cldfire
cc @davidtwco, @compiler-errors, @JohnTitor, @estebank, @TaKO8Ki Some changes occurred in HTML/CSS/JS. cc @GuillaumeGomez, @Folyd, @jsha Some changes occurred in compiler/rustc_codegen_gcc cc @antoyo Some changes occurred in cc @BoxyUwU The Miri subtree was changed cc @rust-lang/miri Some changes occurred in src/tools/rust-analyzer cc @rust-lang/wg-rls-2 Some changes occurred in src/tools/rustfmt cc @rust-lang/rustfmt Some changes occurred to the CTFE / Miri engine cc @rust-lang/miri |
Sorry, messed up the rebase, reopened in #105712 |
PlayStation Vita support Just the compiler definitions for no-std projects and std support using newlib Earlier PR: rust-lang#105606
PlayStation Vita support Just the compiler definitions for no-std projects and std support using newlib Earlier PR: rust-lang/rust#105606
Just the compiler definitions for no-std projects. When merged I'll PR again with the std library adaptation.
Earlier pr: #90584