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

Commit e6f5683

Browse files
authored
Merge pull request #15 from rust-lang/master
17.5.6.18.20
2 parents 4f62a22 + d2f31b3 commit e6f5683

36 files changed

+98
-63
lines changed

_data/team.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ people:
4646
dotdash:
4747
name: Björn Steinbrink
4848
irc: doener
49+
dtolnay:
50+
name: David Tolnay
4951
eddyb:
5052
name: Eduard Burtescu
5153
edunham:
@@ -137,8 +139,8 @@ teams:
137139
members: [eddyb, nrc, pnkfelix, nikomatsakis, aturon, withoutboats]
138140
lead: nikomatsakis
139141
- name: Library team
140-
responsibility: "the Rust standard library, rust-lang crates, conventions"
141-
members: [brson, alexcrichton, sfackler, BurntSushi, Kimundi, aturon]
142+
responsibility: "the Rust standard library, rust-lang crates, conventions, and ecosystem support"
143+
members: [brson, alexcrichton, sfackler, BurntSushi, Kimundi, dtolnay, aturon]
142144
lead: aturon
143145
- name: Compiler team
144146
responsibility: "compiler internals, optimizations"

_data/users.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@
187187
url: https://www.honeypot.io/
188188
logo: honeypot.svg
189189
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."
190+
-
191+
name: krypt.co
192+
url: https://krypt.co
193+
logo: krypt.co.png
194+
how: "Shared code between iOS and Android for <a href='https://github.com/kryptco/ssh-wire'>SSH host signature verification</a> as well as a <a href='https://github.com/KryptCo/kr/tree/master/pkcs11shim'>PKCS11 shared library</a>."
190195
-
191196
name: LINE
192197
url: https://line.me/
@@ -282,6 +287,11 @@
282287
url: https://stratumsecurity.com/
283288
logo: stratum.png
284289
how: "Data exfiltration testing and Application Security."
290+
-
291+
name: superscale networks
292+
url: https://www.superscale.io/
293+
logo: superscale.svg
294+
how: "We run rust-mips on tens of thousands of linux routers with 4-16Mb RAM. Rust is the only modern language that has low enough runtime constrains to make this possible."
285295
-
286296
name: Telenor Digital
287297
url: https://www.telenordigital.com/

en-US/contribute-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ TODO: blogging, translation
5656
[Rust Design Patterns]: https://github.com/nrc/patterns
5757
[Rust Style Guidelines]: https://doc.rust-lang.org/style/index.html
5858
[The Book]: https://doc.rust-lang.org/book/index.html
59-
[The Rust Reference]: https://doc.rust-lang.org/reference.html
59+
[The Rust Reference]: https://doc.rust-lang.org/reference
6060
[The Rustonomicon]: https://doc.rust-lang.org/nomicon/index.html
6161
[awesome-rust]: https://github.com/kud1ing/awesome-rust
6262
[crate_docs]: https://users.rust-lang.org/t/lets-talk-about-ecosystem-documentation/2791

en-US/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ the errors produced by the Rust compiler.
6464

6565
[api]: https://doc.rust-lang.org/std/
6666
[syn]: https://doc.rust-lang.org/book/syntax-index.html
67-
[ref]: https://doc.rust-lang.org/reference.html
67+
[ref]: https://doc.rust-lang.org/reference
6868
[cargo]: http://doc.crates.io/guide.html
6969
[err]: https://doc.rust-lang.org/error-index.html
7070
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md

en-US/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ TODO: Write this answer.
10301030
What's the idiomatic way to express platform-specific behavior in Rust?
10311031
</a></h3>
10321032

1033-
Platform-specific behavior can be expressed using [conditional compilation attributes](https://doc.rust-lang.org/reference.html#conditional-compilation) such as `target_os`, `target_family`, `target_endian`, etc.
1033+
Platform-specific behavior can be expressed using [conditional compilation attributes](https://doc.rust-lang.org/reference/attributes.html#conditional-compilation) such as `target_os`, `target_family`, `target_endian`, etc.
10341034

10351035
<h3><a href="#can-rust-be-used-for-android-ios-programs" name="can-rust-be-used-for-android-ios-programs">
10361036
Can Rust be used for Android/iOS programming?

en-US/user-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Budapest.
110110

111111
[Rust Group Coimbatore](https://github.com/dvigneshwer/Rust_Group_Coimbatore), Coimbatore.
112112

113-
[Rust Bangalore](https://twitter.com/rustox), Bangalore.
113+
[Rust Bangalore](https://www.meetup.com/rustox/), Bangalore.
114114

115115
## Indonesia
116116

es-ES/contribute-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ TODO: blogging, translation
5656
[Rust Design Patterns]: https://github.com/nrc/patterns
5757
[Rust Style Guidelines]: https://doc.rust-lang.org/style/index.html
5858
[The Book]: https://doc.rust-lang.org/book/index.html
59-
[The Rust Reference]: https://doc.rust-lang.org/reference.html
59+
[The Rust Reference]: https://doc.rust-lang.org/reference
6060
[The Rustonomicon]: https://doc.rust-lang.org/nomicon/index.html
6161
[awesome-rust]: https://github.com/kud1ing/awesome-rust
6262
[crate_docs]: https://users.rust-lang.org/t/lets-talk-about-ecosystem-documentation/2791

es-ES/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ cada lanzamiento.
5959

6060
[api]: https://doc.rust-lang.org/std/
6161
[syn]: https://doc.rust-lang.org/book/syntax-index.html
62-
[ref]: https://doc.rust-lang.org/reference.html
62+
[ref]: https://doc.rust-lang.org/reference
6363
[cargo]: http://doc.crates.io/guide.html
6464
[err]: https://doc.rust-lang.org/error-index.html
6565
[release_notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md

es-ES/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ TODO: Write this answer.
10301030
What's the idiomatic way to express platform-specific behavior in Rust?
10311031
</a></h3>
10321032

1033-
Platform-specific behavior can be expressed using [conditional compilation attributes](https://doc.rust-lang.org/reference.html#conditional-compilation) such as `target_os`, `target_family`, `target_endian`, etc.
1033+
Platform-specific behavior can be expressed using [conditional compilation attributes](https://doc.rust-lang.org/reference/attributes.html#conditional-compilation) such as `target_os`, `target_family`, `target_endian`, etc.
10341034

10351035
<h3><a href="#can-rust-be-used-for-android-ios-programs" name="can-rust-be-used-for-android-ios-programs">
10361036
Can Rust be used for Android/iOS programming?

fr-FR/contribute-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ TODO: blogging, translation
2727
[Rust Design Patterns]: https://github.com/nrc/patterns
2828
[Rust Style Guidelines]: https://doc.rust-lang.org/style/index.html
2929
[The Book]: https://doc.rust-lang.org/book/index.html
30-
[The Rust Reference]: https://doc.rust-lang.org/reference.html
30+
[The Rust Reference]: https://doc.rust-lang.org/reference
3131
[The Rustonomicon]: https://doc.rust-lang.org/nomicon/index.html
3232
[awesome-rust]: https://github.com/kud1ing/awesome-rust
3333
[crate_docs]: https://users.rust-lang.org/t/lets-talk-about-ecosystem-documentation/2791

0 commit comments

Comments
 (0)