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

Commit b3211ac

Browse files
authored
Merge pull request #20 from rust-lang/master
17.6.10.12.17
2 parents a6f62da + f526525 commit b3211ac

25 files changed

+154
-407
lines changed

_config.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: The Rust Programming Language
2-
stable: "1.17.0"
3-
stable_date: "2017-04-27"
4-
stable_blog: "https://blog.rust-lang.org/2017/04/27/Rust-1.17.html"
5-
stable_full_version: "rustc 1.17.0 (56124baa9 2017-04-24)"
6-
beta: "1.18"
7-
beta_date: "2017-06-08"
8-
nightly: "1.19"
2+
stable: "1.18.0"
3+
stable_date: "2017-06-08"
4+
stable_blog: "https://blog.rust-lang.org/2017/06/08/Rust-1.18.html"
5+
stable_full_version: "rustc 1.18.0 (03fc9d622 2017-06-06)"
6+
beta: "1.19"
7+
beta_date: "2017-07-20"
8+
nightly: "1.20"
99
channels:
1010
- name: "stable"
11-
vers: "1.17.0"
12-
package: "1.17.0"
11+
vers: "1.18.0"
12+
package: "1.18.0"
1313
- name: "beta"
14-
vers: "1.18"
14+
vers: "1.19"
1515
package: "beta"
1616
- name: "nightly"
17-
vers: "1.19"
17+
vers: "1.20"
1818
package: "nightly"

_data/team.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ people:
156156
name: Yehuda Katz
157157
japaric:
158158
name: Jorge Aparicio
159+
scottmcm:
160+
name: Scott McMurray
161+
cramertj:
162+
name: Taylor Cramer
159163

160164
# Information about each team. Omit `lead` for teams without leaders.
161165
#
@@ -171,7 +175,7 @@ teams:
171175
lead: nikomatsakis
172176
- name: Language team shepherds
173177
responsibility: "helping guide language RFCs to completion, assisting the language team with its work"
174-
members: [solson, joshtriplett, whitequark]
178+
members: [solson, joshtriplett, whitequark, cramertj, scottmcm]
175179
- name: Library team
176180
responsibility: "the Rust standard library, rust-lang crates, conventions, and ecosystem support"
177181
members: [brson, alexcrichton, sfackler, BurntSushi, Kimundi, dtolnay, aturon]

_data/users.yml

+24-4
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@
163163
logo: etcface.png
164164
how: "ETCDEV Team is a group of professional software engineers working full time on Ethereum Classic core projects."
165165
-
166-
name: Ethcore
167-
url: https://ethcore.io
168-
logo: ethcore.png
169-
how: "<a href='https://ethcore.io/parity.html'>Powering the Ethereum revolution.</a>"
166+
name: Parity Technologies
167+
url: https://parity.io/
168+
logo: parity.png
169+
how: "<a href='https://parity.io/parity.html'>Powering the Ethereum revolution.</a>"
170170
-
171171
name: Everlane
172172
url: http://www.everlane.com/
@@ -247,6 +247,11 @@
247247
url: https://www.ovh.com
248248
logo: ovh.png
249249
how: "We used Rust to build a high performance, highly available <a href='https://www.runabove.com/paas-logs.xml'>log management system</a>."
250+
-
251+
name: Postlight
252+
url: https://postlight.com/
253+
logo: postlight.svg
254+
how: "We use Rust to generate logos from favicons in the <a href='https://mercury.postlight.com/amp-converter'>Mercury AMP Converter</a>."
250255
-
251256
name: Postmates
252257
url: https://postmates.com/
@@ -267,6 +272,11 @@
267272
url: https://sandstorm.io
268273
logo: sandstorm-logo-rust.svg
269274
how: "The backend of <a href='https://sandstorm.io/news/2016-08-09-collections-app'>our Collections app</a> is written in Rust."
275+
-
276+
name: Scality
277+
url: https://scality.com
278+
logo: scality.svg
279+
how: "Software-defined storage georeplication daemon"
270280
-
271281
name: Sentry
272282
url: https://www.getsentry.com/
@@ -387,3 +397,13 @@
387397
url: https://www.angelcam.com
388398
logo: angelcam.png
389399
how: "We developed an open lightweight client that finds compatible IP cameras on a local network and connects them to the cloud via encrypted tunnel."
400+
-
401+
name: tCell
402+
url: https://www.tcell.io
403+
logo: tcell.png
404+
how: "<a href='https://www.tcell.io/2017/06/agents-rust/'>tCell's agent is built using Rust</a> and runs in the app server as a means to collect data and block attacks."
405+
-
406+
name: Structure Systems
407+
url: https://www.structure.systems
408+
logo: structuresystems.svg
409+
how: "We develop software in Rust that helps organizations comply with information privacy/data protection rules."

_includes/example.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fn main() {
1+
fn main() {
22
let greetings = ["Hello", "Hola", "Bonjour",
33
"Ciao", "こんにちは", "안녕하세요",
44
"Cześć", "Olá", "Здравствуйте",
@@ -10,7 +10,7 @@ fn main() {
1010
0 => println!("This code is editable and runnable!"),
1111
1 => println!("Este código es editable y ejecutable!"),
1212
2 => println!("Ce code est modifiable et exécutable!"),
13-
3 => println!("Questo codice è modificabile e eseguibile!"),
13+
3 => println!("Questo codice è modificabile ed eseguibile!"),
1414
4 => println!("このコードは編集して実行出来ます!"),
1515
5 => println!("여기에서 코드를 수정하고 실행할 수 있습니다!"),
1616
6 => println!("Ten kod można edytować oraz uruchomić!"),

_layouts/zh-CN/basic.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<title>{{ page.title }}</title>
9-
<meta name="keywords" content="Rust, Rust 编程语言, rustlang, rust-lang, Mozilla Rust">
9+
<meta name="keywords" content="Rust, Rust 编程语言, Rust 语言, Rust 程序设计语言, rustlang, rust-lang, Mozilla Rust">
1010
<meta name="description" content="一种注重高效、安全、并行的系统程序语言。">
1111

1212
<link rel="stylesheet" href="/css/bootstrap.css">
@@ -18,7 +18,7 @@
1818

1919
<body class="container">
2020
<a href="https://github.com/rust-lang/rust">
21-
<img class="ribbon" style="display: none" src="/logos/forkme_zh_cn.svg" alt="Fork 在 GitHub 上的代码" width="298" height="298">
21+
<img class="ribbon" style="display: none" src="/logos/forkme_zh_cn.svg" alt="GitHub 上拷贝源码" width="298" height="298">
2222
</a>
2323

2424
<header>
@@ -40,7 +40,7 @@ <h2><a href="/zh-CN/contribute.html">贡献</a></h2>
4040
{{ content }}
4141

4242
<footer>
43-
<p>其他语言页面
43+
<p>本土化页面
4444
{% include footer.html %}
4545
</p>
4646
</footer>

en-US/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ their new owners).
14971497
How can I interoperate with C++ from Rust, or with Rust from C++?
14981498
</a></h3>
14991499

1500-
Rust and C++ can interoperate through C. Both Rust and C++ provide a [foreign function interface](https://doc.rust-lang.org/book/ffi.html) for C, and can use that to communicate between each other. If writing C bindings is too tedious, you can always use [rust-bindgen](https://github.com/crabtw/rust-bindgen) to help automatically generate workable C bindings.
1500+
Rust and C++ can interoperate through C. Both Rust and C++ provide a [foreign function interface](https://doc.rust-lang.org/book/ffi.html) for C, and can use that to communicate between each other. If writing C bindings is too tedious, you can always use [rust-bindgen](https://github.com/servo/rust-bindgen) to help automatically generate workable C bindings.
15011501

15021502
<h3><a href="#does-rust-have-cxx-style-constructors" name="does-rust-have-cxx-style-constructors">
15031503
Does Rust have C++-style constructors?

es-ES/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@ their new owners).
14901490
How can I interoperate with C++ from Rust, or with Rust from C++?
14911491
</a></h3>
14921492

1493-
Rust and C++ can interoperate through C. Both Rust and C++ provide a [foreign function interface](https://doc.rust-lang.org/book/ffi.html) for C, and can use that to communicate between each other. If writing C bindings is too tedious, you can always use [rust-bindgen](https://github.com/crabtw/rust-bindgen) to help automatically generate workable C bindings.
1493+
Rust and C++ can interoperate through C. Both Rust and C++ provide a [foreign function interface](https://doc.rust-lang.org/book/ffi.html) for C, and can use that to communicate between each other. If writing C bindings is too tedious, you can always use [rust-bindgen](https://github.com/servo/rust-bindgen) to help automatically generate workable C bindings.
14941494

14951495
<h3><a href="#does-rust-have-cxx-style-constructors" name="does-rust-have-cxx-style-constructors">
14961496
Does Rust have C++-style constructors?

fr-FR/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@ their new owners).
14901490
How can I interoperate with C++ from Rust, or with Rust from C++?
14911491
</a></h3>
14921492

1493-
Rust and C++ can interoperate through C. Both Rust and C++ provide a [foreign function interface](https://doc.rust-lang.org/book/ffi.html) for C, and can use that to communicate between each other. If writing C bindings is too tedious, you can always use [rust-bindgen](https://github.com/crabtw/rust-bindgen) to help automatically generate workable C bindings.
1493+
Rust and C++ can interoperate through C. Both Rust and C++ provide a [foreign function interface](https://doc.rust-lang.org/book/ffi.html) for C, and can use that to communicate between each other. If writing C bindings is too tedious, you can always use [rust-bindgen](https://github.com/servo/rust-bindgen) to help automatically generate workable C bindings.
14941494

14951495
<h3><a href="#does-rust-have-cxx-style-constructors" name="does-rust-have-cxx-style-constructors">
14961496
Does Rust have C++-style constructors?

it-IT/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1708,7 +1708,7 @@ Come posso interoperare il C++ da Rust, o il Rust da C++?
17081708
</a></h3>
17091709

17101710
Il Rust è il C++ possono interoperare tramite il C. Sia il Rust che il C++ forniscono una [foreign function interface](https://doc.rust-lang.org/book/ffi.html) per il C, che può essere utilizzata per comunicare tra di loro.
1711-
Se scrivere dei collegamenti in C è troppo complicato, puoi sempre utilizzare [rust-bindgen](https://github.com/crabtw/rust-bindgen) per generare automaticamente dei collegamenti C++ funzionanti.
1711+
Se scrivere dei collegamenti in C è troppo complicato, puoi sempre utilizzare [rust-bindgen](https://github.com/servo/rust-bindgen) per generare automaticamente dei collegamenti C++ funzionanti.
17121712

17131713
<h3><a href="#does-rust-have-cxx-style-constructors" name="does-rust-have-cxx-style-constructors">
17141714
Rust possiede dei costruttori in stile C++?

0 commit comments

Comments
 (0)