Commit Graph

  • 4cc92aad10 Upgrade rand to 0.10 Dirkjan Ochtman 2026-02-12 13:22:12 +01:00
  • 3b9156ab66 Upgrade snapbox to 1 Dirkjan Ochtman 2026-02-12 13:21:30 +01:00
  • 192165fd75 Upgrade to anstream 1 Dirkjan Ochtman 2026-02-12 13:21:06 +01:00
  • 589d63380a fix(downloads): adjust error message for partial files in network failures Francisco Gouveia 2026-02-09 21:03:08 +00:00
  • 6c073b479c test(downloads): ensure that partial files are not removed when network fails Francisco Gouveia 2026-02-09 20:32:51 +00:00
  • 88737c78a4 feat(downloads): do not delete partial download when network fails Francisco Gouveia 2026-02-11 11:47:28 +00:00
  • 4da067fc5b fix(downloads): substitute DEK alias for DownloadError Francisco Gouveia 2026-02-11 11:47:04 +00:00
  • 7a421df732 chore(deps): lock file maintenance renovate[bot] 2026-02-09 00:45:27 +00:00
  • dc8f2f38a4 chore(deps): lock file maintenance renovate[bot] 2026-02-07 21:54:44 +00:00
  • 94b28cdb34 chore(deps): update aws-actions/configure-aws-credentials action to v6 renovate[bot] 2026-02-07 21:53:58 +00:00
  • b3fdca3c2a Take semver-compatible dependency updates Dirkjan Ochtman 2026-02-04 20:53:39 +01:00
  • 17dba91c22 cli: introduce semantic exit code constants for rustup check dharmvr1 2026-02-02 21:42:38 +05:30
  • 913062f544 Add missing Windows SDK instructions Chris Denton 2026-02-03 14:19:44 +00:00
  • 0a12afe20f Add winget instructions to MSVC install page Chris Denton 2026-02-03 12:40:18 +00:00
  • b5dbd77470 Remove nu-string-interpolation $ VasanthakumarV 2026-02-03 14:49:05 +05:30
  • 96fdf99314 Replace $nu.home-path with ~ VasanthakumarV 2026-02-03 12:28:16 +05:30
  • ac5a50f178 feat(cli/rustup-mode): add "Exit status" section to rustup check --help appleGun22 2026-02-01 00:41:24 +02:00
  • 732af76633 chore(deps): lock file maintenance renovate[bot] 2026-02-02 00:55:09 +00:00
  • 5341187272 Add common commands section in help text Xiangfei Ding 2025-12-19 14:20:48 +00:00
  • 6f355cefe6 fix(cli/rustup-mode): improve exit code of rustup check rami3l 2026-01-28 22:13:51 +01:00
  • c69cfa0e91 refactor(test)!: pass status code directly to SanitizedOutput rami3l 2026-01-28 22:48:57 +01:00
  • 78947c4962 chore(deps): lock file maintenance renovate[bot] 2026-01-26 11:34:29 +00:00
  • 07f0f85f43 Add powerpc64-unknown-linux-musl support Aelin Reidel 2026-01-26 08:15:13 +01:00
  • 2ba20d7f25 fix: add copy_file_symlink_to_source for self-installation akrm al-hakimi 2026-01-16 18:40:12 -05:00
  • ebed285148 fix: preserve symlinks in copy_dir instead of following them akrm al-hakimi 2026-01-16 18:40:05 -05:00
  • 87b12cdddd feat(cli/rustup-mode): add doc --rustc-docs to open rustdoc for Rust internals rami3l 2025-12-28 19:17:16 +01:00
  • c74335b240 Remove the mixed singular/plural phrasing as "component(s)" instead, use "components" or "component". In the singular case also add the name of the component for more consistent messaging style with other info! outputs about single components. Frank Steffahn 2026-01-16 02:57:34 +01:00
  • 9cb586b42e fix(cli/rustup-mode): check for self updates for SelfUpdateMode::CheckOnly rami3l 2026-01-15 23:23:13 +01:00
  • d218ca22b3 test: Add test for sequential multi-toolchain uninstall Akrm Al-Hakimi 2026-01-13 21:15:42 -05:00
  • 176c2a539a fix: directory removal race condition in toolchain uninstall Akrm Al-Hakimi 2026-01-13 21:15:12 -05:00
  • 3382f6f7bf chore(deps): lock file maintenance renovate[bot] 2026-01-12 00:25:38 +00:00
  • 734de17826 test(cli_v2): test error when missing many components on install rami3l 2026-01-07 23:27:28 +01:00
  • 4352bec0ae fix(dist): adjust printed newlines in components_missing_msg() rami3l 2026-01-07 23:20:44 +01:00
  • 2b4bdbe85d unified nightly disclaimer wording/styling; preserved distinct messages per scenario enthropy7 2026-01-06 04:31:02 +03:00
  • 8031de4922 chore(deps): lock file maintenance renovate[bot] 2026-01-05 00:38:54 +00:00
  • de2b979bd4 Upgrade to reqwest 0.13 Dirkjan Ochtman 2025-12-30 18:27:15 +01:00
  • 561e4ddfc8 Drop release builds from CI ci-no-release Dirkjan Ochtman 2025-12-30 18:40:29 +01:00
  • 86e0ac1453 chore(deps): lock file maintenance renovate[bot] 2025-12-29 00:48:18 +00:00
  • dbf86b937a change test name to match new terminology Tshepang Mbambo 2025-12-23 22:50:12 +02:00
  • 7f771dbb53 rename file to match new terminology Tshepang Mbambo 2025-12-23 22:46:03 +02:00
  • a3dc4d79a3 change 'target triple' to 'target tuple' Tshepang Mbambo 2025-12-23 22:43:44 +02:00
  • 3f6738821e chore(deps): lock file maintenance renovate[bot] 2025-12-22 00:47:49 +00:00
  • 065c2a279a fix(toolchain): forbid toolchain names starting with + Akrm Al-Hakimi 2025-12-16 21:52:27 -05:00
  • c75045d04f cli: add doc --releases to open release notes Josh Stone 2025-12-15 09:29:57 -08:00
  • 607729678d chore(deps): update actions/upload-artifact action to v6 renovate[bot] 2025-12-15 18:39:46 +00:00
  • 74271218ac chore(deps): update actions/cache action to v5 renovate[bot] 2025-12-15 17:32:06 +00:00
  • 2d80024a0f chore(deps): lock file maintenance renovate[bot] 2025-12-15 00:46:39 +00:00
  • 6e5ec8a642 dist: use more concise API in helper function Dirkjan Ochtman 2025-12-14 11:24:47 +01:00
  • e461c6dbf7 dist: inline more logic into helper function Dirkjan Ochtman 2025-12-14 11:24:08 +01:00
  • 99baf4eb57 dist: give helper function a more meaningful name Dirkjan Ochtman 2025-12-14 11:22:53 +01:00
  • e458c23121 dist: move helper function closer to usage site Dirkjan Ochtman 2025-12-14 11:22:26 +01:00
  • 06f4eacdaa docs(dev-guide): mention snapshot updating in release process rami3l 2025-12-13 23:25:03 +01:00
  • 17769335c7 fix(toolchain): avoid unwrapping when parsing a toolchain name Francisco Gouveia 2025-12-13 18:31:47 +00:00
  • ef3d77ef14 fix(toolchain): change regex to reject leading zeros in toolchain name Francisco Gouveia 2025-12-13 16:52:10 +00:00
  • 55e46a33f8 dist(rustup-init/sh): update commit shasum in help string rami3l 2025-12-11 14:41:32 +01:00
  • 2eaaa4bb06 docs(changelog): update for v1.29.0 beta release rami3l 2025-10-03 19:25:35 +08:00
  • 80dba30f46 dist: bump rustup version to v1.29.0 rami3l 2025-10-03 19:25:14 +08:00
  • 6c3180513c docs(changelog): add missing link references rami3l 2025-12-06 12:02:05 +01:00
  • a1b2ad14f3 test(static-roots): use a more compact syntax for raw binaries rami3l 2025-12-08 19:58:31 +01:00
  • e50adb013a test(static-roots): return Result from store_static_roots() rami3l 2025-12-08 19:58:30 +01:00
  • 1f2c3aaed3 download: statically bundle relevant trust anchors Dirkjan Ochtman 2025-07-12 11:24:24 +02:00
  • 999abea4d9 chore(deps): lock file maintenance renovate[bot] 2025-12-08 00:47:28 +00:00
  • 2d9fc7a358 Added xonsh support 1 2025-12-02 16:26:29 +06:00
  • 1450c0dbc9 chore(deps): lock file maintenance renovate[bot] 2025-12-01 00:41:52 +00:00
  • 526cb43087 refactor(dist/manifestation): remove redundant redeclarations rami3l 2025-11-29 13:30:46 +01:00
  • be2d34f438 docs(dist/download): remove outdated note on concurrent download progress reporting rami3l 2025-11-29 13:19:37 +01:00
  • 8aa1e7905d fix(dist/download): align total_bytes fields in progress reporting UI rami3l 2025-11-29 13:06:37 +01:00
  • 52753d58f8 fix: default to GNU host in Cygwin/MSYS/MinGW environments (#4221) akrm al-hakimi 2025-09-22 09:28:03 -04:00
  • 4317c3e15b chore(config): remove redundant imports rami3l 2025-11-27 21:45:30 +01:00
  • c353de01eb fix(dist/manifestation): print "downloading component" only on InstallEvents rami3l 2025-11-27 21:43:22 +01:00
  • 3181be8225 fix(utils): downgrade panic to warning in delete_dir_contents_following_links() rami3l 2025-11-23 18:47:20 +01:00
  • a1676f4adf chore(deps): update actions/checkout action to v6 renovate[bot] 2025-11-23 17:25:09 +00:00
  • 737a7cc981 chore(deps): lock file maintenance renovate[bot] 2025-11-24 00:29:28 +00:00
  • 933160346f Prepare for mdbook 0.5 migration Eric Huss 2025-11-21 12:43:11 -08:00
  • d0f431c517 dist: make installation asynchronous Dirkjan Ochtman 2025-11-19 13:37:00 +01:00
  • 5ec1cdbe25 dist: make installations 'static Dirkjan Ochtman 2025-11-19 11:23:46 +01:00
  • 93b9d233d8 dist: take ownership of Manifestation Dirkjan Ochtman 2025-11-19 11:19:30 +01:00
  • 36b2713051 dist: store owned temp::Context in Transaction Dirkjan Ochtman 2025-11-19 11:06:34 +01:00
  • e40750dfae dist: store temp::Context in DownloadCfg Dirkjan Ochtman 2025-11-19 11:02:19 +01:00
  • 538980f435 dist: align progress bar elements Dirkjan Ochtman 2025-11-19 10:32:32 +01:00
  • 4ae2012368 dist: track progress during unpacking Dirkjan Ochtman 2025-11-02 12:10:01 +01:00
  • bfc9a84ddd utils: drop unused reader tracking Dirkjan Ochtman 2025-11-02 11:57:52 +01:00
  • 24d6b7e1c1 process: fix refresh rate for progress bars Dirkjan Ochtman 2025-11-18 12:14:01 +01:00
  • d68913a569 process: reduce duplication in ProgressDrawTarget setup Dirkjan Ochtman 2025-11-18 12:11:09 +01:00
  • f7353d7929 Yield references from Manifest::short_name() Dirkjan Ochtman 2025-11-14 17:20:45 +01:00
  • 438ba956d2 Move Component name helpers to Manifest Dirkjan Ochtman 2025-11-14 17:17:09 +01:00
  • 6839030733 chore(deps): lock file maintenance renovate[bot] 2025-11-17 00:48:47 +00:00
  • d0a4151e58 dist: simplify ComponentBinary construction Dirkjan Ochtman 2025-11-16 14:10:06 +01:00
  • 0635282d90 dist: hoist creation of io_executor some more Dirkjan Ochtman 2025-11-14 16:28:13 +01:00
  • e57c60ba7f Move unpack_ram() from dist to diskio Dirkjan Ochtman 2025-11-14 16:26:07 +01:00
  • bdedd5055e dist: hoist Executor creation up Dirkjan Ochtman 2025-11-14 16:21:24 +01:00
  • 2d134dcfbd dist: inline effective RAM limit calculation Dirkjan Ochtman 2025-11-14 16:19:29 +01:00
  • 7856997cbe dist: hoist environment variable extraction Dirkjan Ochtman 2025-11-14 16:08:48 +01:00
  • e452927442 dist: use logging for missing parent warnings Dirkjan Ochtman 2025-11-14 15:53:12 +01:00
  • b74fb6da4d dist: clarify dependency on unpack RAM budget Dirkjan Ochtman 2025-11-14 15:48:11 +01:00
  • 38a056a0c7 diskio: clarify dependency on I/O thread count Dirkjan Ochtman 2025-11-14 15:43:03 +01:00
  • b4b9502e61 dist: transfer ownership of component values Dirkjan Ochtman 2025-11-14 15:39:18 +01:00
  • 8d918096c1 dist: take ownership of existing Components Dirkjan Ochtman 2025-11-14 15:35:20 +01:00
  • c4a1df65bc dist: take ownership of toolchain name in update() Dirkjan Ochtman 2025-11-14 15:26:21 +01:00
  • 7bfc0ce865 dist: take ownership of manifest in update() Dirkjan Ochtman 2025-11-14 15:16:09 +01:00