rustup
rustup copied to clipboard
The Rust toolchain installer
### Verification - [X] I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue+is%3Aopen%2Cclosed and found no duplicates. - [X] I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and...
Once we have simplistic signature checking in place (#2028) we need to decide upon and deploy a more comprehensive trust model so that we're not doing the bare minimum to...
### Problem I'm trying to install Rust using the recommended `rustup` command: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh but it's failing like so (with `--verbose`): ``` info: profile...
Currently, we're generating changelogs with a Python script. This is trying to mimic the exact format that rustup posts on the Rust blog have been in the past, but it...
### Verification - [X] I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue+is%3Aopen%2Cclosed and found no duplicates. - [X] I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and...
### Problem M1 macOS 12.4.1 ``` > rustup update info: syncing channel updates for 'stable-aarch64-apple-darwin' info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu' info: syncing channel updates for 'nightly-aarch64-apple-darwin' info: checking for...
Clean up one suppressed clippy lint, with some extra refactoring along the way.
This makes the `Process` abstraction much easier to understand (in my opinion) by avoiding a trait abstraction (which had only a single implementation) and explicitly relying on the enum variants....
Rustup's stdout content is not an API : we change it regularly to communicate more clearly with users. However programs that consume the output of rustup have no means by...
Hi. Since https://github.com/rust-lang/rust/pull/122334 was merged, I think it's now ready to start distributing the GCC backend through rustup. There are still limitations though: * For now we only build it...