rami3l
e4f3ad6f89
docs(changelog): refine wording about the recommended download backend
1.28.2
2025-04-28 15:56:34 +00:00
rami3l
f7935a8ad2
dist: update commit shasum in rustup-init.sh
2025-04-28 15:56:34 +00:00
rami3l
d1f31992af
docs(changelog): mirror changes from the release announcement
2025-04-28 14:44:51 +00:00
rami3l
e10da85d01
docs(changelog): reflect changes since v1.28.2 beta
2025-04-28 14:44:51 +00:00
Dirkjan Ochtman
dc29129dd0
Deprecate native-tls as well
2025-04-28 13:52:08 +00:00
renovate[bot]
12841b83d3
chore(deps): lock file maintenance
2025-04-28 08:50:09 +00:00
Dirkjan Ochtman
b79969b8d0
Enable HTTP/2 support for reqwest download backend
2025-04-26 02:17:33 +00:00
Dirkjan Ochtman
a0946f057b
Set ALPN protocols for rustls backend
2025-04-26 02:17:33 +00:00
Joe Birr-Pixton
bdefc8acc0
Take rustls-platform-verifier 0.5.2
2025-04-25 18:13:41 +00:00
rami3l
02513fa722
docs(changelog): update for v1.28.2 release
...
Co-authored-by: Dirkjan Ochtman <dirkjan@ochtman.nl >
2025-04-25 13:03:35 +00:00
Dirkjan Ochtman
b0fc3db8a5
Emit tracing events from log facade calls
2025-04-25 10:47:08 +00:00
Dirkjan Ochtman
db9e76c078
download: show Debug representation for errors
2025-04-25 10:40:47 +00:00
Dirkjan Ochtman
d462b4e186
Clean up formatting in span arguments
2025-04-25 09:55:39 +00:00
Dirkjan Ochtman
7a42d6d902
Avoid repeated globals in tracing events
2025-04-25 09:55:39 +00:00
Dirkjan Ochtman
148f5e106d
Log original download errors immediately
2025-04-25 09:43:01 +00:00
Dirkjan Ochtman
f405664afe
Avoid importing anyhow::Result alias
2025-04-25 09:43:01 +00:00
rami3l
3200634356
feat(cli/rustup-mode): add aliases to rustup component remove
2025-04-25 07:15:56 +00:00
renovate[bot]
3f3f45f065
chore(deps): lock file maintenance
2025-04-25 04:46:54 +00:00
rami3l
19dba91602
docs(changelog): reflect changes since v1.28.2 beta
2025-04-22 15:40:26 +00:00
rami3l
94588ed2df
docs(changelog): add rationale of deprecating curl
2025-04-22 15:40:26 +00:00
renovate[bot]
814d641977
chore(deps): lock file maintenance
2025-04-21 06:45:51 +00:00
Josh Triplett
aeaef85615
Switch flate2 to use the zlib-rs backend
...
This backend is written in Rust, but has substantially higher
performance. And, as of the latest version, zlib-rs does not
export any C zlib symbols, so it won't conflict with other
implementations of zlib in the same process; thus, it doesn't conflict
with linking to C libraries that use zlib.
2025-04-19 11:04:43 +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
Jordan McQueen
2cc0829b65
Add toolchain_name to not installed bail msg
...
Regularly working with local custom toolchains that have reasonably high
cardinality, having this diagnostic would've saved me a good chunk of
time.
2025-04-17 08:37:57 +00:00
rami3l
52fce8964b
ci(windows): enable full test suite for ARM64 build
2025-04-16 11:00:43 +00:00
rami3l
d67d0e7d07
ci(windows): install clippy when needed
2025-04-16 11:00:43 +00:00
rami3l
c9836b9adb
ci(windows): fix the command adding rustup to $PATH
2025-04-16 11:00:43 +00:00
renovate[bot]
4031dd731c
chore(deps): lock file maintenance
2025-04-14 05:53:07 +00:00
rami3l
77863418e4
dist: update commit shasum in rustup-init.sh
2025-04-13 01:56:15 +00:00
rami3l
4edd08e3f2
docs(changelog): update for v1.28.2 release
2025-04-12 13:35:09 +00:00
rami3l
bf0aea6d2e
dist: bump rustup version to v1.28.2
2025-04-12 13:35:09 +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
Dirkjan Ochtman
3cd156c463
Warn about using curl
2025-04-07 15:52:23 +00:00
Dirkjan Ochtman
0788cd6d20
Simplify download API abstraction
2025-04-07 15:52:23 +00:00
Dirkjan Ochtman
a021acdf46
Drop workspace indirection
2025-04-07 15:52:23 +00:00
Dirkjan Ochtman
941f543143
Fold download crate back into rustup
2025-04-07 15:52:23 +00:00
Dirkjan Ochtman
77efaf1de8
download: merge integration test files
2025-04-07 15:52:23 +00:00
renovate[bot]
ca72ada1ad
chore(deps): lock file maintenance
2025-04-07 08:04:41 +00:00
Chris Denton
18b8e340f0
Test CARGO environment replacement
2025-04-04 12:22:40 +00:00
Chris Denton
f9ed6fc427
Update CARGO env var if it is a rustup proxy
2025-04-04 12:22:40 +00:00
renovate[bot]
4514d36fcc
chore(deps): lock file maintenance
2025-03-31 07:39:44 +00:00
Dirkjan Ochtman
bc820323d5
Tweak toolchain subcommand help text
2025-03-30 12:07:27 +00:00
Dirkjan Ochtman
027a625557
Move toolchain and default commands first
2025-03-30 12:07:27 +00:00
CLoaKY233
c89f131249
show toolchain paths in rustup show -v output
2025-03-30 10:58:42 +00:00
rami3l
6261788652
refactor(cli/self-update): save allocations in Nu::rcfiles()
2025-03-25 14:21:20 +00:00
rami3l
13fa296051
fix(cli/self-update)!: stop appending to env.nu due to deprecation
...
See <https://github.com/nushell/nushell/discussions/14860 > for more context.
2025-03-25 14:21:20 +00:00
rami3l
3d29f1a868
fix(cli/self-update): consider Windows paths in Nushell suggestions
2025-03-25 14:21:20 +00:00
rami3l
01c7a55cdc
refactor(cli/self-update): use path add in env.nu template
...
Co-authored-by: Yethal <26117918+Yethal@users.noreply.github.com >
2025-03-25 14:21:20 +00:00