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

Commit f7da427

Browse files
authored
Merge pull request #30 from rust-lang/master
17.9.21.17.34
2 parents e55464e + 1339361 commit f7da427

File tree

6 files changed

+58
-7
lines changed

6 files changed

+58
-7
lines changed

_data/team.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ people:
9797
irc: jseyfried
9898
jwilm:
9999
name: Joe Wilm
100+
kennytm:
101+
name: kennytm
100102
killercup:
101103
name: Pascal Hertleif
102104
Kimundi:
@@ -156,6 +158,8 @@ people:
156158
irc: scott
157159
steveklabnik:
158160
name: Steve Klabnik
161+
tomprince:
162+
name: Tom Prince
159163
TimNN:
160164
name: Tim Neumann
161165
vadimcn:
@@ -215,7 +219,7 @@ teams:
215219
lead: aturon
216220
- name: Infrastructure team
217221
responsibility: "infrastructure supporting the Rust project itself: CI, releases, bots, metrics"
218-
members: [alexcrichton, shepmaster, aidanhs, TimNN, carols10cents, Mark-Simulacrum, erickt, aturon]
222+
members: [alexcrichton, shepmaster, aidanhs, TimNN, carols10cents, Mark-Simulacrum, erickt, tomprince, kennytm, aturon]
219223
lead: aturon
220224
221225
- name: Community team

_data/users.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@
207207
url: https://www.honeypot.io/
208208
logo: honeypot.svg
209209
how: "We <a href='http://blog.honeypot.io/open-sourcing-searchspot/'>built and use Searchspot</a>, a kind of search engine based on Elasticsearch. Recruiters use it to search for the developers they're looking for."
210+
-
211+
name: ImageOptim
212+
url: https://imageoptim.com
213+
logo: imageoptim.png
214+
how: 'High-efficiency modern JPEG encoder written in Rust is at the heart of the <a href="https://imageoptim.com/api">image compression web service</a>.'
210215
-
211216
name: krypt.co
212217
url: https://krypt.co
@@ -499,3 +504,8 @@
499504
url: https://centricular.com
500505
logo: centricular.svg
501506
how: "Internal & Free Software projects and customer projects, mostly audio/video/multimedia processing related."
507+
-
508+
name: Galois
509+
url: https://galois.com
510+
logo: galois.svg
511+
how: "Galois is integrating Rust with high-assurance technologies like the seL4 secure microkernel to build the next generation of trustworthy cyber-physical systems."

en-US/security.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,11 @@ <h2>Receiving Security Updates</h2>
7979

8080
<p>The best way to receive all the security announcements is to subscribe to
8181
the <a
82-
href="https://groups.google.com/forum/#!forum/rustlang-security-announcements">Rust
83-
security announcements mailing list</a>. The mailing list is very low traffic,
84-
and it receives the public notifications the moment the embargo is lifted.</p>
82+
href="https://groups.google.com/group/rustlang-security-announcements/subscribe">Rust
83+
security announcements mailing list</a> (alternatively by sending an email to <a
84+
85+
The mailing list is very low traffic, and it receives the public notifications the
86+
moment the embargo is lifted.</p>
8587

8688
<h3>Advance notification</h3>
8789

user-logos/galois.svg

Lines changed: 35 additions & 0 deletions
Loading

user-logos/imageoptim.png

14.8 KB
Loading

zh-CN/faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ Rust 由一个从全局角度出发,为项目设定愿景和优先事项的核
7575
</a></h3>
7676

7777
1. 我们不使用任何特别尖端的技术。旧的、成熟的技术更好。
78-
2. 我们不会夸奖其他目标的表现力、极简主义或优雅。这些是可取的,但不是主要目标
79-
3. 我们不打算覆盖 C++ 或任何其他语言的完整功能集。Rust 应提供较常使用功能
78+
2. 我们不把表现力、极简或优雅看的比其他目标更重要。这些特性值得拥有,但这不是主要目标
79+
3. 我们不打算覆盖 C++ 或任何其他语言的完整功能集。Rust 应提供适用于大部分场景的功能
8080
4. 我们不打算做到 100% 静态, 100% 安全, 100% 反射或任何其他意义上的教条主义。存在权衡。
81-
5. 我们不打算使 Rust 能在「每个可能的平台」上运行。它必须没有不必要的妥协,最终适用于广泛使用的硬件和软件平台。
81+
5. 我们不强求 Rust 能在「每个可能的平台」上运行。它必须没有不必要的妥协,最终适用于广泛使用的硬件和软件平台。
8282

8383
<h3><a href="#how-does-mozilla-use-rust" name="how-does-mozilla-use-rust">
8484
Mozilla 的哪些项目使用 Rust?

0 commit comments

Comments
 (0)