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

Commit a914506

Browse files
authored
Merge pull request #31 from rust-lang/master
17.9.30.12.15
2 parents f7da427 + 556bd16 commit a914506

File tree

12 files changed

+24
-68
lines changed

12 files changed

+24
-68
lines changed

_data/team.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ people:
178178
name: Scott McMurray
179179
cramertj:
180180
name: Taylor Cramer
181+
tromey:
182+
name: Tom Tromey
181183

182184
# Information about each team. Omit `lead` for teams without leaders.
183185
#
@@ -207,12 +209,11 @@ teams:
207209
lead: nikomatsakis
208210
- name: Dev tools team
209211
responsibility: "overall direction for tools for working with Rust code"
210-
members: [japaric, nrc, michaelwoerister, killercup, jonathandturner]
212+
members: [fitzgen, japaric, jonathandturner, killercup, matklad, michaelwoerister, nrc]
211213
lead: nrc
212214
- name: Dev tools peers
213215
responsibility: "oversight of specific Rust tools, and coordination with dev tools team"
214-
members: [alexcrichton, emilio, fitzgen, manishearth, llogiq, oli-obk, matklad, jwilm, GuillaumeGomez, QuietMisdreavus, steveklabnik]
215-
lead: nrc
216+
members: [alexcrichton, emilio, GuillaumeGomez, jwilm, llogiq, manishearth, oli-obk, QuietMisdreavus, steveklabnik, tromey]
216217
- name: Cargo team
217218
responsibility: "design and implementation of Cargo"
218219
members: [alexcrichton, carols10cents, withoutboats, matklad, wycats, joshtriplett, aturon]

es-ES/community.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ líder del mismo, quien te ayudará a empezar.
214214

215215
## Desarrollo de Rust
216216

217-
Rust tiene más [1,200 contribuidores][authors], un numero que crece cada semana.
217+
Rust tiene más [2,000 contribuidores][authors], un numero que crece cada semana.
218218
[Nos encantaría que te unieras][contribute]!
219219

220220
Como se mencionó, el [Foro interno de Rust][internals_forum] está dedicado a
@@ -230,13 +230,8 @@ comentarios, la via principal para que la comunidad y equipos de Rust lleven a
230230
consensos sobre nuevas características planteadas para el lenguaje y las
231231
herramientas y librerías oficiales.
232232

233-
Aproximadamente cada semana, los equipos de Rust producen un [reporte de
234-
equipo][team_reports] detallando sus actividades, incluyendo el proceso de
235-
propuestas en los RFC y el proceso de implementación.
236-
237-
[authors]: https://github.com/rust-lang/rust/blob/88397e092e01b6043b6f65772710dfe0e59056c5/AUTHORS.txt
233+
[authors]: https://thanks.rust-lang.org/rust/all-time
238234
[contribute]: contribute.html
239235
[github]: https://github.com/rust-lang/rust
240236
[rfcs]: https://github.com/rust-lang/rfcs
241-
[team_reports]: https://github.com/rust-lang/subteams
242237
[issue_tracking]: https://github.com/rust-lang/rust/issues

fr-FR/community.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,8 @@ Comme indiqué ci-dessus, [le forum interne][internals_forum] est dédié aux di
170170

171171
- Le [dépôt RFC][rfcs] permet de lister notre processus de *Request for Comment*. C'est de cette façon que la communauté Rust ainsi que les équipes échangent et construisent un consensus pour les nouvelles fonctionnalités qui sont proposées pour le langage, pour les bibliothèques officielles et pour les outils officiels.
172172

173-
Environ chaque semaine, les équipes Rust produisent [des rapports d'équipe][team_reports] afin de dresser le suivi des tâches de l'équipe, ce qui inclut la progression des propositions à travers le processus de RFC et d'implémentation.
174-
175-
[authors]: https://github.com/rust-lang/rust/blob/88397e092e01b6043b6f65772710dfe0e59056c5/AUTHORS.txt
173+
[authors]: https://thanks.rust-lang.org/rust/all-time
176174
[contribute]: contribute.html
177175
[github]: https://github.com/rust-lang/rust
178176
[rfcs]: https://github.com/rust-lang/rfcs
179-
[team_reports]: https://github.com/rust-lang/subteams
180177
[issue_tracking]: https://github.com/rust-lang/rust/issues

id-ID/community.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ yang dapat membantu anda memulainya.
236236

237237
## Pembangunan Rust
238238

239-
Rust memiliki lebih dari [1,200 kontributor yang berbeda][authors], jumlah yang tumbuh setiap minggu. Kami ingin anda bergabung dengan daftar itu!
239+
Rust memiliki lebih dari [2,000 kontributor yang berbeda][authors], jumlah yang tumbuh setiap minggu. Kami ingin anda bergabung dengan daftar itu!
240240

241241
Seperti yang disebutkan di atas, [Forum Internal Rust][internals_forum] didedikasikan untuk
242242
membahas perancangan dan implementasi Rust. Banyak diskusi juga yang terjadi di GitHub:
@@ -249,12 +249,8 @@ membahas perancangan dan implementasi Rust. Banyak diskusi juga yang terjadi di
249249
di mana komunitas Rust dan tim mencapai konsensus mengenai fitur baru
250250
yang diusulkan untuk pustaka bahasa dan pustaka resmi dan tools.
251251

252-
Kira-kira seminggu sekali, tim Rust menghasilkan laporan [tim yang melacak][team_reports] bisnis tim,
253-
termasuk pengembangan proposal melalui RFC dan proses implementasi.
254-
255-
[authors]: https://github.com/rust-lang/rust/blob/88397e092e01b6043b6f65772710dfe0e59056c5/AUTHORS.txt
252+
[authors]: https://thanks.rust-lang.org/rust/all-time
256253
[contribute]: contribute.html
257254
[github]: https://github.com/rust-lang/rust
258255
[rfcs]: https://github.com/rust-lang/rfcs
259-
[team_reports]: https://github.com/rust-lang/subteams
260256
[issue_tracking]: https://github.com/rust-lang/rust/issues

it-IT/community.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -231,13 +231,8 @@ GitHub:
231231
il modo principale in cui la comunità Rust e il team raggiungono il consenso
232232
sulle nuove funzionalità proposte per il linguaggio, le librerie ufficiali e gli strumenti.
233233

234-
Circa settimanalmente, il team di Rust emana un [rapporto dei team][team_reports]
235-
che indica su cosa sono impegnati i team, inclusa l'analisi delle RFC e il
236-
processo di implementazione.
237-
238-
[authors]: https://github.com/rust-lang/rust/blob/88397e092e01b6043b6f65772710dfe0e59056c5/AUTHORS.txt
234+
[authors]: https://thanks.rust-lang.org/rust/all-time
239235
[contribute]: contribute.html
240236
[github]: https://github.com/rust-lang/rust
241237
[rfcs]: https://github.com/rust-lang/rfcs
242-
[team_reports]: https://github.com/rust-lang/subteams
243238
[issue_tracking]: https://github.com/rust-lang/rust/issues

ja-JP/community.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Rustはコミュニティドリブンな開発プロセスを採用しており
182182

183183
## Rustの開発
184184

185-
Rustには[1,200以上のコントリビュータ][authors]がいて、毎週増え続けています。
185+
Rustには[2,000 以上のコントリビュータ][authors]がいて、毎週増え続けています。
186186
[あなたも是非このリストに入って下さい][contribute]
187187

188188
上で言及したように[Rust Internals Forum][internals_forum]でRustの設計と開発について議論します。
@@ -194,11 +194,8 @@ GitHub上でも多くの議論が交わされています。
194194
- [RFCレポジトリ][rfcs]では「意見募集(Request for Comment)」のプロセスをトラックしています。
195195
RFCはRustのコミュニティとチームが言語や公式ライブラリ、ツールへの新しい機能の提案について合意に達するための主な経路です。
196196

197-
だいたい週次でRustのチームは[チームレポート][team_reports]を出していて、RFC経由での提案と実装のプロセスの進捗などの内容のチームの仕事についての報告が上がります。
198-
199-
[authors]: https://github.com/rust-lang/rust/blob/88397e092e01b6043b6f65772710dfe0e59056c5/AUTHORS.txt
197+
[authors]: https://thanks.rust-lang.org/rust/all-time
200198
[contribute]: contribute.html
201199
[github]: https://github.com/rust-lang/rust
202200
[rfcs]: https://github.com/rust-lang/rfcs
203-
[team_reports]: https://github.com/rust-lang/subteams
204201
[issue_tracking]: https://github.com/rust-lang/rust/issues

ko-KR/community.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Rust는 커뮤니티가 주도하는 개발 프로세스를 따르며,
218218

219219
## Rust 개발
220220

221-
Rust에는 [1,200명의 서로 다른 기여자][authors]가 참여해 왔고, 이 숫자는 매주 늘고 있습니다.
221+
Rust에는 [2,000 명의 서로 다른 기여자][authors]가 참여해 왔고, 이 숫자는 매주 늘고 있습니다.
222222
[여러분도 이 목록에 들어 갔으면 정말 좋겠네요][contribute]!
223223

224224
앞에서 설명했듯 [Rust 내부(internals) 포럼][internals_forum]은 Rust의 설계와 구현을 다룹니다.
@@ -230,12 +230,8 @@ GitHub에서도 많은 논의가 이루어집니다:
230230
- [RFC 저장소][rfcs]는 저희의 의견 요청(Request for Comment) 과정을 추적합니다.
231231
이 과정은 Rust 커뮤니티와 팀이 언어, 공식 라이브러리와 도구에 대해 제안된 새 기능들에 대한 합의에 도달하는 주된 경로입니다.
232232

233-
대략 한 주에 한 번씩 Rust 팀들은 [팀 보고][team_reports]를 펴내어,
234-
RFC를 통한 제안들이 어떻게 진행되는지와 구현 과정을 포함해 각 팀의 경과를 추적합니다.
235-
236-
[authors]: https://github.com/rust-lang/rust/blob/88397e092e01b6043b6f65772710dfe0e59056c5/AUTHORS.txt
233+
[authors]: https://thanks.rust-lang.org/rust/all-time
237234
[contribute]: contribute.html
238235
[github]: https://github.com/rust-lang/rust
239236
[rfcs]: https://github.com/rust-lang/rfcs
240-
[team_reports]: https://github.com/rust-lang/subteams
241237
[issue_tracking]: https://github.com/rust-lang/rust/issues

pl-PL/community.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ współpracę.
216216

217217
## Rozwój Rusta
218218

219-
Rust ma ponad [1,200 różnych współautorów][authors], liczba ta rośnie
219+
Rust ma ponad [2,000 różnych współautorów][authors], liczba ta rośnie
220220
każdego tygodnia. [Chcielibyśmy, abyś dołączył do tej listy][contribute]!
221221

222222
Jak wspomniano powyżej, [Wewnętrzne forum Rusta][internals_forum] jest dedykowane
@@ -231,13 +231,8 @@ GitHubie:
231231
dzięki której społeczność i zespół Rusta osiągają konsensus dotyczący
232232
proponowanych funkcjonalności języka, oficjalnych bibliotek i narzędzi.
233233

234-
Co około tydzień, zespoły Rusta tworzą [raporty][team_reports] zawierające
235-
tematy, którymi się zajmowały, takie jak postęp propozycji (poprzez RFC) oraz
236-
progres implementacji.
237-
238-
[authors]: https://github.com/rust-lang/rust/blob/88397e092e01b6043b6f65772710dfe0e59056c5/AUTHORS.txt
234+
[authors]: https://thanks.rust-lang.org/rust/all-time
239235
[contribute]: contribute.html
240236
[github]: https://github.com/rust-lang/rust
241237
[rfcs]: https://github.com/rust-lang/rfcs
242-
[team_reports]: https://github.com/rust-lang/subteams
243238
[issue_tracking]: https://github.com/rust-lang/rust/issues

pt-BR/community.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ livre para contatar o lider do time ou qualquer outro membro que pode te ajudar
197197

198198
## Desenvolvimento de Rust
199199

200-
Rust têm tido mais de [1,200 contribuidores diferentes][authors], um número que cresce
200+
Rust têm tido mais de [2,000 contribuidores diferentes][authors], um número que cresce
201201
à cada semana. [Nós adorariamos que você se juntasse a essa lista][contribute]!
202202

203203
Como mencionado acima, o [Fórum dos internos de Rust][internals_forum] é dedicado
@@ -212,14 +212,8 @@ no GitHub:
212212
principal pelo qual a comunidade Rust chega a um consenso sobre novas *features* propostas
213213
para a linguagem e bibliotecas e ferramentas oficiais.
214214

215-
216-
Semanalmente, os Times Rust produzem [relatórios de time][team_reports] seguindo
217-
coisas do time, incluindo o progresso das propostas por meio dos PDCs e o processo
218-
de implementação.
219-
220-
[authors]: https://github.com/rust-lang/rust/blob/88397e092e01b6043b6f65772710dfe0e59056c5/AUTHORS.txt
215+
[authors]: https://thanks.rust-lang.org/rust/all-time
221216
[contribute]: contribute.html
222217
[github]: https://github.com/rust-lang/rust
223218
[rfcs]: https://github.com/rust-lang/rfcs
224-
[team_reports]: https://github.com/rust-lang/subteams
225219
[issue_tracking]: https://github.com/rust-lang/rust/issues

ru-RU/community.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ title: Сообщество Rust · Язык Программирован
196196

197197
## Разработка Rust
198198

199-
В разработке Rust участвует более [1,200 человек][authors], и это число растет
199+
В разработке Rust участвует более [2,000 человек][authors], и это число растет
200200
с каждым днем. [Мы с удовольствием добавим вас в этот список][contribute]!
201201

202202
Как упоминалось выше, большинство обсуждений разработки Rust происходит на
@@ -210,12 +210,8 @@ title: Сообщество Rust · Язык Программирован
210210
основного способа, используемого сообществом и командами Rust для
211211
представления изменений в языке и официальных библиотеках.
212212

213-
Практически еженедельно команды Rust предоставляют [командный отчет][team_reports],
214-
описывающий чем занята команда, а также прогресс предложений, RFC и непосредственно разработки.
215-
216-
[authors]: https://github.com/rust-lang/rust/blob/88397e092e01b6043b6f65772710dfe0e59056c5/AUTHORS.txt
213+
[authors]: https://thanks.rust-lang.org/rust/all-time
217214
[contribute]: contribute.html
218215
[github]: https://github.com/rust-lang/rust
219216
[rfcs]: https://github.com/rust-lang/rfcs
220-
[team_reports]: https://github.com/rust-lang/subteams
221217
[issue_tracking]: https://github.com/rust-lang/rust/issues

vi-VN/community.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Việc tuyển chọn sẽ dựa trên kiến thức và sự hiểu biết củ
184184
## Rust Development
185185

186186

187-
Rust có hơn [1,200 người đóng góp][authors], con số ấy vẫn tăng lên hàng tuần.
187+
Rust có hơn [2,000 người đóng góp][authors], con số ấy vẫn tăng lên hàng tuần.
188188
[Chúng tôi luôn chào đón bạn][contribute]!
189189

190190
[Rust Internals Forum][internals_forum] là nơi để thảo luận về thiết kế và thực hiện các ý tưởng đó.
@@ -194,11 +194,8 @@ Có một số nhánh trên GitHub:
194194

195195
- [RFC repo][rfcs] theo dõi các Request for Comment.
196196

197-
[team reports][team_reports] theo dõi quá trình phát triển thông qua các đề xuất RFC và quá trình thực hiện.
198-
199-
[authors]: https://github.com/rust-lang/rust/blob/88397e092e01b6043b6f65772710dfe0e59056c5/AUTHORS.txt
197+
[authors]: https://thanks.rust-lang.org/rust/all-time
200198
[contribute]: contribute.html
201199
[github]: https://github.com/rust-lang/rust
202200
[rfcs]: https://github.com/rust-lang/rfcs
203-
[team_reports]: https://github.com/rust-lang/subteams
204201
[issue_tracking]: https://github.com/rust-lang/rust/issues

zh-CN/community.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,19 +172,16 @@ Rust 有一个社区驱动的开发过程,大多数决策都是通过公开的
172172

173173
## Rust 开发
174174

175-
Rust 有超过[1,200名独立贡献者][authors],这个数字每周还都在增长。[我们欢迎你加入到此行列中][contribute]
175+
Rust 有超过[2,000 名独立贡献者][authors],这个数字每周还都在增长。[我们欢迎你加入到此行列中][contribute]
176176

177177
如上所述,[Rust 内部论坛][internals_forum]致力于讨论 Rust 的设计和实现。还有很多讨论发生在 GitHub 上:
178178

179179
- [主代码库][github][问题跟踪器][issue_tracking]是最前沿的工作阵地。我们的审阅者力求友善引导并帮助新手,所以无需犹豫,打开拉取请求!
180180

181181
- [RFC 代码库][rfcs]跟踪我们的请求评论流程,Rust 社区和团队主要通过它就为语言、官方库和工具提出的新功能特性达成共识。
182182

183-
大约每周,Rust 团队会制作一份[团队报告][team_reports]跟踪团队事务,包括 RFC 实现流程的提案进展。
184-
185-
[authors]: https://github.com/rust-lang/rust/blob/88397e092e01b6043b6f65772710dfe0e59056c5/AUTHORS.txt
183+
[authors]: https://thanks.rust-lang.org/rust/all-time
186184
[contribute]: contribute.html
187185
[github]: https://github.com/rust-lang/rust
188186
[rfcs]: https://github.com/rust-lang/rfcs
189-
[team_reports]: https://github.com/rust-lang/subteams
190187
[issue_tracking]: https://github.com/rust-lang/rust/issues

0 commit comments

Comments
 (0)