Changelog History
Page 4
-
v1.7.0 Changes
October 30, 2017- Improve clarity of component errors
- 0οΈβ£ Support
--default-toolchain none
- Automatically install override toolchain when missing
π [1.7.0]: https://github.com/rust-lang/rustup/releases/tag/1.7.0
Contributors: Aidan Hobson Sayers, Alan Du, Alex Crichton, Christoph Wurst, Jason Mobarak, Leon Isenberg, Simon Sapin, Vadim Petrochenkov
-
v1.6.0 Changes
August 30, 2017- π Fix support for s390x
- Fix
show
so it displays helpful information if the active toolchain is not installed - Fix uninstalling toolchains with stale symlinks
- Replace the hyper backend with a reqwest downloading backend
- Consistently give a toolchain argument in the help text
- π¦ Use
exec
on Unix where possible to help manage Unix signals
π [1.6.0]: https://github.com/rust-lang/rustup/releases/tag/1.6.0
Contributors: Alex Crichton, Chen Rotem Levy, Krishna Sundarram, Martin Geisler, Matt Brubeck, Matt Ickstadt, Michael Benfield, Michael Fletcher, Nick Cameron, Patrick Reisert, Ralf Jung, Sean McArthur, Steven Fackler
-
v1.5.0 Changes
June 24, 2017- Rename references to multirust to rustup where applicable
- β‘οΈ Update platform support in README
- π¦ Allow rustup to handle unavailable packages
- β‘οΈ Update libz-sys and curl-sys
- Teach rustup to override the toolchain from a version file
- β‘οΈ Update sha2 crate
- Check for unexpected cargo/rustc before install
- β‘οΈ Update PATH in .bash_profile
π [1.5.0]: https://github.com/rust-lang/rustup/releases/tag/1.5.0
Contributors: Allen Welkie, bors, Brian Anderson, Diggory Blake, Erick Tryzelaar, Ricardo Martins, ΠΡΡΡΠΌ ΠΠ°Π²Π»ΠΎΠ² [Artyom Pavlov]
-
v1.4.0 Changes
June 09, 2017- set_file_perms: if the file is already executable, keep it executable
- π Disable man support on Windows
- β‘οΈ VS 2017 updates
- Show version of rust being installed
- Detect MSVC 2017
- Use same precision as rustc for commit sha
- Fix prompt asking for msvc even though -y is provided
- π README: fix rust build dir
- π¦ Add support for XZ-compressed packages
- Add PATH in post-install message when not modifying PATH
- Cleanup download-related code in the rustup_dist crate
- β± Increase Rust detection timeout to 3 seconds
- Supress confusing NotADirectory error and show override missing
- β‘οΈ Don't try to update archive toolchains
- β‘οΈ Exit successfully on "update not yet available"
- Add a message when removing a component
- π Use ShellExecute rather than start.exe to open docs on windows
- β‘οΈ Clarify that rustup update updates rustup itself
- Ensure that intermediate directories exist when unpacking an entry
- π Add the rust lib dir (containing std-.dll) to the path on windows
- π§ Add x86_64-linux-android target
- Fix for help.rs suggestion
- Ignore remove_override_nonexistent on windows
- β‘οΈ Update proxy setting docs
- π» Add sensible-browser to the browser list
- Added help for
rustup toolchain link
Contributors: Andrea Canciani, bors, Brian Anderson, CrazyMerlyn, Diggory Blake, Fabio B, James Elford, Jim McGrath, johnthagen, Josh Lee, Kim Christensen, Marco A L Barbosa, Mateusz Mikula, Matthew, Matt Ickstadt, Mikhail Modin, Patrick Deuster, pxdeu, Ralf Jung, RaphaΓ«l Huchet, Robert Vally, theindigamer, Tommy Ip, Xidorn Quan
-
v1.3.0 Changes
May 09, 2017- π Add armv8l support
- β‘οΈ Update curl crate
- Fix inadvertent dependency on bash
- β‘οΈ Update openssl-probe to 0.1.1
- zsh completions cleanup
- Alias 'rustup toolchain uninstall' to 'rustup uninstall'
- Fix a typo in PowerShell completion script help
- Enforce timeouts for reading rustc version
- π Fix OpenSSL linkage by using the final install-directory in the build
π [1.3.0]: https://github.com/rust-lang/rustup/releases/tag/1.3.0
Contributors: bors, Brian Anderson, Diggory Blake, Greg Alexander, James Elford, Jordan Hiltunen, Justin Noah, Kang Seonghoon, Kevin K, Marco A L Barbosa
-
v1.2.0 Changes
April 08, 2017- Check ZDOTDIR when adding path to .zprofile
- β‘οΈ Update links and install page to include android support
- π Add bash completion guidance for macOS users
- π Support partial downloads
- Don't crash if modifying multiple profile files
π [1.2.0]: https://github.com/rust-lang/rustup/releases/tag/1.2.0
Contributors: Brian Anderson, James Elford, Jason Dreyzehner, Marco A L Barbosa, Wim Looman
-
v1.1.0 Changes
April 06, 2017- π§ Fix browser detection for Linux ppc64 and NetBSD
- β‘οΈ Update windows info
- β‘οΈ Update to markdown 0.2
- Make running program extension case insensitive
- π Add MIPS/s390x builders (with PPC64 compilation fixed)
- Fix two missing quotes of download error message
- π www: MIPS support and cleanups
- π Update release instructions
- Don't set low speed limits for curl
- π Attempt to fix msi build. Pin appveyor nightlies
- 0οΈβ£ Stop defaulting to \$PATH searches when the binary can't be found and causing infinite recursion
- β¬οΈ Upgrade openssl
- π» Improve browser detection and install instructions
- π Add android support to rustup-init.sh
- Add fallback to symlink if hardlink fails
- readme: add tmp dir hint to Contributing section
- π Fixed link to the list of supported platforms
- β‘οΈ Update job object code to match Cargo's
- π Added argument-documentation to rustup-init.sh
- π Add/remove multiple toolchains
- π Remove curl usage from appveyor
- Store downloaded files in a persistent directory until installation
- π Add android build support
- Fix up a bunch of things indicated by clippy
- Ensure librssl compatibility
- π RLS support
- π Add 'docs' alias
- Use correct name for undefined linked toolchain invocation
- π zsh install support
- π Add/remove multiple components+targets
- π Better error message when not running in a tty
- Indent help text
- Document installing to a custom location using CARGO_HOME and RUSTUP_HOME environment variables
- Aggressive remove_dir_all
Contributors: Aarthi Janakiraman, Alex Burka, Alex Crichton, bors, Brian Anderson, Christian Muirhead, Christopher Armstrong, Daniel Lockyer, Diggory Blake, Evgenii Pashkin, Grissiom, James Elford, Luca Bruno, Lyuha, Manish Goregaokar, Marc-Antoine Perennou, Marco A L Barbosa, Mikhail Pak, Nick Cameron, polonez, Sam Marshall, Steve Klabnik, TomΓ‘Ε‘ HΓΌbelbauer, topecongiro, Wang Xuerui
-
v1.0.0 Changes
December 15, 2016π [1.0.0]: https://github.com/rust-lang/rustup/releases/tag/1.0.0
Contributors: Alex Crichton, Andrew Koroluk, Arch, benaryorg, Benedikt Reinartz, BjΓΆrn Steinbrink, bors, Boutin, Michael, Brian Anderson, Cam Swords, Chungmin Park, Corey Farwell, Daniel Keep, David Salter, Diggory Blake, Drew Fisher, Erick Tryzelaar, Florian Gilcher, geemili, Guillaume Fraux, Ivan Nejgebauer, Ivan Petkov, Jacob Shaffer, Jake Goldsborough, James Lucas, Jeremiah Peschka, jethrogb, Jian Zeng, Jimmy Cuadra, Joe Wilm, Jorge Aparicio, Josh Machol, Josh Stone, Julien Blanchard, Kai Noda, Kai RoΓwag, Kamal Marhubi, Kevin K, Kevin Rauwolf, Kevin Yap, Knight, leonardo.yvens, llogiq, Marco A L Barbosa, Martin Pool, Matt Brubeck, mdinger, Michael DeWitt, Mika Attila, Nate Mara, NODA, Kai, Oliver Schneider, Patrick Reisert, Paul Padier, Ralph Giles, Raphael Cohn, Ri, Ricardo Martins, Ryan Havar, Ryan Kung, Severen Redwood, Tad Hardesty, Taylor Cramer, theindigamer, Tim Neumann, Tobias Bucher, trolleyman, Vadim Petrochenkov, Virgile Andreani, V Jackson, Vladimir, Wang Xuerui, Wayne Warren, Wesley Moore, Yasushi Abe, Y. T. Chung
-
v0.7.0 Changes
December 11, 2016- Correctly "detect" host endianness on MIPS
- Add powershell completions
- β‘οΈ Update toolchain used to build rustup
- π Support probing MIPS64 n64 targets
- π Support MIPS architectures in rustup-init.sh
- Automatically detect NetBSD during standard install
- π Fix symlink creation on windows
- Search PATH for binaries run by
rustup run
- Recursive tool invocations should invoke the proxy, not the tool directly
- β¬οΈ Upgrade error-chain
- π Add FAQ entry for downloading Rust source
- Rename ~/.multirust to ~/.rustup
- π Remove some codegen hacks
- β‘οΈ Update libc for MIPS64 host builds
- π Default to MSVC on Windows
π [0.7.0]: https://github.com/rust-lang/rustup/releases/tag/0.7.0
Contributors: Alex Crichton, Arch, bors, Brian Anderson, Diggory Blake, Kai RoΓwag, Kevin K, Oliver Schneider, Ryan Havar, Tobias Bucher, Wang Xuerui
-
v0.6.5 Changes
November 04, 2016- β‘οΈ Update bundled curl code
- π Remove old zsh completions
- βοΈ Fix two small typos in the error descriptions
- β‘οΈ Update README
- Fix name of bash completion directory
π [0.6.5]: https://github.com/rust-lang/rustup/releases/tag/0.6.5
Contributors: Alex Crichton, BjΓΆrn Steinbrink, Brian Anderson, Jian Zeng, Matt Brubeck