rustup
                                
                                 rustup copied to clipboard
                                
                                    rustup copied to clipboard
                            
                            
                            
                        The Rust toolchain installer
> Maybe rustup could have a `toolchain verify` subcommand that checks the health of and fixes corruption in the toolchain and components? Of course it'd be better if the corruption...
I have 63 toolchains, culminating in 40GB of hard drive use. I'd love to remove all nightlies, but I have to add the nightlies one by one. It would be...
On stable there aren't yet mips targets but 'target list' still shows them. At the present this command shows all targets even when the manifest says they aren't available. We...
When installing, we should detect the user's login shell if possible and then offer to add autocompletion sourcing to their init files. Perhaps this could be done generically in the...
### Problem On FreeBSD, rustup will generate a .cargo/env that is sourced in .profile. There are two issues here. 1. tcsh does not source .profile on run, it sources .login...
### Problem you are trying to solve I'm a maintainer of the Meson build-system generator, which supports building Rust code in combination with other languages. Meson generally is used to...
### 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 My team prefers `cargo +nightly fmt` for formatting over stable. I have a different nightly installed locally than we have in CI, causing CI checks to fail. A...
This change is related to #3132. Currently, the `rustup check` command verifies updates for each toolchain sequentially. This patch modifies that behavior to perform the checks concurrently. To implement this...
### Problem you are trying to solve It's bit complicated, but I need armv7 build of rust docker image. But which is [not supported](https://raw.githubusercontent.com/docker-library/official-images/master/library/rust) for alpine linux image. (Because I'm...