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

Commit e55464e

Browse files
authored
Merge pull request #29 from rust-lang/master
17.9.16.0.7
2 parents 4cfd7bc + 76aa4a8 commit e55464e

File tree

6 files changed

+202
-6
lines changed

6 files changed

+202
-6
lines changed

_data/team.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ people:
6363
name: E. Dunham
6464
emilio:
6565
name: Emilio Cobos Álvarez
66+
estebank:
67+
name: Esteban Kuber
6668
erickt:
6769
name: Erick Tryzelaar
6870
fitzgen:
@@ -197,7 +199,7 @@ teams:
197199
members: [KodrAus]
198200
- name: Compiler team
199201
responsibility: "compiler internals, optimizations"
200-
members: [arielb1, eddyb, nrc, petrochenkov, pnkfelix, nikomatsakis, jseyfried, michaelwoerister]
202+
members: [arielb1, eddyb, estebank, nrc, petrochenkov, pnkfelix, nikomatsakis, jseyfried, michaelwoerister]
201203
lead: nikomatsakis
202204
- name: Dev tools team
203205
responsibility: "overall direction for tools for working with Rust code"
@@ -209,7 +211,7 @@ teams:
209211
lead: nrc
210212
- name: Cargo team
211213
responsibility: "design and implementation of Cargo"
212-
members: [alexcrichton, carols10cents, withoutboats, matklad, wycats, aturon]
214+
members: [alexcrichton, carols10cents, withoutboats, matklad, wycats, joshtriplett, aturon]
213215
lead: aturon
214216
- name: Infrastructure team
215217
responsibility: "infrastructure supporting the Rust project itself: CI, releases, bots, metrics"

_data/users.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@
6767
url: https://www.atherenergy.com/
6868
logo: ather.svg
6969
how: "Sending scooter data to the cloud reliably."
70+
-
71+
name: Atlassian
72+
url: https://www.atlassian.com/
73+
logo: atlassian.svg
74+
how: "We use Rust in a service for analyzing terabytes of source code."
7075
-
7176
name: Autumn
7277
url: http://autumnai.com
@@ -488,3 +493,9 @@
488493
url: https://www.theaterdo.de/
489494
logo: tdo_schauspiel.svg
490495
how: "A <a href='https://github.com/rrbone/midioscar'>MIDI-to-OSC converter</a> is used in the <a href='https://www.theaterdo.de/detail/event/einstein-on-the-beach/'>\"Einstein On The Beach\"</a> opera play to power on-stage music and light systems."
496+
497+
-
498+
name: Centricular
499+
url: https://centricular.com
500+
logo: centricular.svg
501+
how: "Internal & Free Software projects and customer projects, mostly audio/video/multimedia processing related."

en-US/documentation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ will have a good grasp of the fundamental ideas behind Rust.
1515
## Learning Rust
1616

1717
[The Rust Programming Language][book]. Also known as "The Book",
18-
The Rust Programming Language is the most comprehensive resource for
19-
all topics related to Rust, and is the primary official document of
18+
The Rust Programming Language will introduce you to the main topics
19+
important to learning Rust, and get you to the point where you can
20+
be productive. The book is the primary official document of
2021
the language.
2122

2223
[Rust by Example][rbe]. A collection of self-contained Rust

en-US/security.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ <h2>Reporting a Bug</h2>
3636
<ul>
3737
<li>Contact the current security coordinator (<a href="mailto:[email protected]">Steve Klabnik</a>
3838
(<a href="https://pgp.mit.edu/pks/lookup?op=vindex&amp;search=0xDAE717EFE9424541">public key</a>)) directly.</li>
39-
<li>Contact the back-up contact (<a href="mailto:andersrb@gmail.com">Brian Anderson</a>
40-
(<a href="https://pgp.mit.edu/pks/lookup?op=vindex&amp;search=0x16457A6368CFF26F">public key</a>)) directly.</li>
39+
<li>Contact the back-up contact (<a href="mailto:alex@alexcrichton.com">Alex Crichton</a>
40+
(<a href="https://pgp.mit.edu/pks/lookup?op=vindex&amp;search=0x5D54B6F551FF5E33">public key</a>)) directly.</li>
4141
<li>Post on the <a href="https://internals.rust-lang.org/">internals forums</a>
4242
or ask in the #rust-internals IRC room on irc.mozilla.org.</li>
4343
</ul>

user-logos/atlassian.svg

Lines changed: 1 addition & 0 deletions
Loading

user-logos/centricular.svg

Lines changed: 181 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)