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

Commit 012dde1

Browse files
authored
Merge pull request #9 from rust-lang/master
16.11.25.19.28
2 parents c40a587 + 0ec63f0 commit 012dde1

File tree

7 files changed

+71
-10
lines changed

7 files changed

+71
-10
lines changed

_config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: The Rust Programming Language
2-
stable: "1.12.1"
3-
stable_date: "2016-10-20"
4-
stable_blog: "/2016/10/20/Rust-1.12.1.html"
5-
beta: "1.13"
6-
beta_date: "2016-11-10"
7-
nightly: "1.14"
2+
stable: "1.13.0"
3+
stable_date: "2016-11-10"
4+
stable_blog: "/2016/11/10/Rust-1.13.html"
5+
beta: "1.14"
6+
beta_date: "2016-12-22"
7+
nightly: "1.15"

_data/team.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ people:
118118
name: Without Boats
119119
wycats:
120120
name: Yehuda Katz
121+
japaric:
122+
name: Jorge Aparicio
121123

122124
# Information about each team. Omit `lead` for teams without leaders.
123125
#
@@ -141,7 +143,7 @@ teams:
141143
lead: nikomatsakis
142144
- name: Tooling and infrastructure
143145
responsibility: "tool support (e.g. Cargo, rustup), CI infrastructure, etc."
144-
members: [brson, nrc, alexcrichton, vadimcn, wycats, michaelwoerister]
146+
members: [japaric, brson, nrc, alexcrichton, vadimcn, wycats, michaelwoerister]
145147
lead: alexcrichton
146148
- name: Community team
147149
responsibility: "coordinating events, outreach, commercial users, teaching materials, and exposure"

_data/users.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@
112112
url: http://craft.ai
113113
logo: craftai.png
114114
how: "Our core machine learning engine is written in Rust."
115+
-
116+
name: Dazta
117+
url: https://www.dazta.com
118+
logo: dazta.svg
119+
how: "Building intelligent financial product with Rust."
115120
-
116121
name: Delimiter
117122
url: https://www.delimiter.com/
@@ -212,6 +217,11 @@
212217
url: https://www.getsentry.com/
213218
logo: sentry-horizontal-black.svg
214219
how: "<a href='http://lucumr.pocoo.org/2016/7/10/rust-rest/'>A command-line client for the Sentry API.</a>"
220+
-
221+
name: slowtec
222+
url: http://www.slowtec.de/
223+
logo: slowtec.svg
224+
how: "Our robust & reliable automation systems are entirely written in Rust."
215225
-
216226
name: Snips
217227
url: https://snips.ai/

en-US/user-groups.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ even better, open a pull request against
6464

6565
[Rust Group Bangalore](https://www.facebook.com/groups/RustBLR/1579069959026339/), Bangalore.
6666

67+
[Rust Group Coimbatore](https://github.com/dvigneshwer/Rust_Group_Coimbatore), Coimbatore.
68+
6769
## Indonesia
6870

6971
[Lambda Jakarta](https://www.meetup.com/Lambda-Jakarta/), Jakarta.

ru-RU/downloads.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h3>{{ site.stable_date }}</h3>
4242
<tr><td>&nbsp;</td></tr>
4343
<tr>
4444
<td class="inst-type"></td>
45-
<td colspan="2"><a href="https://static.rust-lang.org/dist/rustc-{{ site.stable }}-src.tar.gz"><div class="inst-button">Source</div></a></td>
45+
<td colspan="2"><a href="https://static.rust-lang.org/dist/rustc-{{ site.stable }}-src.tar.gz"><div class="inst-button">Исходный код</div></a></td>
4646
</tr>
4747
</tbody></table>
4848
</div>
@@ -92,7 +92,7 @@ <h2 id="beta">Beta&nbsp; ({{ site.beta }})</h2>
9292
<tr><td>&nbsp;</td></tr>
9393
<tr>
9494
<td class="inst-type"></td>
95-
<td colspan="2"><a href="https://static.rust-lang.org/dist/rustc-beta-src.tar.gz"><div class="inst-button">Source</div></a></td>
95+
<td colspan="2"><a href="https://static.rust-lang.org/dist/rustc-beta-src.tar.gz"><div class="inst-button">Исходный код</div></a></td>
9696
</tr>
9797
</tbody></table>
9898
</div>
@@ -143,7 +143,7 @@ <h2 id="nightly">Nightly&nbsp; ({{ site.nightly }})</h2>
143143
<tr><td>&nbsp;</td></tr>
144144
<tr>
145145
<td class="inst-type"></td>
146-
<td colspan="2"><a href="https://static.rust-lang.org/dist/rustc-nightly-src.tar.gz"><div class="inst-button">Source</div></a></td>
146+
<td colspan="2"><a href="https://static.rust-lang.org/dist/rustc-nightly-src.tar.gz"><div class="inst-button">Исходный код</div></a></td>
147147
</tr>
148148
</tbody></table>
149149
</div>

user-logos/dazta.svg

Lines changed: 15 additions & 0 deletions
Loading

user-logos/slowtec.svg

Lines changed: 32 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)