Skip to content

Commit cbb6aeb

Browse files
authored
Merge branch 'master' into issue/1287/rustup-doc-browser
2 parents e735538 + 6e03f38 commit cbb6aeb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+6931
-4303
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
/target
33
/Cargo.lock
44
/.settings
5+
/.idea/
56
*~
67
/**/target

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# 1.11.0
2+
3+
* [windows: detect architecture on website, update to matching arch][pr1354]
4+
5+
[pr1354]: https://github.com/rust-lang-nursery/rustup.rs/pull/1354
6+
7+
Contributors: Steffen Butzer
8+
9+
# 1.10.0
10+
11+
* [Warn when tools are missing and allow an override][pr1337]
12+
13+
[pr1337]: https://github.com/rust-lang-nursery/rustup.rs/pull/1337
14+
15+
Contributors: Nick Cameron, Steffen Butzer
16+
17+
# 1.9.0
18+
19+
* [Fix self update errors filling in missing proxies][pr1326]
20+
21+
[pr1326]: https://github.com/rust-lang-nursery/rustup.rs/pull/1326
22+
23+
Contributors: Alex Crichton
24+
25+
# 1.8.0
26+
27+
* [Add `rustup run --install`][pr1295]
28+
* [Prevent `rustup update` to a toolchain without `rustc` or `cargo`][pr1298]
29+
* [Add support for `rustfmt` shims][pr1294]
30+
31+
[pr1295]: https://github.com/rust-lang-nursery/rustup.rs/pull/1295
32+
[pr1298]: https://github.com/rust-lang-nursery/rustup.rs/pull/1298
33+
[pr1294]: https://github.com/rust-lang-nursery/rustup.rs/pull/1294
34+
35+
Contributors: Alex Crichton, kennytm, Nick Cameron, Simon Sapin, Who? Me?!
36+
137
# 1.7.0
238

339
* [Improve clarity of component errors][pr1255]

0 commit comments

Comments
 (0)