Skip to content

Commit 95fb610

Browse files
committed
Merge pull request #2 from alexcrichton/1.9-release
Fill out numbers sections
2 parents 37c49b9 + 95d7ec7 commit 95fb610

File tree

1 file changed

+131
-5
lines changed

1 file changed

+131
-5
lines changed

_posts/2016-05-26-Rust-1.9.md

Lines changed: 131 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ systems programming language focused on safety, speed, and concurrency.
99

1010
As always, you can [install Rust 1.9][install] from the appropriate page on our
1111
website, and check out the [detailed release notes for 1.9][notes] on GitHub.
12-
About 1400 patches were landed in this release.
12+
About 1000 patches were landed in this release.
1313

1414
[install]: https://www.rust-lang.org/install.html
1515
[notes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-190-2016-05-26
@@ -171,7 +171,7 @@ the `std::panic` module, described earlier, but there's a lot more too:
171171

172172
* Raw pointers gained `as_ref()` and `as_mut()`, which returns an `Option<&T>`,
173173
translating null pointers into `None`.
174-
* `ptr::{read,write}_volitile()` allow for volitile reading and writing from a
174+
* `ptr::{read,write}_volitile()` allow for volatile reading and writing from a
175175
raw pointer.
176176

177177
Finally, many of the types in `libcore` did not contain a `Debug`
@@ -196,6 +196,132 @@ See the [detailed release notes][notes] for more.
196196

197197
### Contributors to 1.9
198198

199-
We had XXX individuals contribute to 1.9. Thank you so much!
200-
201-
* YOUR NAME HERE
199+
We had 127 individuals contribute to 1.9. Thank you so much!
200+
201+
* Aaron Turon
202+
* Abhishek Chanda
203+
* Adolfo Ochagavía
204+
* Aidan Hobson Sayers
205+
* Alan Somers
206+
* Alejandro Wainzinger
207+
* Aleksey Kladov
208+
* Alex Burka
209+
* Alex Crichton
210+
* Amanieu d'Antras
211+
* Andrea Canciani
212+
* Andreas Linz
213+
* Andrew Cantino
214+
* Andrew Horton
215+
* Andrew Paseltiner
216+
* Andrey Cherkashin
217+
* Angus Lees
218+
* Ariel Ben-Yehuda
219+
* Benjamin Herr
220+
* Björn Steinbrink
221+
* Brian Anderson
222+
* Brian Bowman
223+
* Christian Wesselhoeft
224+
* Christopher Serr
225+
* Corey Farwell
226+
* Craig M. Brandenburg
227+
* Cyryl Płotnicki-Chudyk
228+
* Daniel J Rollins
229+
* Dave Huseby
230+
* David AO Lozano
231+
* David Henningsson
232+
* Devon Hollowood
233+
* Dirk Gadsden
234+
* Doug Goldstein
235+
* Eduard Burtescu
236+
* Eduard-Mihai Burtescu
237+
* Eli Friedman
238+
* Emanuel Czirai
239+
* Erick Tryzelaar
240+
* Evan
241+
* Felix S. Klock II
242+
* Florian Berger
243+
* Geoff Catlin
244+
* Guillaume Gomez
245+
* Gökhan Karabulut
246+
* JP Sugarbroad
247+
* James Miller
248+
* Jeffrey Seyfried
249+
* John Talling
250+
* Jonas Schievink
251+
* Jonathan S
252+
* Jorge Aparicio
253+
* Joshua Holmer
254+
* Kai Noda
255+
* Kamal Marhubi
256+
* Katze
257+
* Kevin Brothaler
258+
* Kevin Butler
259+
* Manish Goregaokar
260+
* Markus Westerlind
261+
* Marvin Löbel
262+
* Masood Malekghassemi
263+
* Matt Brubeck
264+
* Michael Huynh
265+
* Michael Neumann
266+
* Michael Woerister
267+
* Ms2ger
268+
* NODA, Kai
269+
* Nathan Kleyn
270+
* Nick Cameron
271+
* Niko Matsakis
272+
* Noah
273+
* Novotnik, Petr
274+
* Oliver Middleton
275+
* Oliver Schneider
276+
* Philipp Oppermann
277+
* Piotr Czarnecki
278+
* Pyfisch
279+
* Richo Healey
280+
* Ruud van Asseldonk
281+
* Scott Olson
282+
* Sean McArthur
283+
* Sebastian Wicki
284+
* Seo Sanghyeon
285+
* Simon Sapin
286+
* Simonas Kazlauskas
287+
* Steve Klabnik
288+
* Steven Allen
289+
* Steven Fackler
290+
* Stu Black
291+
* Sébastien Marie
292+
* Tang Chenglong
293+
* Ted Horst
294+
* Ticki
295+
* Tim Montague
296+
* Tim Neumann
297+
* Timon Van Overveldt
298+
* Tobias Bucher
299+
* Tobias Müller
300+
* Todd Lucas
301+
* Tom Tromey
302+
* Tshepang Lekhonkhobe
303+
* Ulrik Sverdrup
304+
* Vadim Petrochenkov
305+
* Valentin Lorentz
306+
* Varun Vats
307+
* Wang Xuerui
308+
* Wangshan Lu
309+
* York Xiang
310+
* arcnmx
311+
* ashleysommer
312+
* bors
313+
* ggomez
314+
* gohyda
315+
* ituxbag
316+
* mitaa
317+
* nicholasf
318+
* petevine
319+
* pierzchalski
320+
* pravic
321+
* srinivasreddy
322+
* tiehuis
323+
* ubsan
324+
* vagrant
325+
* vegai
326+
* vlastachu
327+
* Валерий Лашманов

0 commit comments

Comments
 (0)