Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 961a763

Browse files
authored
Merge pull request #15 from rust-lang/master
16.12.29.12.43
2 parents 3244aca + dcd6613 commit 961a763

File tree

9 files changed

+41
-24
lines changed

9 files changed

+41
-24
lines changed

_config.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: The Rust Programming Language
2-
stable: "1.13.0"
3-
stable_date: "2016-11-10"
4-
stable_blog: "https://blog.rust-lang.org/2016/11/10/Rust-1.13.html"
5-
stable_full_version: "rustc 1.13.0 (2c6933acc 2016-11-07)"
6-
beta: "1.14"
7-
beta_date: "2016-12-22"
8-
nightly: "1.15"
2+
stable: "1.14.0"
3+
stable_date: "2016-12-22"
4+
stable_blog: "https://blog.rust-lang.org/2016/12/22/Rust-1.14.html"
5+
stable_full_version: "rustc 1.14.0 (2c6933acc 2016-11-07)"
6+
beta: "1.15"
7+
beta_date: "2017-02-02"
8+
nightly: "1.16"
99
channels:
1010
- name: "stable"
11-
vers: "1.13.0"
12-
package: "1.13.0"
11+
vers: "1.14.0"
12+
package: "1.14.0"
1313
- name: "beta"
14-
vers: "1.14"
14+
vers: "1.15"
1515
package: "beta"
1616
- name: "nightly"
17-
vers: "1.15"
17+
vers: "1.16"
1818
package: "nightly"

_data/platforms.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,14 @@ stable:
2727
- i686-pc-windows-gnu
2828
- i686-pc-windows-msvc
2929
- i686-unknown-linux-gnu
30+
- mips-unknown-linux-gnu
31+
- mipsel-unknown-linux-gnu
32+
- mips64-unknown-linux-gnuabi64
3033
-
34+
- powerpc-unknown-linux-gnu
35+
- powerpc64-unknown-linux-gnu
36+
- powerpc64le-unknown-linux-gnu
37+
- s390x-unknown-linux-gnu
3138
- x86_64-apple-darwin
3239
- x86_64-pc-windows-gnu
3340
- x86_64-pc-windows-msvc

_layouts/ko-KR/basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</li>
2828
<li class="col-xs-12 col-md-10 menu">
2929
<h2><a href="/ko-KR/documentation.html">문서</a></h2>
30-
<h2><a href="/ko-KR/install.html">Install</a></h2>
30+
<h2><a href="/ko-KR/install.html">설치</a></h2>
3131
<h2><a href="/ko-KR/community.html">커뮤니티</a></h2>
3232
<h2><a href="/ko-KR/contribute.html">기여하기</a></h2>
3333
</li>

_layouts/zh-CN/basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</li>
2828
<li class="col-xs-12 col-md-10 menu">
2929
<h2><a href="/zh-CN/documentation.html">文档</a></h2>
30-
<h2><a href="/zh-CN/install.html">Install</a></h2>
30+
<h2><a href="/zh-CN/install.html">安装</a></h2>
3131
<h2><a href="/zh-CN/community.html">社区</a></h2>
3232
<h2><a href="/zh-CN/contribute.html">贡献</a></h2>
3333
</li>

_layouts/zh-CN/faq.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: default
3+
---
4+
5+
<link href='https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600' rel='stylesheet' type='text/css'>
6+
<link href='/css/syntax-highlight.css' rel='stylesheet' type='text/css'>
7+
8+
<div class="faq">
9+
{{ content }}
10+
</div>

zh-CN/contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ libs / community building
4343
-->
4444

4545
[#rust-internals]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-internals
46-
: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md
46+
[CONTRIBUTING.md]: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md
4747
[bugs]: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
4848
[coc]: https://www.rust-lang.org/conduct.html
4949
[community team]: https://www.rust-lang.org/team.html#Community

zh-CN/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Rust 语言文档 &middot; Rust 程序设计语言
66
# Rust 语言文档
77

88
如果您还不了解 Rust ,那么请先阅读 [Rust 程序设计语言][book]
9-
它将会帮您理清思路: Rust 是什么样的语言、如何按照它、以及它的语法概念(syntax and concepts)。
9+
它将会帮您理清思路: Rust 是什么样的语言、如何安装它、以及它的语法概念(syntax and concepts)。
1010
在看完本书后,您将成为一个登堂入室(intermediate)的 Rust 开发人员,并将很好地理解 Rust 背后的基本理念。
1111

1212
## 学习 Rust

zh-CN/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
</div>
1414
<div class="col-md-4">
1515
<a class="release-button" href="install.html">
16-
<div class="release-version">Install Rust <span>{{ site.stable }}</span></div>
16+
<div class="release-version">安装 Rust <span>{{ site.stable }}</span></div>
1717
</a>
18-
<div class="release-date">{{ site.stable_date | date: "%B %-d, %Y" }}</div>
18+
<div class="release-date">{{ site.stable_date | date: "%Y 年 %b 月 %-d 日" }}</div>
1919
</div>
2020
</div>
2121

zh-CN/install.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: zh-CN/default
33
title: Installation &middot; The Rust Programming Language
44
---
5-
<h1 class="rustup">Install Rust</h1>
5+
<h1 class="rustup">安装 Rust</h1>
66

77
<div class="row rustup-row">
88
<div class="col-md-8 instr-column">
@@ -13,14 +13,14 @@ <h1 class="rustup">Install Rust</h1>
1313

1414
<div id="platform-instructions-win" class="instructions" style="display: none;">
1515
<p>
16-
To install Rust, download and run
16+
安装 Rust:下载并运行
1717
<a href="https://win.rustup.rs">rustup&#x2011;init.exe</a>
18-
then follow the onscreen instructions.
18+
然后按照屏幕上的说明进行操作
1919
</p>
2020
</div>
2121

2222
<div id="platform-instructions-android" class="instructions" style="display: none;">
23-
<p>It looks like you are running Android.</p>
23+
<p>您似乎正在安卓(Android)操作系统上浏览本页面</p>
2424
<p>
2525
The Rust compiler does not run on Android directly (yet),
2626
but it does make it easy to cross-compile <em>to</em> Android.
@@ -59,9 +59,9 @@ <h1 class="rustup">Install Rust</h1>
5959

6060
<div>
6161
<p>
62-
If you are running Windows,<br/>download and run
62+
您正在使用的是 Windows 操作系统<br/>下载并运行
6363
<a href="https://win.rustup.rs">rustup&#x2011;init.exe</a>
64-
then follow the onscreen instructions.
64+
然后按照屏幕上的说明进行操作。
6565
</p>
6666
</div>
6767
</div>
@@ -72,7 +72,7 @@ <h1 class="rustup">Install Rust</h1>
7272
<div>
7373
<div class="release-version">Rust <span>{{ site.stable }}</span></div>
7474
<a href="{{ site.stable_blog }}">
75-
<div class="release-date">{{ site.stable_date | date: "%B %-d, %Y" }}</div>
75+
<div class="release-date">{{ site.stable_date | date: "%Y 年 %b 月 %-d日" }}</div>
7676
</a>
7777

7878
<br>

0 commit comments

Comments
 (0)