Skip to content

Commit a75ef65

Browse files
authored
Merge branch 'master' into master
2 parents 75d30f9 + 793aac3 commit a75ef65

Some content is hidden

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

80 files changed

+6961
-4314
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

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,3 @@ deploy:
156156
secure: "fcKM0bWHz1UJVnZdQl/kCrFCykDkdwOAy1o5LAsUEkgNwSiWF4qC2sqHUbz2hCIe2tD5D8UCqa7brgSz0HNTL1yvSeOO/0Vim8xP9ev9SMf0Muekq0Wj/Kw4kJ3C4ajHdOdF2zXGnw9tsitzylLqx/r8cu0S8UtI49sIAWF3+/dD/uGnXu+wtaYiUJ1znirDzq74rHLrk8M/kQDFTrDJ8D+wXbKSJP9nmKkFShkW8A71QmaCOUqG3q7SpylY81rKRjHjtXCWJ3CHkD7XpdxdsImnukDtt8OndJH+9691TPKcR/RUC/dnUYg5QignmV83AN84c2/6ZykarQ9M/ziBYRI92bj0vPhoHu/vk2HY1VgWlX9qbXfVzd8glfmtS6be7eNYPtEHxoSu9o6WSbVaFv/07IapY/f7vE0kflvW58hRjdy8k4Sv31qPFO0hs7NFJMCRCam/uPpWKTEhfIjAJH6PoXOvND92ZHi9rjnwfVtXEClYtl5vPkRgPTkKJXzF+jVl9sDX1WhZhfgqRNNWEVyfoiptNxHygavDGCPsjpKVMmvntM8dsMZmewSeKemratN2seTP5q4d/IVbgONXiH/SDFhzXkIy4W/MdbxEjXBaVW0DT7x5k/CZhx1ZBIquWhE52nZWpBsJdpCiWl9AORDYVQnCjNp8hWXX7TlIBe4="
157157
on:
158158
branch: stable
159-
160-
# FIXME: I don't know if this really works
161-
after_deploy:
162-
- sudo pip install awscli
163-
- aws configure set preview.cloudfront true
164-
- aws cloudfront create-invalidation --paths "rustup/$TARGET/* rustup/dev/$TARGET/* rustup/www/* rustup/dev/www/* rustup/* rustup/dev/*"

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)