170 Commits

Author SHA1 Message Date
rami3l
d243d7d4ed docs(dev-guide/release-process): mention the CfT blog post 2026-03-04 20:52:25 +00:00
Francisco Gouveia
a373a2c8c4 docs(downloads): fix the default number of RUSTUP_CONCURRENT_DOWNLOADS 2026-02-24 13:49:21 +00:00
Chris Denton
913062f544 Add missing Windows SDK instructions 2026-02-03 14:49:48 +00:00
Chris Denton
0a12afe20f Add winget instructions to MSVC install page 2026-02-03 14:49:48 +00:00
Aelin Reidel
07f0f85f43 Add powerpc64-unknown-linux-musl support 2026-01-26 10:59:01 +00:00
Tshepang Mbambo
a3dc4d79a3 change 'target triple' to 'target tuple' 2025-12-24 09:36:06 +00:00
rami3l
06f4eacdaa docs(dev-guide): mention snapshot updating in release process 2025-12-14 10:30:56 +00:00
1
2d9fc7a358 Added xonsh support 2025-12-02 10:59:03 +00:00
Eric Huss
933160346f Prepare for mdbook 0.5 migration
Because the pull_request checks are building docs from main, the checks
fail due to mdbook 0.5 changing and removing some fields. This change
should allow the books to work with both 0.4 and 0.5. In particular:

- `multilingual` -- This was never used, is optional, and is ignored in
  0.4. This is rejected in 0.5.
- `curly-quotes` -- This was renamed to `smart-punctuation` a long while
  ago. Both 0.4 and 0.5 use `smart-punctuation`, and 0.5 has removed the
  old `curly-quotes`.
- `src` -- This isn't needed and is an artifact of an `mdbook init` bug.
2025-11-21 21:09:37 +00:00
Samuel Moelius
68c13cf596 Expand RUSTUP_TOOLCHAIN_SOURCE's documentation 2025-10-19 15:08:28 +00:00
Samuel Moelius
b336179798 Implement RUSTUP_TOOLCHAIN_SOURCE with new Display impl 2025-10-16 10:09:40 +00:00
Jakub Beránek
01977e8bc6 Move the default branch from master to main 2025-10-03 08:27:38 +00:00
rami3l
8b3aedcc59 docs(dev-guide): improve suggestion for overriding arg0 2025-09-12 06:31:32 +00:00
rami3l
e2cfa45dcf docs(dev-guide): mention the arg0 override trick on welcome page 2025-09-12 06:31:32 +00:00
Francisco Gouveia
cb6718f7d4 feat(downloads): introduce RUSTUP_CONCURRENT_DOWNLOADS to control concurrency 2025-08-21 11:52:31 +00:00
Francisco Gouveia
3326a3b5f8 fix(download_timeout): introduce RUSTUP_DOWNLOAD_TIMEOUT for overriding download timeout
As some (corporate) firewalls take too much time to verify the
downloads, the timeout is reached and the user cannot complete its
installation.

Besides changing the timeout from 30 secs to 3 mins, a new environment
variable is introduced to allow users to override the timeout value to
their taste.
2025-08-14 15:02:32 +00:00
rami3l
658d317b2a docs(user-guide/environment-variables): clarify the unit of RUSTUP_UNPACK_RAM 2025-07-24 15:28:03 +00:00
rami3l
6948f4e4ab docs(user-guide/environment-variables): unify description style 2025-07-24 15:28:03 +00:00
rami3l
37ac4b409c docs(user-guide/environment-variables): update description of RUSTUP_IO_THREADS 2025-07-24 15:28:03 +00:00
Francisco Gouveia
a2cf5c46aa feat(updates): introduce RUSTUP_TERM_WIDTH to override terminal width 2025-07-09 15:38:51 +00:00
Francisco Gouveia
3480065c09 feat(updates): introduce RUSTUP_TERM_PROGRESS_WHEN to toggle the progress bars 2025-07-09 15:38:51 +00:00
rami3l
664dd00557 docs: replace Discord links 2025-06-27 15:16:06 +00:00
Jieyou Xu
954f1c5f2a Emphasize that llvm-tools dist component is not subject to compiler stability guarantees 2025-06-15 04:23:38 +00:00
Petr Sumbera
452c8e5c79 add Solaris support 2025-06-10 00:03:50 +00:00
rami3l
b491a45c1e docs(user-guide): fix typo 2025-06-07 15:29:56 +00:00
rami3l
2e7c2a98b7 docs(dev-guide): update the section on clippy lints 2025-06-07 15:29:56 +00:00
rami3l
eca06da81f docs(dev-guide): mention test helpers and Assert 2025-06-07 15:29:56 +00:00
Chris Denton
1df20633d4 Hardlink proxies if symlinks aren't reachable
And add an environment variable to force hardlinking in case that doesn't work.
2025-04-19 09:14:43 +00:00
Jens Reidel
4176dc17ac Add powerpc64le-unknown-linux-musl support
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
2025-04-18 02:32:25 +00:00
rami3l
3dc390df00 docs(user-guide): cover correct $PATH configuration for proxies 2025-04-10 02:24:04 +00:00
rami3l
4bd44f2290 docs(user-guide): adjust wording 2025-04-10 02:24:04 +00:00
rami3l
64ad614aa8 docs(user-guide/environment-variables): document RUSTUP_VERSION 2025-03-19 15:28:40 +00:00
Adam H. Leventhal
7588311830 document RUSTUP_AUTO_INSTALL 2025-03-12 03:35:51 +00:00
rami3l
36ec899cad docs(user-guide/components): add deprecation notice for wasm32-wasi 2025-01-10 03:34:16 +00:00
rami3l
7ccf717e6e docs(user-guide/installation): update "General tips" 2024-12-23 06:17:42 +00:00
rami3l
01d2b65d75 docs(dev-guide/tracing): make "Adding instrumentation" a level-2 title 2024-12-14 07:53:49 +00:00
Kyle Leonhard
66f3a56be0 docs: update channel toolchain syntax 2024-11-13 05:25:59 +00:00
Chris Denton
a1a6f31080 Note that selecting VS lang packs is optional 2024-09-18 12:27:37 +00:00
rami3l
c91692a1bd docs(user-guide): add a link to the latest "Previous components" section 2024-08-20 10:31:20 +00:00
rami3l
2be04c57ee docs(dev-guide): remove descriptions of rustup_macros 2024-07-31 10:47:49 +00:00
rami3l
c63c3e9025 docs(dev-guide): update description of rustup::process 2024-07-31 10:47:49 +00:00
Josh Hsieh
03b7c56bf0 docs(dev-guide): add guideline for atomic commits to the developer guide
docs(dev-guide): put atomic commits at the beginning
2024-07-30 06:50:07 +00:00
rami3l
99cb8e4964 docs(user-guide): use brew install rustup instead of rustup-init 2024-07-25 09:29:55 +00:00
Dirkjan Ochtman
d5a94547cb Rename currentprocess to process
Co-authored-by: rami3l <rami3l@outlook.com>
2024-07-12 01:26:06 +00:00
rami3l
79ba44c281 feat(log): set level of #[tracing::instrument(err)] to TRACE 2024-07-10 10:09:42 +00:00
rami3l
18bf8ba30c feat(log): unhide tracing::instrument from behind feature = "otel" 2024-07-10 10:09:42 +00:00
WANG Rui
78ddd93f8b Add loongarch64-unknown-linux-musl support 2024-07-05 14:27:01 +00:00
rami3l
6eb71e956e docs(dev-guide/tracing): mention RUSTUP_LOG and console-based tracing 2024-06-22 12:44:22 +00:00
rami3l
97c64ccb8e docs(dev-guide/linting): improve wording 2024-06-22 12:44:22 +00:00
rami3l
70a2345c57 fix(log): use RUSTUP_LOG for internal tracing instead of RUST_LOG 2024-06-16 05:58:40 +00:00