rustup
rustup copied to clipboard
The Rust toolchain installer
See #4607 for details. This is one of two possible implementations, the easier one is using a temporary directory or a unique filename to ensure processes don't collide. Using locks...
Mirrors https://github.com/jj-vcs/jj/blob/54511ee3fde4f381a67a38ca3a4a0f1c7412753a/cli/src/commands/util/completion.rs#L80; closes #4603.
### Problem you are trying to solve As discussed in https://rust-lang.zulipchat.com/#narrow/channel/490103-t-rustup/topic/stable.20docs/near/558754674, there are times when we want to update the stable user guide without doing the full release. Currently this...
This updates from mdbook 0.4.43 to mdbook 0.5.1. The 0.5 release includes a large number of changes. Additionally there were quite a few changes between 0.4.43 and 0.4.52. If you...
### Problem you are trying to solve Enable nushell to enjoy first-class completion support, just like shells such as bash and zsh. ### Solution you'd like You can also have...
rustup won't force-skip unavailable `rust-std` for targets specified through `rust-toolchain.toml`
### Problem you are trying to solve I have a no_std project that uses a custom target and the `rust-toolchain.toml` file. I have specified the custom target with the `toolchain.targets`...
Problem: rustup currently logs an info-level message when a rust-toolchain.toml file overrides the active toolchain. This message is easy to miss in CI logs, leading to confusion when the expected...
``` [santiago@galago ~]$ rustup --version rustup 1.23.1 (2020-12-18) info: This is the version for the rustup toolchain manager, not the rustc compiler. info: The currently active `rustc` version is `rustc...
### Problem you are trying to solve My C:/ disk is relatively small, I would like to keep its space for Windows and minimize pollution by other programs Is it...
### Problem you are trying to solve Over on [arch ](https://wiki.archlinux.org/title/Rust) the notes on Rust say something like "You've got two mutually exclusive choices for installing rust: pacman / rustup"...