rustup icon indicating copy to clipboard operation
rustup copied to clipboard

The Rust toolchain installer

Results 395 rustup issues
Sort by recently updated
recently updated
newest added

Currently the output looks like this: ``` info: syncing channel updates for 'stable' info: downloading component 'rust' info: syncing channel updates for 'nightly' info: downloading component 'rustc' 46.40 MiB /...

enhancement

### Verification - [x] I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue and found no duplicates. - [x] I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and...

enhancement

### Verification - [x] I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue and found no duplicates. - [x] I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and...

bug

### Verification - [x] I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue and found no duplicates. - [x] I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and...

bug
incomplete

I have hit a strange issue where using cargo reported by `rustup which` doesn't work. When building `dashmap` crate it downloads rust 1.65 and tries to build with that but...

### Problem you are trying to solve People who work on projects using pinned nightly (`nightly-DDDD-MM-YY`) or stable (`1.XX.0`) channels, or who perform bisection on toolchain bugs, may end up...

enhancement

This is just a draft I'm posting to gather feedback and maybe discuss implementation details. The configuration file in this PR tells rustup how to install the needed Visual Studio...

### Verification - [x] I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue and found no duplicates. - [x] I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and...

bug
fixed-next-release

### Problem you are trying to solve The Internet seems to be decomposing and Open Source project download channels are collapsing in the process. Rustup is not immune unfortunately and...

enhancement

### Problem you are trying to solve Can we get target triples going to support Cygwin-style Rust applications for ARM Windows? While we do technically have `aarch64-pc-windows-msvc` available, cross-compiling Windows...

enhancement
E-easy
O-windows
A-aarch64