1- # 1.13.0
1+ # Changelog
2+
3+ ## [ 1.17.0] - 2019-03-05
4+
5+ * [ Allow using inherited RUSTUP_UPDATE_ROOT variable in rustup-init.sh.] [ pr#1495 ]
6+ * [ Fix ` utils::copy_file ` for symlink.] [ pr#1521 ]
7+ * [ Improve formatting of longer download times in download tracker] [ pr#1547 ]
8+ * [ Basic 2018 edition fix] [ pr#1583 ]
9+ * [ Update rustup-init.sh for 32bit powerpc userland] [ pr#1587 ]
10+ * [ Reformat the entire codebase using ` cargo fmt ` ] [ pr#1585 ]
11+ * [ Support to open more documents directly in ` rustup doc ` ] [ pr#1597 ]
12+ * [ Fix HumanReadable#fmt] [ pr#1603 ]
13+ * [ Add more detail error messages when installing with some components has failed.] [ pr#1595 ]
14+ * [ Fix a panic when a component is missing] [ pr#1576 ]
15+ * [ Update to use ` dirs::home_dir() ` ] [ pr#1588 ]
16+ * [ Self update after updating a specific toolchain] [ pr#1605 ]
17+ * [ Add miri to rustup] [ pr#1606 ]
18+ * [ allow non-utf8 arguments to proxies] [ pr#1599 ]
19+ * [ rustup-dist: Use Download notifications to track install] [ pr#1593 ]
20+ * [ Deal cleanly with malformed default-host] [ pr#1578 ]
21+ * [ Better error message for missing binary] [ pr#1619 ]
22+ * [ Add tab completion instructions for PowerShell] [ pr#1623 ]
23+ * [ Add tab completion test for PowerShell] [ pr#1629 ]
24+ * [ When updating, show "removing old component" to avoid confusion] [ pr#1639 ]
25+ * [ Upgrade to Rust 2018 edition idioms] [ pr#1643 ]
26+ * [ Simplify host triplet passing code] [ pr#1645 ]
27+ * [ Remove telemetry] [ pr#1642 ]
28+ * [ Print default toolchain on ` rustup default ` without arguments] [ pr#1633 ]
29+ * [ Bring output of ` rustup show active-toolchain ` and ` rustup default ` into line with rest of rustup] [ pr#1654 ]
30+ * [ Deprecate cURL] [ pr#1660 ]
31+ * [ Thread toolchain through to error message] [ pr#1616 ]
32+ * [ Add Listing of Installed Components (` rustup component list --installed ` )] [ pr#1659 ]
33+ * [ Add ` clippy-driver ` as a proxy] [ pr#1679 ]
34+ * [ Remove the ` rustup-win-installer ` directory] [ pr#1666 ]
35+
36+ [ pr#1495 ] : https://github.com/rust-lang/rustup.rs/pull/1495
37+ [ pr#1521 ] : https://github.com/rust-lang/rustup.rs/pull/1521
38+ [ pr#1547 ] : https://github.com/rust-lang/rustup.rs/pull/1547
39+ [ pr#1583 ] : https://github.com/rust-lang/rustup.rs/pull/1583
40+ [ pr#1587 ] : https://github.com/rust-lang/rustup.rs/pull/1587
41+ [ pr#1585 ] : https://github.com/rust-lang/rustup.rs/pull/1585
42+ [ pr#1597 ] : https://github.com/rust-lang/rustup.rs/pull/1597
43+ [ pr#1603 ] : https://github.com/rust-lang/rustup.rs/pull/1603
44+ [ pr#1595 ] : https://github.com/rust-lang/rustup.rs/pull/1595
45+ [ pr#1576 ] : https://github.com/rust-lang/rustup.rs/pull/1576
46+ [ pr#1588 ] : https://github.com/rust-lang/rustup.rs/pull/1588
47+ [ pr#1605 ] : https://github.com/rust-lang/rustup.rs/pull/1605
48+ [ pr#1606 ] : https://github.com/rust-lang/rustup.rs/pull/1606
49+ [ pr#1599 ] : https://github.com/rust-lang/rustup.rs/pull/1599
50+ [ pr#1593 ] : https://github.com/rust-lang/rustup.rs/pull/1593
51+ [ pr#1578 ] : https://github.com/rust-lang/rustup.rs/pull/1578
52+ [ pr#1619 ] : https://github.com/rust-lang/rustup.rs/pull/1619
53+ [ pr#1623 ] : https://github.com/rust-lang/rustup.rs/pull/1623
54+ [ pr#1629 ] : https://github.com/rust-lang/rustup.rs/pull/1629
55+ [ pr#1639 ] : https://github.com/rust-lang/rustup.rs/pull/1639
56+ [ pr#1643 ] : https://github.com/rust-lang/rustup.rs/pull/1643
57+ [ pr#1645 ] : https://github.com/rust-lang/rustup.rs/pull/1645
58+ [ pr#1642 ] : https://github.com/rust-lang/rustup.rs/pull/1642
59+ [ pr#1633 ] : https://github.com/rust-lang/rustup.rs/pull/1633
60+ [ pr#1654 ] : https://github.com/rust-lang/rustup.rs/pull/1654
61+ [ pr#1660 ] : https://github.com/rust-lang/rustup.rs/pull/1660
62+ [ pr#1616 ] : https://github.com/rust-lang/rustup.rs/pull/1616
63+ [ pr#1659 ] : https://github.com/rust-lang/rustup.rs/pull/1659
64+ [ pr#1679 ] : https://github.com/rust-lang/rustup.rs/pull/1679
65+ [ pr#1666 ] : https://github.com/rust-lang/rustup.rs/pull/1666
66+
67+ ## [ 1.16.0] - 2018-12-06
68+
69+ * [ Fix rename_rls_remove test on Windows] [ pr#1561 ]
70+
71+ [ pr#1561 ] : https://github.com/rust-lang/rustup.rs/pull/1561
72+
73+ ## [ 1.15.0] - 2018-11-27
74+
75+ * [ More tweaks to renames] [ pr#1554 ]
76+ * [ Return Ok status when trying to add required component] [ pr#1553 ]
77+ * [ Use ` renames ` instead of ` rename ` to match the actual manifest] [ pr#1552 ]
78+ * [ Size optimizations: Build with LTO and alloc_system] [ pr#1526 ]
79+ * [ Use ` openssl-src ` from crates.io to link to OpenSSL] [ pr#1536 ]
80+ * [ Change handling of renames] [ pr#1549 ]
81+
82+ [ pr#1554 ] : https://github.com/rust-lang/rustup.rs/pull/1554
83+ [ pr#1553 ] : https://github.com/rust-lang/rustup.rs/pull/1553
84+ [ pr#1552 ] : https://github.com/rust-lang/rustup.rs/pull/1552
85+ [ pr#1526 ] : https://github.com/rust-lang/rustup.rs/pull/1526
86+ [ pr#1536 ] : https://github.com/rust-lang/rustup.rs/pull/1536
87+ [ pr#1549 ] : https://github.com/rust-lang/rustup.rs/pull/1549
88+
89+ ## [ 1.14.0] - 2018-10-04
90+
91+ * [ Fix Windows job management] [ pr#1511 ]
92+ * [ Preserve symlinks when installing] [ pr#1504 ]
93+ * [ Add ` --toolchain ` option to ` rustup doc ` ] [ pr#1478 ]
94+ * [ Fix removing toolchain fail when update-hash does not exist] [ pr#1472 ]
95+ * [ Add note about installing the Windows SDK component] [ pr#1468 ]
96+
97+ [ pr#1511 ] : https://github.com/rust-lang/rustup.rs/pull/1511
98+ [ pr#1504 ] : https://github.com/rust-lang/rustup.rs/pull/1504
99+ [ pr#1478 ] : https://github.com/rust-lang/rustup.rs/pull/1478
100+ [ pr#1472 ] : https://github.com/rust-lang/rustup.rs/pull/1472
101+ [ pr#1468 ] : https://github.com/rust-lang/rustup.rs/pull/1468
102+
103+ ## [ 1.13.0] - 2018-07-16
2104
3105* [ Add clippy to the tools list] [ pr1461 ]
4106
5107[ pr1461 ] : https://github.com/rust-lang/rustup.rs/pull/1461
6108
7109Contributors: Jane Lusby
8110
9- # 1.12.0
111+ ## [ 1.12.0] - 2018-07-07
10112
11113* [ Add --path flag to 'rustup doc'] [ pr1453 ]
12114* [ Add flag to "rustup show" for active-toolchain] [ pr1449 ]
@@ -49,31 +151,31 @@ Kornel, Stuart Dootson, Pietro Albini, Diggory Blake, Yuji Nakao,
49151Johannes Hofmann, CrLF0710, Aaron Lee, Brian Anderson, Mateusz Mikuła,
50152Segev Finer, Dan Aloni, Joeri van Ruth
51153
52- # 1.11.0
154+ ## [ 1.11.0] - 2018-02-13
53155
54156* [ windows: detect architecture on website, update to matching arch] [ pr1354 ]
55157
56158[ pr1354 ] : https://github.com/rust-lang/rustup.rs/pull/1354
57159
58160Contributors: Steffen Butzer
59161
60- # 1.10.0
162+ ## [ 1.10.0] - 2018-01-25
61163
62164* [ Warn when tools are missing and allow an override] [ pr1337 ]
63165
64166[ pr1337 ] : https://github.com/rust-lang/rustup.rs/pull/1337
65167
66168Contributors: Nick Cameron, Steffen Butzer
67169
68- # 1.9.0
170+ ## [ 1.9.0] - 2018-01-04
69171
70172* [ Fix self update errors filling in missing proxies] [ pr1326 ]
71173
72174[ pr1326 ] : https://github.com/rust-lang/rustup.rs/pull/1326
73175
74176Contributors: Alex Crichton
75177
76- # 1.8.0
178+ ## [ 1.8.0] - 2017-12-19
77179
78180* [ Add ` rustup run --install ` ] [ pr1295 ]
79181* [ Prevent ` rustup update ` to a toolchain without ` rustc ` or ` cargo ` ] [ pr1298 ]
@@ -85,7 +187,7 @@ Contributors: Alex Crichton
85187
86188Contributors: Alex Crichton, kennytm, Nick Cameron, Simon Sapin, Who? Me?!
87189
88- # 1.7.0
190+ ## [ 1.7.0] - 2017-10-30
89191
90192* [ Improve clarity of component errors] [ pr1255 ]
91193* [ Support ` --default-toolchain none ` ] [ pr1257 ]
@@ -98,7 +200,7 @@ Contributors: Alex Crichton, kennytm, Nick Cameron, Simon Sapin, Who? Me?!
98200Contributors: Aidan Hobson Sayers, Alan Du, Alex Crichton, Christoph Wurst,
99201Jason Mobarak, Leon Isenberg, Simon Sapin, Vadim Petrochenkov
100202
101- # 1.6.0
203+ ## [ 1.6.0] - 2017-08-30
102204
103205* [ Fix support for s390x] [ pr1228 ]
104206* [ Fix ` show ` so it displays helpful information if the active toolchain is not installed] [ pr1189 ]
@@ -118,7 +220,7 @@ Contributors: Alex Crichton, Chen Rotem Levy, Krishna Sundarram, Martin Geisler,
118220Matt Brubeck, Matt Ickstadt, Michael Benfield, Michael Fletcher, Nick Cameron,
119221Patrick Reisert, Ralf Jung, Sean McArthur, Steven Fackler
120222
121- # 1.5.0
223+ ## [ 1.5.0] - 2017-06-24
122224
123225* [ Rename references to multirust to rustup where applicable] ( https://github.com/rust-lang/rustup.rs/pull/1148 )
124226* [ Update platform support in README] ( https://github.com/rust-lang/rustup.rs/pull/1159 )
@@ -132,7 +234,7 @@ Patrick Reisert, Ralf Jung, Sean McArthur, Steven Fackler
132234Contributors: Allen Welkie, bors, Brian Anderson, Diggory Blake, Erick
133235Tryzelaar, Ricardo Martins, Артём Павлов [ Artyom Pavlov]
134236
135- # 1.4.0
237+ ## [ 1.4.0] - 2017-06-09
136238
137239* [ set_file_perms: if the file is already executable, keep it executable] ( https://github.com/rust-lang/rustup.rs/pull/1141 )
138240* [ Disable man support on Windows] ( https://github.com/rust-lang/rustup.rs/pull/1139 )
@@ -167,7 +269,7 @@ A L Barbosa, Mateusz Mikula, Matthew, Matt Ickstadt, Mikhail Modin, Patrick
167269Deuster, pxdeu, Ralf Jung, Raphaël Huchet, Robert Vally, theindigamer, Tommy Ip,
168270Xidorn Quan
169271
170- # 1.3.0
272+ ## [ 1.3.0] - 2017-05-09
171273
172274* [ Add armv8l support] ( https://github.com/rust-lang/rustup.rs/pull/1055 )
173275* [ Update curl crate] ( https://github.com/rust-lang/rustup.rs/pull/1101 )
@@ -182,7 +284,7 @@ Xidorn Quan
182284Contributors: bors, Brian Anderson, Diggory Blake, Greg Alexander, James Elford,
183285Jordan Hiltunen, Justin Noah, Kang Seonghoon, Kevin K, Marco A L Barbosa
184286
185- # 1.2.0
287+ ## [ 1.2.0] - 2017-04-08
186288
187289* [ Check ZDOTDIR when adding path to .zprofile] ( https://github.com/rust-lang/rustup.rs/pull/1038 )
188290* [ Update links and install page to include android support] ( https://github.com/rust-lang/rustup.rs/pull/1037 )
@@ -193,7 +295,7 @@ Jordan Hiltunen, Justin Noah, Kang Seonghoon, Kevin K, Marco A L Barbosa
193295Contributors: Brian Anderson, James Elford, Jason Dreyzehner, Marco A
194296L Barbosa, Wim Looman
195297
196- # 1.1.0
298+ ## [ 1.1.0] - 2017-04-06
197299
198300* [ Fix browser detection for Linux ppc64 and NetBSD] ( https://github.com/rust-lang/rustup.rs/pull/875 )
199301* [ Update windows info] ( https://github.com/rust-lang/rustup.rs/pull/879 )
@@ -237,7 +339,7 @@ Bruno, Lyuha, Manish Goregaokar, Marc-Antoine Perennou, Marco A L
237339Barbosa, Mikhail Pak, Nick Cameron, polonez, Sam Marshall, Steve
238340Klabnik, Tomáš Hübelbauer, topecongiro, Wang Xuerui
239341
240- # 1.0.0
342+ ## [ 1.0.0] - 2016-12-15
241343
242344* [ Statically link MSVC CRT] ( https://github.com/rust-lang/rustup.rs/pull/843 )
243345* [ Upgrade ~ /.multirust correctly from rustup-init] ( https://github.com/rust-lang/rustup.rs/pull/858 )
@@ -257,7 +359,7 @@ Cramer, theindigamer, Tim Neumann, Tobias Bucher, trolleyman, Vadim
257359Petrochenkov, Virgile Andreani, V Jackson, Vladimir, Wang Xuerui, Wayne Warren,
258360Wesley Moore, Yasushi Abe, Y. T. Chung
259361
260- # 0.7.0
362+ ## [ 0.7.0] - 2016-12-11
261363
262364* [ Correctly "detect" host endianness on MIPS] ( https://github.com/rust-lang/rustup.rs/pull/802 )
263365* [ Add powershell completions] ( https://github.com/rust-lang/rustup.rs/pull/801 )
@@ -278,7 +380,7 @@ Wesley Moore, Yasushi Abe, Y. T. Chung
278380Contributors: Alex Crichton, Arch, bors, Brian Anderson, Diggory Blake, Kai
279381Roßwag, Kevin K, Oliver Schneider, Ryan Havar, Tobias Bucher, Wang Xuerui
280382
281- # 0.6.5
383+ ## [ 0.6.5] - 2016-11-04
282384
283385* [ Update bundled curl code] ( https://github.com/rust-lang/rustup.rs/pull/790 )
284386* [ Remove old zsh completions] ( https://github.com/rust-lang/rustup.rs/pull/779 )
@@ -289,7 +391,7 @@ Roßwag, Kevin K, Oliver Schneider, Ryan Havar, Tobias Bucher, Wang Xuerui
289391Contributors: Alex Crichton, Björn Steinbrink, Brian Anderson, Jian Zeng, Matt
290392Brubeck
291393
292- # 0.6.4
394+ ## [ 0.6.4] - 2016-10-24
293395
294396* [ making rustup prepend cargo bin to path instead of append] ( https://github.com/rust-lang/rustup.rs/pull/707 )
295397* [ Use released version of rustls dependency] ( https://github.com/rust-lang/rustup.rs/pull/711 )
@@ -312,28 +414,28 @@ Contributors: Alex Crichton, Andrew Koroluk, Brian Anderson, Chungmin Park,
312414Diggory Blake, Guillaume Fraux, Jake Goldsborough, jethrogb, Kamal Marhubi,
313415Kevin K, Kevin Rauwolf, Raphael Cohn, Ricardo Martins
314416
315- # 0.6.3
417+ ## [ 0.6.3] - 2016-08-28
316418
317419* [ Disable anti-sudo check] ( https://github.com/rust-lang/rustup.rs/pull/698 )
318420* [ Fixed CI toolchain pinning] ( https://github.com/rust-lang/rustup.rs/pull/696 )
319421
320422Contributors: Brian Anderson
321423
322- # 0.6.2
424+ ## [ 0.6.2] - 2016-08-27
323425
324426* [ Add basic autocompletion for Zsh] ( https://github.com/rust-lang/rustup.rs/pull/689 )
325427* [ Sort toolchains by semantic version] ( https://github.com/rust-lang/rustup.rs/pull/688 )
326428
327429Contributors: Brian Anderson, Diggory Blake, Knight, Marco A L Barbosa
328430
329- # 0.6.1
431+ ## [ 0.6.1] - 2016-08-24
330432
331433* [ Fix mysterious crash on OS X 10.10+] ( https://github.com/rust-lang/rustup.rs/pull/684 )
332434* [ Fix ` component remove ` command and add a test for it] ( https://github.com/rust-lang/rustup.rs/pull/683 )
333435
334436Contributors: Brian Anderson, Diggory Blake
335437
336- # 0.6.0
438+ ## [ 0.6.0] - 2016-08-23
337439
338440* [ Print rustup version after update] ( https://github.com/rust-lang/rustup.rs/pull/614 )
339441* [ Don't spawn processes for copying] ( https://github.com/rust-lang/rustup.rs/pull/630 )
@@ -349,7 +451,7 @@ Contributors: Brian Anderson, Diggory Blake
349451Contributors: Alex Crichton, Brian Anderson, Diggory Blake, Ivan Nejgebauer Josh
350452Machol, Julien Blanchard, Patrick Reisert, Ri, Tim Neumann
351453
352- # 0.5.0
454+ ## [ 0.5.0] - 2016-07-30
353455
354456* [ List custom toolchains in ` rustup show ` ] ( https://github.com/rust-lang/rustup.rs/pull/620 )
355457* [ Add a usage example for local builds] ( https://github.com/rust-lang/rustup.rs/pull/622 )
@@ -362,7 +464,7 @@ Machol, Julien Blanchard, Patrick Reisert, Ri, Tim Neumann
362464Contributors: Brian Anderson, Cam Swords, Daniel Keep, Diggory Blake,
363465Florian Gilcher, Ivan Nejgebauer, theindigamer
364466
365- # 0.4.0
467+ ## [ 0.4.0] - 2016-07-22
366468
367469* [ Improve rustls CA certificate loading] ( https://github.com/rust-lang/rustup.rs/pull/585 )
368470* [ Detect ARMv7 CPUs without NEON extensions and treat as ARMv6] ( https://github.com/rust-lang/rustup.rs/pull/593 )
@@ -381,7 +483,7 @@ Florian Gilcher, Ivan Nejgebauer, theindigamer
381483Contributors: Alex Crichton, Brian Anderson, Ivan Nejgebauer, Jimmy
382484Cuadra, Martin Pool, Wesley Moore
383485
384- # 0.3.0
486+ ## [ 0.3.0] - 2016-07-14
385487
386488* [ Teach rustup to download manifests from the ` /staging/ ` directory] ( https://github.com/rust-lang/rustup.rs/pull/579 ) .
387489* [ Treat all HTTP client errors the same] ( https://github.com/rust-lang/rustup.rs/pull/578 ) .
@@ -407,7 +509,7 @@ Contributors: Alex Crichton, Brian Anderson, Drew Fisher, geemili,
407509Ivan Petkov, James Lucas, jethrogb, Kevin Yap, leonardo.yvens, Michael
408510DeWitt, Nate Mara, Virgile Andreani
409511
410- # 0.2.0
512+ ## [ 0.2.0] - 2016-06-21
411513
412514* [ Indicate correct path to remove in multirust upgrade instructions] ( https://github.com/rust-lang/rustup.rs/pull/518 ) .
413515* [ Bring back optional hyper with proxy support] ( https://github.com/rust-lang/rustup.rs/pull/532 ) .
@@ -433,17 +535,17 @@ Michael, Brian Anderson, Diggory Blake, Erick Tryzelaar, Ivan
433535Nejgebauer, Jeremiah Peschka, Josh Stone, Knight, mdinger, Ryan Kung,
434536Tad Hardesty
435537
436- # 0.1.12
538+ ## [ 0.1.12 ] - 2016-05- 12
437539
438540* [ Don't install when multirust metadata exists] ( https://github.com/rust-lang/rustup.rs/pull/456 ) .
439541
440- # 0.1.11
542+ ## [ 0.1.11] - 2016-05-12
441543
442544* [ Actually dispatch the ` rustup install ` command] ( https://github.com/rust-lang/rustup.rs/pull/444 ) .
443545* [ Migrate to libcurl instead of hyper] ( https://github.com/rust-lang/rustup.rs/pull/434 ) .
444546* [ Add error for downloading bogus versions] ( https://github.com/rust-lang/rustup.rs/pull/428 ) .
445547
446- # 0.1.10
548+ ## [ 0.1.10] - 2016-05-09
447549
448550* [ Multiple cli improvements] ( https://github.com/rust-lang/rustup.rs/pull/419 ) .
449551* [ Support HTTP protocol again] ( https://github.com/rust-lang/rustup.rs/pull/431 ) .
@@ -452,7 +554,7 @@ Tad Hardesty
452554* [ Don't panic when NativeSslStream lock is poisoned] ( https://github.com/rust-lang/rustup.rs/pull/429 ) .
453555* [ Fix multiple issues in schannel bindings] ( https://github.com/sfackler/schannel-rs/pull/1 )
454556
455- # 0.1.9
557+ ## [ 0.1.9] - 2016-05-07
456558
457559* [ Do TLS hostname verification] ( https://github.com/rust-lang/rustup.rs/pull/400 ) .
458560* [ Expand ` rustup show ` ] ( https://github.com/rust-lang/rustup.rs/pull/406 ) .
@@ -462,7 +564,7 @@ Tad Hardesty
462564* [ Fix color display during telemetry capture] ( https://github.com/rust-lang/rustup.rs/pull/394 ) .
463565* [ Make it less of an error for the self-update hash to be wrong] ( https://github.com/rust-lang/rustup.rs/pull/372 ) .
464566
465- # 0.1.8
567+ ## [ 0.1.8] - 2016-04-28
466568
467569* [ Initial telemetry implementation (disabled)] ( https://github.com/rust-lang/rustup.rs/pull/289 )
468570* [ Add hash to ` --version ` ] ( https://github.com/rust-lang/rustup.rs/pull/347 )
@@ -471,7 +573,7 @@ Tad Hardesty
471573* [ Add armv7l support to www] ( https://github.com/rust-lang/rustup.rs/pull/359 )
472574* [ Overhaul website] ( https://github.com/rust-lang/rustup.rs/pull/363 )
473575
474- # 0.1.7
576+ ## [ 0.1.7] - 2016-04-17
475577
476578* [ Fix overrides for Windows root directories] ( https://github.com/rust-lang/rustup.rs/pull/317 ) .
477579* [ Remove 'multirust' binary and rename crates] ( https://github.com/rust-lang/rustup.rs/pull/312 ) .
0 commit comments