Skip to content

Rollup of 6 pull requests #29900

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 69 commits into from
Nov 18, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
58e2baa
Closes #28586
bltavares Nov 3, 2015
ad900da
mk: Move some old docs to the deprecated list
brson Nov 3, 2015
be9afcc
doc: Remove irrelevant info about rbe
brson Nov 3, 2015
f553292
doc: Remove non-documentation tool links
brson Nov 3, 2015
53fad90
doc: Remove community info
brson Nov 3, 2015
6ca0fa9
doc: Add the Rustonomicon
brson Nov 3, 2015
48c170d
doc: Link to cargo docs, not just crates.io
brson Nov 3, 2015
fcc79f2
liballoc: implement From for Box, Rc, Arc
alexbool Nov 4, 2015
646b0b6
pass stdc++ library path after LVVM library path
semarie Nov 11, 2015
8ce9c19
Remove impls for cases considered `niche`
alexbool Nov 12, 2015
0b51064
Improve the detailed error message for E0432
barosl Nov 12, 2015
7b9b9df
Update references and borrowing (Fixes #29730)
Nov 12, 2015
d84d92b
AUTHORS and .mailmap cleanup
arcnmx Nov 15, 2015
67c07d4
Fix feature name
alexbool Nov 16, 2015
eaaa60d
rename ImplItem_::*ImplItem to ImplItem_::*
oli-obk Nov 11, 2015
e36872d
ImplItem_ -> ImplItemKind rename
oli-obk Nov 12, 2015
d09220d
rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*`
oli-obk Nov 13, 2015
54db4d6
Reaffirm that this is an abstraction
steveklabnik Nov 16, 2015
c545b33
Make `min_value()` and `max_value()` const functions
ranma42 Nov 16, 2015
ca4ab32
Nomicon: mention tuple structs with repr(c)
steveklabnik Nov 16, 2015
3042fed
Auto merge of #29805 - norcalli:patch-1, r=steveklabnik
bors Nov 16, 2015
55ca089
Correct comment in `Mutex` example
apasel422 Nov 16, 2015
a6cbb97
Do not generate comparefoo.gv and simpleeq.gv during testing
petrochenkov Nov 16, 2015
99093b7
Auto merge of #29580 - alexbool:smart-pointer-conversion, r=alexcrichton
bors Nov 16, 2015
5cc0a37
Minor tweaks to doc index
brson Nov 16, 2015
4a85015
Remove `TyParen` from HIR
petrochenkov Nov 16, 2015
73cfcc6
Auto merge of #29862 - ranma42:const_min_max, r=alexcrichton
bors Nov 16, 2015
f0b719d
Rollup merge of #29549 - brson:docidx, r=steveklabnik
steveklabnik Nov 16, 2015
4c12530
Rollup merge of #29796 - barosl:unresolved-import-extern-crate, r=ste…
steveklabnik Nov 16, 2015
3252aeb
Rollup merge of #29843 - arcnmx:authors, r=brson
steveklabnik Nov 16, 2015
bc6c16d
Rollup merge of #29863 - steveklabnik:gh29526, r=alexcrichton
steveklabnik Nov 16, 2015
0050895
Rollup merge of #29865 - apasel422:mutex, r=alexcrichton
steveklabnik Nov 16, 2015
9e25a1c
Improve UFCS example
steveklabnik Nov 16, 2015
646128d
Remove nomicon reference to copy_lifetime
steveklabnik Nov 16, 2015
9f49ea0
Auto merge of #29872 - steveklabnik:rollup, r=steveklabnik
bors Nov 16, 2015
19bd051
mk/platform: support i486 and i586 target CHOST
cardoe Nov 16, 2015
87243bc
Ignore malformed environment strings like glibc does
tbu- Oct 25, 2015
e4a0b48
Make note about traits that can be derived
steveklabnik Nov 16, 2015
a7644b3
Auto merge of #29297 - tbu-:pr_env_ignore_malformed, r=alexcrichton
bors Nov 17, 2015
8600fef
Fix libc module name for FreeBSD
lenaschoenburg Nov 17, 2015
4bd302e
Auto merge of #29794 - semarie:openbsd-stdcpp-path, r=alexcrichton
bors Nov 17, 2015
4ff4d32
Fix grammar
jeanm Nov 17, 2015
3037b29
Auto merge of #29860 - steveklabnik:stackheapfixes, r=huonw
bors Nov 17, 2015
c124cd5
Auto merge of #29870 - petrochenkov:typaren, r=nrc
bors Nov 17, 2015
7f63c7c
Detect confusing unicode characters and show the alternative
wafflespeanut Nov 14, 2015
1b26148
Auto merge of #29837 - Wafflespeanut:unicode_chars, r=Manishearth
bors Nov 17, 2015
98b18f5
Rollup merge of #29868 - petrochenkov:gv, r=sanxiyn
Manishearth Nov 17, 2015
ff2f745
Rollup merge of #29873 - steveklabnik:gh29493, r=nikomatsakis
Manishearth Nov 17, 2015
e0adabf
Rollup merge of #29874 - steveklabnik:gh29711, r=alexcrichton
Manishearth Nov 17, 2015
bf56546
Rollup merge of #29875 - steveklabnik:gh29784, r=Manishearth
Manishearth Nov 17, 2015
3d1f3c9
Rollup merge of #29876 - cardoe:i586-build-fix, r=alexcrichton
Manishearth Nov 17, 2015
c063c52
Rollup merge of #29880 - dignati:fix-freebsd-libc, r=alexcrichton
Manishearth Nov 17, 2015
e81c72e
Rollup merge of #29881 - jeanm:patch-1, r=Manishearth
Manishearth Nov 17, 2015
c61e8fd
Auto merge of #29883 - Manishearth:rollup, r=Manishearth
bors Nov 17, 2015
95f6ea9
Fix match_ref_pats flagged by Clippy
sanxiyn Nov 17, 2015
8809a33
Auto merge of #29531 - bltavares:issue-28586, r=sanxiyn
bors Nov 17, 2015
0f5ba54
Mention libc from crates.io in TRPL: FFI
steveklabnik Nov 17, 2015
dcf7e4d
Clarify comment about structs and lifetimes
steveklabnik Nov 17, 2015
9ca257a
Fix up escapes in the reference
steveklabnik Nov 17, 2015
b31cc64
Auto merge of #29766 - oli-obk:impl_item, r=nikomatsakis
bors Nov 17, 2015
b2f5393
Auto merge of #29887 - sanxiyn:match-ref-pats, r=sfackler
bors Nov 17, 2015
cf384c2
Clear up the reference around let
steveklabnik Nov 17, 2015
60c84ee
Remove claims of dependency-free libcore
steveklabnik Nov 5, 2015
cffd881
Rollup merge of #29612 - steveklabnik:gh29502, r=alexcrichton
steveklabnik Nov 17, 2015
fb66871
Rollup merge of #29888 - steveklabnik:gh29762, r=sanxiyn
steveklabnik Nov 17, 2015
8adfcf1
Rollup merge of #29889 - steveklabnik:gh29801, r=manishearth
steveklabnik Nov 17, 2015
370b793
Rollup merge of #29890 - steveklabnik:gh29742, r=Manishearth
steveklabnik Nov 17, 2015
6e4f6c8
Rollup merge of #29891 - steveklabnik:gh29470, r=alexcrichton
steveklabnik Nov 17, 2015
5c99fb7
Rollup merge of #29892 - steveklabnik:doc_fromiterator, r=alexcrichton
steveklabnik Nov 17, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
124 changes: 100 additions & 24 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -7,142 +7,218 @@

Aaron Todd <[email protected]>
Abhishek Chanda <[email protected]> Abhishek Chanda <[email protected]>
Adolfo Ochagavía <[email protected]>
Adrien Tétar <[email protected]>
Ahmed Charles <[email protected]> <[email protected]>
Aydin Kim <[email protected]> aydin.kim <[email protected]>
Alex Burka <[email protected]> Alex Burka <[email protected]>
Alex Lyon <[email protected]> <[email protected]>
Alex Newman <[email protected]> Alex HotShot Newman <[email protected]>
Alex Rønne Petersen <[email protected]>
Alexander Light <[email protected]> Alexander Light <[email protected]>
Alexis Beingessner <[email protected]>
Alfie John <[email protected]> Alfie John <[email protected]>
Anatoly Ikorsky <[email protected]>
Andre Bogus <[email protected]>
Andreas Gal <[email protected]> <[email protected]>
Andrew Kuchev <[email protected]> Andrew <[email protected]>
Andrew Poelstra <[email protected]> <[email protected]>
Anton Löfgren <[email protected]> <[email protected]>
Ariel Ben-Yehuda <[email protected]> arielb1 <[email protected]>
Areski Belaid <[email protected]> areski <[email protected]>
Ariel Ben-Yehuda <[email protected]> Ariel Ben-Yehuda <[email protected]>
Ariel Ben-Yehuda <[email protected]> arielb1 <[email protected]>
Austin Seipp <[email protected]> <[email protected]>
Aydin Kim <[email protected]> aydin.kim <[email protected]>
Barosl Lee <[email protected]> Barosl LEE <[email protected]>
Ben Alpert <[email protected]> <[email protected]>
Ben Sago <[email protected]> Ben S <[email protected]> Ben S <[email protected]>
Ben Sago <[email protected]> Ben S <[email protected]>
Ben Sago <[email protected]> Ben S <[email protected]>
Benjamin Jackman <[email protected]>
Bheesham Persaud <[email protected]> Bheesham Persaud <[email protected]>
Björn Steinbrink <[email protected]> <[email protected]>
blake2-ppc <[email protected]> <blake2-ppc>
Boris Egorov <[email protected]> <[email protected]>
Brandon Sanderson <[email protected]> Brandon Sanderson <[email protected]>
Brett Cannon <[email protected]> Brett Cannon <[email protected]>
Brian Anderson <[email protected]> <[email protected]>
Brian Dawn <[email protected]>
Brian Leibig <[email protected]> Brian Leibig <[email protected]>
Carl-Anton Ingmarsson <[email protected]> <[email protected]>
Carol (Nichols || Goulding) <[email protected]> Carol Nichols <[email protected]>
Carol (Nichols || Goulding) <[email protected]> Carol Nichols <[email protected]>
Carol Willing <[email protected]>
Chris C Cerami <[email protected]> Chris C Cerami <[email protected]>
Chris Pressey <[email protected]>
Chris Thorn <[email protected]> Chris Thorn <[email protected]>
Clark Gaebel <[email protected]> <[email protected]>
Clinton Ryan <[email protected]>
Corey Farwell <[email protected]> Corey Farwell <[email protected]>
Corey Richardson <[email protected]> Elaine "See More" Nemo <[email protected]>
Damien Schoof <[email protected]>
Daniel Ramos <[email protected]>
David Klein <[email protected]>
David Manescu <[email protected]> <[email protected]>
Damien Schoof <[email protected]>
David Ross <[email protected]>
Derek Chiang <[email protected]> Derek Chiang (Enchi Jiang) <[email protected]>
Diggory Hardy <[email protected]> Diggory Hardy <[email protected]>
Dylan Braithwaite <[email protected]> <[email protected]>
Eduardo Bautista <[email protected]> <mail@eduardobautista.com>
Dzmitry Malyshau <kvarkus@gmail.com>
Eduardo Bautista <[email protected]> <=>
Eduardo Bautista <[email protected]> <[email protected]>
Elliott Slaughter <[email protected]> <[email protected]>
Elly Fong-Jones <[email protected]>
Emily Dunham <[email protected]> edunham <[email protected]>
Eric Holk <[email protected]> <[email protected]>
Eric Holk <[email protected]> <[email protected]>
Eric Holk <[email protected]> <[email protected]>
Eric Holmes <[email protected]>
Eric Reed <[email protected]> <[email protected]>
Erick Tryzelaar <[email protected]> <[email protected]>
Evgeny Sologubov
Falco Hirschenberger <[email protected]> <[email protected]>
Felix S. Klock II <[email protected]> Felix S Klock II <[email protected]>
Flaper Fesp <[email protected]>
Florian Wilkens <[email protected]> Florian Wilkens <[email protected]>
Gareth Daniel Smith <[email protected]> gareth <gareth@gareth-N56VM.(none)>
Gareth Daniel Smith <[email protected]> Gareth Smith <[email protected]>
Georges Dubus <[email protected]> <[email protected]>
Graham Fawcett <fawcett@uwindsor.ca> <graham.fawcett@gmail.com>
Graham Fawcett <graham.fawcett@gmail.com> Graham Fawcett <fawcett@uwindsor.ca>
Graydon Hoare <[email protected]> Graydon Hoare <[email protected]>
Heather <[email protected]> <[email protected]>
Guillaume Gomez <[email protected]>
Heather <[email protected]> <[email protected]>
Heather <[email protected]> <[email protected]>
Herman J. Radtke III <[email protected]> Herman J. Radtke III <[email protected]>
Ilyong Cho <[email protected]>
Ivan Ivaschenko <[email protected]>
J. J. Weber <[email protected]>
Jakub Bukaj <[email protected]>
Jakub Bukaj <[email protected]> <[email protected]>
Jakub Bukaj <[email protected]> Jakub Bukaj <[email protected]>
James Deng <[email protected]> <[email protected]>
James Miller <[email protected]> <[email protected]>
Jason Orendorff <[email protected]> <[email protected]>
James Perry <[email protected]>
Jason Fager <[email protected]>
Jason Orendorff <[email protected]> <[email protected]>
Jason Orendorff <[email protected]> <[email protected]>
Jason Toffaletti <[email protected]> Jason Toffaletti <[email protected]>
Jauhien Piatlicki <[email protected]> Jauhien Piatlicki <[email protected]>
Jay True <[email protected]>
Jeremy Letang <[email protected]>
Jihyun Yu <[email protected]> jihyun <[email protected]>
Jihyun Yu <[email protected]> <[email protected]>
Johann Hofmann <[email protected]> Johann <[email protected]> Johann Hofmann <[email protected]>
Jihyun Yu <[email protected]> <[email protected]>
Jihyun Yu <[email protected]> jihyun <[email protected]>
Jihyun Yu <[email protected]> Jihyun Yu <[email protected]>
Johann Hofmann <[email protected]> Johann <[email protected]>
John Clements <[email protected]> <[email protected]>
John Hodge <[email protected]> John Hodge <[email protected]>
Jorge Aparicio <[email protected]> <[email protected]>
John Kåre Alsaker <[email protected]>
John Talling <[email protected]>
Jonathan Bailey <[email protected]> <[email protected]>
Jonathan S <[email protected]> Jonathan S <[email protected]>
Jorge Aparicio <[email protected]> <[email protected]>
Joseph Martin <[email protected]>
João Oliveira <[email protected]> joaoxsouls <[email protected]>
Junyoung Cho <[email protected]>
Jyun-Yan You <[email protected]> <[email protected]>
Kang Seonghoon <[email protected]> <[email protected]>
Keegan McAllister <[email protected]> <[email protected]>
Keegan McAllister <[email protected]> <[email protected]>
Kevin Butler <[email protected]>
Kyeongwoon Lee <[email protected]>
Lee Wondong <[email protected]>
Lee Jeffery <[email protected]> Lee Jeffery <[email protected]>
Lee Wondong <[email protected]>
Lennart Kudling <[email protected]>
Léo Testard <[email protected]>
Lindsey Kuper <[email protected]> <[email protected]>
Lindsey Kuper <[email protected]> <[email protected]>
Luqman Aden <[email protected]> <[email protected]>
Luqman Aden <[email protected]> <[email protected]>
Luke Metz <[email protected]>
Luqman Aden <[email protected]> <[email protected]>
Luqman Aden <[email protected]> <[email protected]>
Makoto Nakashima <[email protected]> <[email protected]>
Makoto Nakashima <[email protected]> gifnksm <[email protected]>
Markus Westerlind <[email protected]> Markus <[email protected]>
Makoto Nakashima <[email protected]> NAKASHIMA, Makoto <[email protected]>
Marcell Pardavi <[email protected]>
Margaret Meyerhofer <[email protected]> <mmeyerho@andrew>
Mark Sinclair <[email protected]>
Mark Sinclair <[email protected]> =Mark Sinclair <[email protected]>
Markus Westerlind <[email protected]> Markus <[email protected]>
Matej Lach <[email protected]> Matej Ľach <[email protected]>
Matt Brubeck <[email protected]> <[email protected]>
Matthew Auld <[email protected]>
Matthew McPherrin <[email protected]> <[email protected]>
Matthijs Hofstra <[email protected]>
Michael Williams <[email protected]>
Michael Woerister <michaelwoerister@gmail> <[email protected]> <michaelwoerister@posteo> Michael Woerister <michaelwoerister@posteo>
Michael Woerister <michaelwoerister@posteo> <michaelwoerister@gmail>
Mickaël Raybaud-Roig <[email protected]> m-r-r <[email protected]>
Ms2ger <[email protected]> <[email protected]>
Mukilan Thiagarajan <[email protected]>
NAKASHIMA, Makoto <[email protected]>
Nathan Wilson <[email protected]>
Nathaniel Herman <[email protected]> Nathaniel Herman <[email protected]>
Neil Pankey <[email protected]> <[email protected]>
Nicholas Mazzuca <[email protected]> Nicholas <[email protected]>
Oliver Schneider <[email protected]> <[email protected]> <[email protected]> Oliver 'ker' Schneider <[email protected]>
Oliver Schneider <[email protected]> Oliver Schneider <[email protected]> Oliver Schneider <[email protected]> Oliver Schneider <[email protected]>
Nick Platt <[email protected]>
Nif Ward <[email protected]>
Oliver Schneider <[email protected]> oli-obk <[email protected]>
Oliver Schneider <[email protected]> Oliver 'ker' Schneider <[email protected]>
Oliver Schneider <[email protected]> Oliver Schneider <[email protected]>
Oliver Schneider <[email protected]> Oliver Schneider <[email protected]>
Oliver Schneider <[email protected]> Oliver Schneider <[email protected]>
Oliver Schneider <[email protected]> Oliver Schneider <[email protected]>
Ožbolt Menegatti <[email protected]> gareins <[email protected]>
Paul Faria <[email protected]> Paul Faria <[email protected]>
Peer Aramillo Irizar <[email protected]> parir <[email protected]>
Peter Elmers <[email protected]> <[email protected]>
Peter Zotov <[email protected]>
Phil Dawes <[email protected]> Phil Dawes <[email protected]>
Philipp Brüschweiler <[email protected]> <[email protected]>
Philipp Brüschweiler <[email protected]> <[email protected]>
Pradeep Kumar <[email protected]>
Przemysław Wesołek <[email protected]> Przemek Wesołek <[email protected]>
Rafael Ávila de Espíndola <[email protected]> Rafael Avila de Espindola <espindola@dream.(none)>
Ralph Giles <[email protected]> Ralph Giles <[email protected]>
Renato Riccieri Santos Zannon <[email protected]>
Richard Diamond <[email protected]> <[email protected]>
Rob Arnold <[email protected]>
Rob Arnold <[email protected]> Rob Arnold <[email protected]>
Robert Foss <[email protected]> robertfoss <[email protected]>
Robert Gawdzik <[email protected]> Robert Gawdzik ☢ <[email protected]>
Robert Millar <[email protected]>
Rohit Joshi <[email protected]> Rohit Joshi <[email protected]>
Russell Johnston <[email protected]>
Ruud van Asseldonk <[email protected]> Ruud van Asseldonk <[email protected]>
Ryan Scheel <[email protected]>
S Pradeep Kumar <[email protected]>
Scott Olson <[email protected]> Scott Olson <[email protected]>
Sean Gillespie <[email protected]> swgillespie <[email protected]>
Seonghyun Kim <[email protected]>
Simon Barber-Dueck <[email protected]> Simon BD <simon@server>
Simon Sapin <[email protected]> <[email protected]>
Simonas Kazlauskas <[email protected]> Simonas Kazlauskas <[email protected]>
startling <[email protected]>
Stepan Koltsov <[email protected]> Stepan Koltsov <[email protected]>
Steven Fackler <[email protected]> <[email protected]>
Steven Stewart-Gallus <[email protected]> <[email protected]>
Stuart Pernsteiner <[email protected]> Stuart Pernsteiner <[email protected]>
Tamir Duberstein <[email protected]> Tamir Duberstein <[email protected]>
Tero Hänninen <[email protected]> Tero Hänninen <[email protected]>
Theo Belaire <[email protected]> Theo Belaire <[email protected]>
Thiago Pontes <[email protected]> thiagopnts <[email protected]>
Thomas Bracht Laumann Jespersen <[email protected]>
Ticki <[email protected]> Ticki <@>
Tim Brooks <[email protected]> Tim Brooks <[email protected]>
Tim Chevalier <[email protected]> <[email protected]>
Tim JIANG <[email protected]>
Tim Joseph Dumol <[email protected]>
Torsten Weber <[email protected]> <[email protected]>
Ulrik Sverdrup <[email protected]> Ulrik Sverdrup <root@localhost>
Ty Overby <[email protected]>
Ulrik Sverdrup <[email protected]> bluss <bluss>
Ulrik Sverdrup <[email protected]> bluss <[email protected]> bluss <bluss>
Ulrik Sverdrup <[email protected]> Ulrik Sverdrup <root@localhost>
Vadim Petrochenkov <[email protected]>
Vadim Petrochenkov <[email protected]> petrochenkov <[email protected]>
Vitali Haravy <[email protected]> Vitali Haravy <[email protected]>
William Ting <[email protected]> <[email protected]>
Xuefeng Wu <[email protected]> Xuefeng Wu <[email protected]> XuefengWu <[email protected]>
Xuefeng Wu <[email protected]> Xuefeng Wu <[email protected]>
Xuefeng Wu <[email protected]> XuefengWu <[email protected]>
York Xiang <[email protected]>
Youngsoo Son <[email protected]> <[email protected]>
Zach Pomerantz <[email protected]>
Zack Corr <[email protected]> <[email protected]>
Zack Slayton <[email protected]>
Zbigniew Siciarz <[email protected]> Zbigniew Siciarz <[email protected]>
19 changes: 2 additions & 17 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ Anton Löfgren <[email protected]>
Antti Keränen <[email protected]>
Aram Visser <[email protected]>
arcnmx <[email protected]>
Arcterus <[email protected]>
Areski Belaid <[email protected]>
Ariel Ben-Yehuda <[email protected]>
Arjan Topolovec <[email protected]>
Expand Down Expand Up @@ -136,7 +135,6 @@ Ben Gesoff <[email protected]>
Ben Harris <[email protected]>
Ben Kelly <[email protected]>
Ben Noordhuis <[email protected]>
Ben S <[email protected]>
Ben Sago <[email protected]>
Ben Striegel <[email protected]>
benaryorg <[email protected]>
Expand Down Expand Up @@ -434,7 +432,6 @@ Gábor Horváth <[email protected]>
Gábor Lehel <[email protected]>
Gabriel <[email protected]>
gamazeps <[email protected]>
gareth <gareth@gareth-N56VM.(none)>
Gareth Daniel Smith <[email protected]>
Garming Sam <[email protected]>
Garrett Heel <[email protected]>
Expand Down Expand Up @@ -495,7 +492,6 @@ Igor Strebezhev <[email protected]>
Ilya Dmitrichenko <[email protected]>
Ilyong Cho <[email protected]>
Ingo Blechschmidt <[email protected]>
inrustwetrust <[email protected]>
Irving A.J. Rivas Z. <[email protected]>
Isaac Aggrey <[email protected]>
Isaac Dupree <[email protected]>
Expand Down Expand Up @@ -733,7 +729,6 @@ Liam Monahan <[email protected]>
Liigo Zhuang <[email protected]>
Lindsey Kuper <[email protected]>
Lionel Flandrin <[email protected]>
llogiq <[email protected]>
Logan Chien <[email protected]>
Loïc Damien <[email protected]>
Lorenz <[email protected]>
Expand All @@ -760,7 +755,7 @@ Manuel Hoffmann <[email protected]>
Marc-Antoine Perennou <[email protected]>
Marcel Müller <[email protected]>
Marcel Rodrigues <[email protected]>
marcell <[email protected]>
Marcell Pardavi <[email protected]>
Marcello Seri <[email protected]>
Marcus Klaas <[email protected]>
Margaret Meyerhofer <[email protected]>
Expand Down Expand Up @@ -924,9 +919,7 @@ Oak <[email protected]>
OGINO Masanori <[email protected]>
OlegTsyba <[email protected]>
Oliver Schneider <[email protected]>
Oliver Schneider <[email protected]>
Oliver Schneider <[email protected]>
Oliver Schneider <[email protected]>
Oliver Schneider <[email protected]>
Olivier Saut <[email protected]>
olivren <[email protected]>
Olle Jonsson <[email protected]>
Expand All @@ -937,7 +930,6 @@ Oren Hazi <[email protected]>
Orphée Lafond-Lummis <[email protected]>
Orpheus Lummis <[email protected]>
osa1 <[email protected]>
Overmind JIANG <[email protected]>
Ožbolt Menegatti <[email protected]>
P1start <[email protected]>
Pablo Brasero <[email protected]>
Expand Down Expand Up @@ -978,7 +970,6 @@ Peter Schuller <[email protected]>
Peter Williams <[email protected]>
Peter Zotov <[email protected]>
Petter Remen <[email protected]>
pez <[email protected]>
Phil Dawes <[email protected]>
Phil Ruffwind <[email protected]>
Philip Munksgaard <[email protected]>
Expand Down Expand Up @@ -1065,7 +1056,6 @@ Ryan Pendleton <[email protected]>
Ryan Prichard <[email protected]>
Ryan Riginding <[email protected]>
Ryan Scheel <[email protected]>
Ryman <[email protected]>
Ryo Munakata <[email protected]>
S Pradeep Kumar <[email protected]>
Sae-bom Kim <[email protected]>
Expand Down Expand Up @@ -1153,7 +1143,6 @@ Swaroop C H <[email protected]>
Sylvestre Ledru <[email protected]>
Taliesin Beynon <[email protected]>
Tamir Duberstein <[email protected]>
Tamir Duberstein <[email protected]>
Taras Shpot <[email protected]>
tav <[email protected]>
Taylor Hutchison <[email protected]>
Expand All @@ -1169,7 +1158,6 @@ Thiago Pontes <[email protected]>
Thomas Backman <[email protected]>
Thomas Bracht Laumann Jespersen <[email protected]>
Thomas Daede <[email protected]>
Thomas Jespersen <[email protected]>
Thomas Karpiniec <[email protected]>
Tiago Nobrega <[email protected]>
Tibor Benke <[email protected]>
Expand Down Expand Up @@ -1255,7 +1243,6 @@ Wei-Ming Yang <[email protected]>
Wendell Smith <[email protected]>
Wesley Wiser <[email protected]>
whataloadofwhat <[email protected]>
whitequark <[email protected]>
wickerwaka <[email protected]>
Wilfred Hughes <[email protected]>
Will <[email protected]>
Expand All @@ -1275,8 +1262,6 @@ Xavier Shay <[email protected]>
Xiao Chuan Yu <[email protected]>
Xue Fuqiao <[email protected]>
Xuefeng Wu <[email protected]>
Xuefeng Wu <[email protected]>
XuefengWu <[email protected]>
Yasuhiro Fujii <[email protected]>
YawarRaza7349 <[email protected]>
Yazhong Liu <[email protected]>
Expand Down
Loading