Commit Graph

  • 01d2b65d75 docs(dev-guide/tracing): make "Adding instrumentation" a level-2 title rami3l 2024-12-14 10:51:19 +08:00
  • 178c502bfa ci(windows): don't install awscli via choco rami3l 2024-12-12 12:54:50 +08:00
  • b2622d69cd test(mock/topical-doc-data): add test cases with both a flag and a topic rami3l 2024-11-26 21:59:10 +08:00
  • f34625ce88 refactor(test/mock): use tuples for topical_doc_data::TEST_CASES rami3l 2024-11-26 21:47:30 +08:00
  • 3b14eb5a67 feat(cli/rustup-mode): allow rustup doc with both a flag and a topic rami3l 2024-11-09 23:25:45 +08:00
  • a26a881047 refactor(toolchain): allow passing a fragment in Toolchain::doc_path() rami3l 2024-11-09 23:05:00 +08:00
  • 7085fec4dd refactor(toolchain): allow absolute paths in Toolchain::doc_path() rami3l 2024-11-09 22:46:58 +08:00
  • 81f63b10ba refactor(toolchain): simplify Toolchain::doc_path() rami3l 2024-11-09 22:53:35 +08:00
  • 3e43e2f005 refactor(cli/rustup-mode): rename doc_url to doc_path rami3l 2024-11-09 22:42:00 +08:00
  • 493a411026 refactor(cli/rustup-mode): make DocPage::path() return Option<&Path> rami3l 2024-11-09 22:31:15 +08:00
  • cbd5458263 refactor(cli/rustup-mode): move DocPage::name() to a separate impl block rami3l 2024-11-09 14:00:40 +08:00
  • c7326742c1 refactor(cli/topical-doc): clean up some funtions rami3l 2024-11-09 13:39:27 +08:00
  • b429f94af3 refactor(cli/rustup-mode): use early return in doc() rami3l 2024-11-09 11:09:07 +08:00
  • 1d65f01773 chore(deps): lock file maintenance renovate[bot] 2024-12-09 00:26:51 +00:00
  • fe906c97d3 Update semver-compatible dependencies Dirkjan Ochtman 2024-12-06 11:36:43 +01:00
  • 14470b2b14 fix: make sure no overflow on small screens Rustin170506 2024-11-19 21:03:38 +08:00
  • f7225aa8f1 feat: make the box white Rustin170506 2024-11-19 21:01:49 +08:00
  • bcff94dc6c feat: use the color form the rust website for tags, hr and copy button Rustin170506 2024-11-19 20:58:28 +08:00
  • e4cf805fec Add the main element and header to setup new layout Rustin170506 2024-11-19 20:53:22 +08:00
  • db0fb8219b chore: remove the old pitch first Rustin170506 2024-11-19 20:48:35 +08:00
  • 1f9774462e Apply clippy suggestions rami3l 2024-12-02 10:31:41 +08:00
  • 00b8d42bc0 Append to 1.28.0 changelog Dirkjan Ochtman 2024-11-25 16:14:52 +01:00
  • 68a212382f Bump version, commit and date in rustup-init.sh Dirkjan Ochtman 2024-11-25 16:12:36 +01:00
  • 861fd0f8e3 Clean up trailing whitespace in rustup-init.sh Dirkjan Ochtman 2024-11-25 16:12:16 +01:00
  • b6fdf2fa8a Add changelog for 1.28.0 Dirkjan Ochtman 2024-11-15 13:38:36 +01:00
  • 2e80a16845 Bump version to 1.28.0 Dirkjan Ochtman 2024-11-15 13:38:27 +01:00
  • d9b3601c3f chore(deps): lock file maintenance renovate[bot] 2024-11-25 01:50:30 +00:00
  • 4c651a591f chore(deps): update remove-dir-all to 1.0 Robert Collins 2024-11-22 14:43:01 +01:00
  • ad78cf3fc2 Add aliases for remove/uninstall/unset commands Josh Triplett 2024-11-20 14:18:27 -08:00
  • 55f767bede feat: add nushell support Jian 2024-11-20 21:22:28 +08:00
  • bd5ce472ad Upgrade to opentelemetry 0.27 Dirkjan Ochtman 2024-11-19 10:46:24 +01:00
  • c4832730f0 fix: add missing close body tag Rustin170506 2024-11-19 19:25:38 +08:00
  • ac9209da7b Upgrade thiserror to 2 Dirkjan Ochtman 2024-11-18 10:40:32 +01:00
  • 92f84fd637 Upgrade to rustls-platform-verifier 0.4 Dirkjan Ochtman 2024-11-18 10:31:39 +01:00
  • 0584441e76 chore(deps): lock file maintenance renovate[bot] 2024-11-18 02:15:35 +00:00
  • c8eddcb4c1 fix(cli/rustup-mode): remove .num_args() when .value_delimiter(',') is present rami3l 2024-11-13 21:05:21 +08:00
  • 1dc7139654 refactor(cli/rustup-mode): remove deprecated .use_value_delimiter() rami3l 2024-11-13 21:05:20 +08:00
  • 334916201e chore(config): migrate config .github/renovate.json renovate[bot] 2024-11-13 06:06:35 +00:00
  • 66f3a56be0 docs: update channel toolchain syntax Kyle Leonhard 2024-11-12 07:41:07 -08:00
  • f10ada2aeb feat(cli/rustup-mode): support more books in rustup doc rami3l 2024-11-09 23:56:18 +08:00
  • 01f5145378 style(cli/rustup-mode): reorder items in docs_data![] rami3l 2024-11-09 23:50:11 +08:00
  • 708ffd6aea fix: add powerpc64 and s390x to known target_arch values for tests Fabio Valentini 2024-05-23 18:11:56 +02:00
  • eafe1bf53a chore(deps): lock file maintenance renovate[bot] 2024-10-28 00:12:16 +00:00
  • e6e9e32a31 style(utils): put the mod declarations below the imports rami3l 2024-10-25 22:40:05 +08:00
  • af0fa6436d style: regroup some imports rami3l 2024-10-25 22:39:35 +08:00
  • db02369d18 refactor(utils): hoist utils::utils into utils rami3l 2024-10-25 21:38:00 +08:00
  • 8fedaa2a73 feat(rustup-init): detect and warn about existing settings.toml rami3l 2024-10-25 21:28:52 +08:00
  • 56ffeec944 fix: fix typo in check_existence_of_rustc_or_cargo_in_path() rami3l 2024-10-25 21:28:51 +08:00
  • cd8356ba56 style: allow using dbg!() across rustup::test rami3l 2024-10-25 21:26:20 +08:00
  • a8cab33af5 refactor(diskio): replace eprintln!() with debug!() rami3l 2024-10-25 21:26:19 +08:00
  • 4678cbed82 style: enable clippy::(dbg_macro|todo) across the workspace rami3l 2024-10-24 10:20:31 +08:00
  • 62d489cdd4 style: enable clippy::print_std(err|out) when applicable rami3l 2024-10-24 10:19:00 +08:00
  • cfffde5c91 style: introduce workspace-wide lint tables rami3l 2024-10-24 09:55:17 +08:00
  • 0376881ca2 build: use workspace.package properties in Cargo.toml rami3l 2024-10-06 12:24:17 +08:00
  • 09c4b28099 fix(config): improve error when overridden active custom toolchain isn't installed rami3l 2024-10-23 20:46:05 +08:00
  • 38b3eb6d18 fix(config): print special error for invalid toolchain name in override file rami3l 2024-10-23 20:46:05 +08:00
  • b177ea18f3 Update semver-compatible dependencies, except openssl-src Dirkjan Ochtman 2024-10-21 10:02:08 +02:00
  • 3db381b0be style(rustup-init/sh): ignore shellcheck SC2086 false positives rami3l 2024-10-14 10:04:39 +08:00
  • 0e8cf1a5f3 chore(deps): lock file maintenance renovate[bot] 2024-10-14 00:08:09 +00:00
  • a9c4362a1b fix(rustup-init/sh): fix incorrect TLS warning with curl v8.10 rami3l 2024-10-11 16:39:31 +08:00
  • a497b15550 chore(deps): update opentelemetry renovate[bot] 2024-10-09 12:33:39 +00:00
  • 89494c098c Update semver-compatible dependencies Dirkjan Ochtman 2024-10-07 11:06:50 +02:00
  • e774ac0e2b tests: rust-toolchain + profile in settings Luca Casonato 2024-10-02 16:46:42 +02:00
  • 9c29717831 chore(deps): lock file maintenance renovate[bot] 2024-09-30 00:21:43 +00:00
  • 8d18234c1d Remove unnecessary methods Yue Fei 2024-09-26 16:02:40 +08:00
  • bce3ed67d2 replace winreg dependency Yue Fei 2024-09-22 08:53:15 +08:00
  • e9961099ea Update remove_dir_all Chris Denton 2024-09-25 15:22:17 +00:00
  • d16e5e49b2 Update semver-compatible dependencies Dirkjan Ochtman 2024-09-23 10:03:07 +02:00
  • 9cf01dde8c refactor(cli/common)!: deny installing a host-incompatible toolchain w/o --force-non-host rami3l 2024-09-22 15:31:21 +08:00
  • d28e3065a2 refactor(cli/common)!: take in toolchain: String in warn_if_host_is_incompatible() rami3l 2024-09-22 15:25:53 +08:00
  • 6c53684386 feat(cli/rustup-mode): add --force-non-host to rustup default rami3l 2024-09-22 15:05:10 +08:00
  • 8df6d01628 refactor(config)!: pass the force_non_host flag to Cfg::ensure_installed() rami3l 2024-09-22 15:01:50 +08:00
  • d4070018f2 refactor(cli/rustup-mode): rename forced to force_non_host rami3l 2024-09-22 14:51:40 +08:00
  • 3c53cbc3fd docs(README): Point out where to find nightly/master docs. Luna Saphie Mittelbach 2024-09-18 15:55:35 +02:00
  • a1a6f31080 Note that selecting VS lang packs is optional Chris Denton 2024-09-18 10:16:37 +00:00
  • d89f7853ec Make symlink_or_hardlink_file remove dest Chris Denton 2024-09-17 10:11:31 +00:00
  • e3f9a1418b Try symlinking proxies first Chris Denton 2024-09-16 18:29:06 +00:00
  • ccc668ccf8 Update semver-compatible dependencies, except openssl-src Dirkjan Ochtman 2024-09-16 09:32:09 +02:00
  • 7d3c122769 chore(deps): update opentelemetry renovate[bot] 2024-09-10 13:16:19 +00:00
  • 15a7ec40f0 Update semver-compatible dependencies, except openssl-src Dirkjan Ochtman 2024-09-09 09:47:48 +02:00
  • 8a3ae46b67 Apply clippy suggestions from 1.81 Dirkjan Ochtman 2024-09-09 09:33:23 +02:00
  • d2888052ed feat(cli/rustup-mode)!: set log level to INFO/DEBUG on --quiet/--verbose if RUSTUP_LOG is unset rami3l 2024-08-11 11:21:31 +08:00
  • c06ad89411 refactor(cli/setup-mode): extract update_console_logger() rami3l 2024-08-22 14:56:24 +08:00
  • 94640c435e fix(cli/setup-mode): simplify description for --quiet rami3l 2024-08-22 14:46:45 +08:00
  • ca19164807 feat(cli/setup-mode)!: set log level to DEBUG on --verbose if RUSTUP_LOG is unset rami3l 2024-08-11 11:21:17 +08:00
  • 63d63ea958 refactor(common)!: remove verbose flag in several places rami3l 2024-08-10 20:16:04 +08:00
  • f7b6887254 refactor(config): simplify find_or_install_active_toolchain() rami3l 2024-08-09 20:00:43 +08:00
  • e534db9806 refactor(config)!: return LocalToolchainName from find_or_install_active_toolchain() rami3l 2024-08-09 19:57:55 +08:00
  • 106a5ef7ba refactor(config): simplify resolve_toolchain() rami3l 2024-08-09 18:32:04 +08:00
  • 12a7bb6da9 refactor(config): simplify toolchain_from_partial() rami3l 2024-08-09 18:31:10 +08:00
  • 298c7d21b5 chore(deps): lock file maintenance renovate[bot] 2024-09-02 01:19:53 +00:00
  • 846001f76e chore(triage): allow transferring issues to other org repos rami3l 2024-08-30 10:46:56 +08:00
  • a4b8ae103f chore(deps): lock file maintenance renovate[bot] 2024-08-26 01:50:23 +00:00
  • 141cc10d32 Allow rustup doc to search for unions taylor.fish 2024-08-24 14:00:55 -07:00
  • c91692a1bd docs(user-guide): add a link to the latest "Previous components" section rami3l 2024-08-12 18:56:45 +08:00
  • eac32448c8 test(cli_v2): introduce update_removed_component_toolchain() rami3l 2024-07-02 22:19:30 +08:00
  • d7a3c2e62d feat(dist): add notes for stable and beta in components_missing_msg() rami3l 2024-07-02 22:47:45 +08:00
  • d7fd9ed458 refactor(dist): inline some const strings in components_missing_msg() rami3l 2024-07-02 22:12:36 +08:00
  • 8465df1f54 refactor(dist): extract "nightly tips" out of the match block in components_missing_msg() rami3l 2024-07-02 21:59:44 +08:00
  • 95e7066fdd fix: fix typo in several places rami3l 2024-07-02 21:21:00 +08:00