Skip to content

Commit 2a2d0dc

Browse files
committedApr 4, 2014
auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichton
This also changes some of the download links in the documentation to 'nightly'.
2 parents c2e4576 + 0875ffc commit 2a2d0dc

Some content is hidden

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

55 files changed

+136
-136
lines changed
 

‎README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ documentation.
3131

3232
To build from the [tarball] do:
3333

34-
$ curl -O http://static.rust-lang.org/dist/rust-0.10.tar.gz
35-
$ tar -xzf rust-0.10.tar.gz
36-
$ cd rust-0.10
34+
$ curl -O http://static.rust-lang.org/dist/rust-nightly.tar.gz
35+
$ tar -xzf rust-nightly.tar.gz
36+
$ cd rust-nightly
3737

3838
Or to build from the [repo] do:
3939

@@ -58,8 +58,8 @@ documentation.
5858
4. Enjoy!
5959

6060
[repo]: https://github.com/mozilla/rust
61-
[tarball]: http://static.rust-lang.org/dist/rust-0.10.tar.gz
62-
[tutorial]: http://static.rust-lang.org/doc/0.10/tutorial.html
61+
[tarball]: http://static.rust-lang.org/dist/rust-nightly.tar.gz
62+
[tutorial]: http://static.rust-lang.org/doc/nightly/tutorial.html
6363

6464
## Notes
6565

‎man/rustc.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH RUSTC "1" "March 2014" "rustc 0.10" "User Commands"
1+
.TH RUSTC "1" "March 2014" "rustc 0.11-pre" "User Commands"
22
.SH NAME
33
rustc \- rust compiler
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)
Please sign in to comment.