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

Commit 7e529e8

Browse files
authored
Merge pull request #21 from rust-lang/master
17.6.21
2 parents e8d2abf + 9713a3c commit 7e529e8

12 files changed

+196
-1
lines changed

_data/platforms.yml

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ rustup:
77
- i686-pc-windows-gnu
88
- i686-pc-windows-msvc
99
- i686-unknown-linux-gnu
10+
- mips-unknown-linux-gnu
11+
- mipsel-unknown-linux-gnu
12+
- mips64-unknown-linux-gnuabi64
13+
- mips64el-unknown-linux-gnuabi64
1014
-
1115
- powerpc-unknown-linux-gnu
1216
- powerpc64-unknown-linux-gnu
@@ -30,6 +34,7 @@ stable:
3034
- mips-unknown-linux-gnu
3135
- mipsel-unknown-linux-gnu
3236
- mips64-unknown-linux-gnuabi64
37+
- mips64el-unknown-linux-gnuabi64
3338
-
3439
- powerpc-unknown-linux-gnu
3540
- powerpc64-unknown-linux-gnu
@@ -78,6 +83,7 @@ nightly:
7883
- mips-unknown-linux-gnu
7984
- mipsel-unknown-linux-gnu
8085
- mips64-unknown-linux-gnuabi64
86+
- mips64el-unknown-linux-gnuabi64
8187
-
8288
- powerpc-unknown-linux-gnu
8389
- powerpc64-unknown-linux-gnu

_data/team.yml

+1
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ teams:
200200
responsibility: "infrastructure supporting the Rust project itself: CI, releases, bots, metrics"
201201
members: [brson, alexcrichton, frewsxcv, shepmaster, aidanhs, TimNN, carols10cents, Mark-Simulacrum, erickt, aturon]
202202
lead: aturon
203+
203204
- name: Community team
204205
responsibility: "coordinating events, outreach, commercial users, teaching materials, and exposure"
205206
lead: erickt

_data/users.yml

+26
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,11 @@
177177
url: http://faraday.io
178178
logo: faraday.svg
179179
how: "<a href='https://github.com/faradayio/credentials_to_env'>Securely transferring credentials.</a>"
180+
-
181+
name: Fortanix
182+
url: https://fortanix.com
183+
logo: fortanix.svg
184+
how: "Moving security out of infrastructure and into applications with Runtime Encryption using Intel SGX."
180185
-
181186
name: GiGa infosystems GmbH
182187
url: https://www.giga-infosystems.com
@@ -247,6 +252,11 @@
247252
url: https://www.ovh.com
248253
logo: ovh.png
249254
how: "We used Rust to build a high performance, highly available <a href='https://www.runabove.com/paas-logs.xml'>log management system</a>."
255+
-
256+
name: Pants Build
257+
url: http://www.pantsbuild.org/
258+
logo: pantsbuild.png
259+
how: "As of the 1.3.0 stable release, the <a href='https://docs.google.com/document/d/1C64MreDeVoZAl3HrqtWUVE-qnj3MyWW0NQ52xejjaWw/edit?usp=sharing'>core scheduling algorithms</a> of Pants are implemented in Rust. We hope to incrementally port more of Pant's Python code to Rust over time."
250260
-
251261
name: Postlight
252262
url: https://postlight.com/
@@ -407,3 +417,19 @@
407417
url: https://www.structure.systems
408418
logo: structuresystems.svg
409419
how: "We develop software in Rust that helps organizations comply with information privacy/data protection rules."
420+
-
421+
name: 10x Genomics
422+
url: https://www.10xgenomics.com/
423+
logo: 10x-genomics.svg
424+
how: "Bioinformatics pipelines for genomics research"
425+
-
426+
name: 1300 Web Pro
427+
url: https://www.1300webpro.com.au/our-capabilities/programming/
428+
logo: 1300-web-pro.png
429+
how: "Rust powers our embedded computer solution for the transport industry, which features a touchscreen with complex UI and a custom interface board that controls sensors and solenoids."
430+
-
431+
name: Wildfish
432+
url: https://wildfish.com
433+
logo: wildfish.svg
434+
how: "Fast processing and importing of cryptocurrency market data."
435+

_layouts/basic.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.png" alt="Fork me on GitHub" width="298" height="298">
21+
<img class="ribbon" style="display: none" src="/logos/forkme.svg" alt="Fork me on GitHub" width="298" height="298">
2222
</a>
2323

2424
<header>

_layouts/es-ES/faq.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: es-ES/default
3+
---
4+
5+
<link href='https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600' rel='stylesheet' type='text/css'>
6+
<link href='/css/syntax-highlight.css' rel='stylesheet' type='text/css'>
7+
8+
<div class="faq">
9+
{{ content }}
10+
</div>

user-logos/10x-genomics.svg

+26
Loading

user-logos/1300-web-pro.png

25.3 KB
Loading

user-logos/360dialog.png

100755100644
File mode changed.

user-logos/fortanix.svg

+51
Loading

user-logos/pantsbuild.png

4.55 KB
Loading

user-logos/telenordigital.png

100755100644
File mode changed.

0 commit comments

Comments
 (0)