Skip to content

Commit 92f08b7

Browse files
authored
Merge pull request #1 from rust-lang/master
Pull from newest repo
2 parents 963184b + a807902 commit 92f08b7

File tree

9,013 files changed

+171804
-122153
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

9,013 files changed

+171804
-122153
lines changed

.gitignore

+11-23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This file should only ignore things that are generated during a build,
2+
# generated by common IDEs, and optional files controlled by the user
3+
# that affect the build (such as config.toml).
4+
# FIXME: This needs cleanup.
15
*~
26
.#*
37
.DS_Store
@@ -12,22 +16,19 @@ __pycache__/
1216
.project
1317
.settings/
1418
.valgrindrc
15-
.vscode/
19+
.vscode
1620
.favorites.json
17-
/*-*-*-*/
18-
/*-*-*/
1921
/Makefile
20-
/build
22+
/build/
2123
/config.toml
2224
/dist/
2325
/dl/
24-
/doc
26+
/doc/
2527
/inst/
2628
/llvm/
2729
/mingw-build/
28-
/nd/
30+
# Created by default with `src/ci/docker/run.sh`:
2931
/obj/
30-
/rt/
3132
/rustllvm/
3233
/src/libcore/unicode/DerivedCoreProperties.txt
3334
/src/libcore/unicode/DerivedNormalizationProps.txt
@@ -36,10 +37,9 @@ __pycache__/
3637
/src/libcore/unicode/Scripts.txt
3738
/src/libcore/unicode/SpecialCasing.txt
3839
/src/libcore/unicode/UnicodeData.txt
39-
/stage[0-9]+/
40-
/target
41-
target/
42-
/test/
40+
/src/libcore/unicode/downloaded
41+
/target/
42+
# Generated by compiletest for incremental:
4343
/tmp/
4444
tags
4545
tags.*
@@ -49,18 +49,6 @@ TAGS.*
4949
\#*\#
5050
config.mk
5151
config.stamp
52-
keywords.md
53-
lexer.ml
54-
mir_dump
5552
Session.vim
56-
src/etc/dl
57-
tmp.*.rs
58-
version.md
59-
version.ml
60-
version.texi
6153
.cargo
62-
!src/vendor/**
63-
/src/target/
64-
6554
no_llvm_build
66-

.gitmodules

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
[submodule "src/llvm-emscripten"]
3232
path = src/llvm-emscripten
3333
url = https://github.com/rust-lang/llvm.git
34-
[submodule "src/stdsimd"]
35-
path = src/stdsimd
36-
url = https://github.com/rust-lang-nursery/stdsimd.git
34+
[submodule "src/stdarch"]
35+
path = src/stdarch
36+
url = https://github.com/rust-lang/stdarch.git
3737
[submodule "src/doc/rustc-guide"]
3838
path = src/doc/rustc-guide
3939
url = https://github.com/rust-lang/rustc-guide.git
@@ -43,7 +43,7 @@
4343
[submodule "src/llvm-project"]
4444
path = src/llvm-project
4545
url = https://github.com/rust-lang/llvm-project.git
46-
branch = rustc/8.0-2019-03-18
46+
branch = rustc/9.0-2019-07-12
4747
[submodule "src/doc/embedded-book"]
4848
path = src/doc/embedded-book
4949
url = https://github.com/rust-embedded/book.git

.mailmap

+20-13
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# email addresses.
66
#
77

8+
Aaron Power <theaaronepower@gmail.com> Erin Power <xampprocky@gmail.com>
89
Aaron Todd <github@opprobrio.us>
9-
Aaron Power <theaaronepower@gmail.com>
1010
Abhishek Chanda <abhishek.becs@gmail.com> Abhishek Chanda <abhishek@cloudscaling.com>
1111
Adolfo Ochagavía <aochagavia92@gmail.com>
1212
Adrien Tétar <adri-from-59@hotmail.fr>
@@ -29,8 +29,8 @@ Ariel Ben-Yehuda <arielb1@mail.tau.ac.il> Ariel Ben-Yehuda <ariel.byd@gmail.com>
2929
Ariel Ben-Yehuda <arielb1@mail.tau.ac.il> arielb1 <arielb1@mail.tau.ac.il>
3030
Austin Seipp <mad.one@gmail.com> <as@hacks.yi.org>
3131
Aydin Kim <ladinjin@hanmail.net> aydin.kim <aydin.kim@samsung.com>
32-
Bastian Kauschke <bastian_kauschke@hotmail.de>
3332
Barosl Lee <vcs@barosl.com> Barosl LEE <github@barosl.com>
33+
Bastian Kauschke <bastian_kauschke@hotmail.de>
3434
Ben Alpert <ben@benalpert.com> <spicyjalapeno@gmail.com>
3535
Ben Sago <ogham@users.noreply.github.com> Ben S <ogham@bsago.me>
3636
Ben Sago <ogham@users.noreply.github.com> Ben S <ogham@users.noreply.github.com>
@@ -46,22 +46,24 @@ Brian Anderson <banderson@mozilla.com> <banderson@mozilla.org>
4646
Brian Dawn <brian.t.dawn@gmail.com>
4747
Brian Leibig <brian@brianleibig.com> Brian Leibig <brian.leibig@gmail.com>
4848
Carl-Anton Ingmarsson <mail@carlanton.se> <ca.ingmarsson@gmail.com>
49+
Carol (Nichols || Goulding) <carol.nichols@gmail.com> <193874+carols10cents@users.noreply.github.com>
50+
Carol (Nichols || Goulding) <carol.nichols@gmail.com> <carol.nichols@gmail.com>
4951
Carol (Nichols || Goulding) <carol.nichols@gmail.com> <cnichols@thinkthroughmath.com>
50-
Carol (Nichols || Goulding) <carol.nichols@gmail.com> Carol Nichols <carol.nichols@gmail.com>
5152
Carol Willing <carolcode@willingconsulting.com>
5253
Chris C Cerami <chrisccerami@users.noreply.github.com> Chris C Cerami <chrisccerami@gmail.com>
5354
Chris Pressey <cpressey@gmail.com>
5455
Chris Thorn <chris@thorn.co> Chris Thorn <thorn@thoughtbot.com>
5556
Chris Vittal <christopher.vittal@gmail.com> Christopher Vittal <christopher.vittal@gmail.com>
56-
Christian Poveda <christianpoveda@protonmail.com> <z1mvader@protonmail.com>
5757
Christian Poveda <christianpoveda@protonmail.com> <cn.poveda.ruiz@gmail.com>
58+
Christian Poveda <christianpoveda@protonmail.com> <z1mvader@protonmail.com>
59+
Christian Poveda <christianpoveda@protonmail.com> <cpovedar@fnal.gov>
5860
Clark Gaebel <cg.wowus.cg@gmail.com> <cgaebel@mozilla.com>
5961
Clinton Ryan <clint.ryan3@gmail.com>
6062
Corey Richardson <corey@octayn.net> Elaine "See More" Nemo <corey@octayn.net>
6163
Cyryl Płotnicki <cyplo@cyplo.net>
6264
Damien Schoof <damien.schoof@gmail.com>
63-
Daniel Ramos <dan@daramos.com>
6465
Daniel J Rollins <drollins@financialforce.com>
66+
Daniel Ramos <dan@daramos.com>
6567
David Klein <david.klein@baesystemsdetica.com>
6668
David Manescu <david.manescu@gmail.com> <dman2626@uni.sydney.edu.au>
6769
David Ross <daboross@daboross.net>
@@ -70,18 +72,18 @@ Diggory Hardy <diggory.hardy@gmail.com> Diggory Hardy <github@dhardy.name>
7072
Dylan Braithwaite <dylanbraithwaite1@gmail.com> <mail@dylanb.me>
7173
Dzmitry Malyshau <kvarkus@gmail.com>
7274
E. Dunham <edunham@mozilla.com> edunham <edunham@mozilla.com>
75+
Eduard-Mihai Burtescu <edy.burt@gmail.com>
7376
Eduardo Bautista <me@eduardobautista.com> <=>
7477
Eduardo Bautista <me@eduardobautista.com> <mail@eduardobautista.com>
75-
Eduard-Mihai Burtescu <edy.burt@gmail.com>
7678
Elliott Slaughter <elliottslaughter@gmail.com> <eslaughter@mozilla.com>
7779
Elly Fong-Jones <elly@leptoquark.net>
7880
Eric Holk <eric.holk@gmail.com> <eholk@cs.indiana.edu>
7981
Eric Holk <eric.holk@gmail.com> <eholk@mozilla.com>
8082
Eric Holmes <eric@ejholmes.net>
8183
Eric Reed <ecreed@cs.washington.edu> <ereed@mozilla.com>
8284
Erick Tryzelaar <erick.tryzelaar@gmail.com> <etryzelaar@iqt.org>
83-
Esteban Küber <esteban@kuber.com.ar> <estebank@users.noreply.github.com>
8485
Esteban Küber <esteban@kuber.com.ar> <esteban@commure.com>
86+
Esteban Küber <esteban@kuber.com.ar> <estebank@users.noreply.github.com>
8587
Esteban Küber <esteban@kuber.com.ar> <github@kuber.com.ar>
8688
Evgeny Sologubov
8789
Falco Hirschenberger <falco.hirschenberger@gmail.com> <hirschen@itwm.fhg.de>
@@ -102,9 +104,9 @@ Herman J. Radtke III <herman@hermanradtke.com> Herman J. Radtke III <hermanradtk
102104
Ilyong Cho <ilyoan@gmail.com>
103105
Ivan Ivaschenko <defuz.net@gmail.com>
104106
J. J. Weber <jjweber@gmail.com>
107+
Jakub Adam Wieczorek <jakub.adam.wieczorek@gmail.com> <jakub.bukaj@yahoo.com>
105108
Jakub Adam Wieczorek <jakub.adam.wieczorek@gmail.com> <jakub@jakub.cc>
106109
Jakub Adam Wieczorek <jakub.adam.wieczorek@gmail.com> <jakubw@jakubw.net>
107-
Jakub Adam Wieczorek <jakub.adam.wieczorek@gmail.com> <jakub.bukaj@yahoo.com>
108110
James Deng <cnjamesdeng@gmail.com> <cnJamesDeng@gmail.com>
109111
James Miller <bladeon@gmail.com> <james@aatch.net>
110112
James Perry <james.austin.perry@gmail.com>
@@ -119,6 +121,7 @@ Jethro Beekman <github@jbeekman.nl>
119121
Jihyun Yu <j.yu@navercorp.com> <yjh0502@gmail.com>
120122
Jihyun Yu <j.yu@navercorp.com> jihyun <jihyun@nablecomm.com>
121123
Jihyun Yu <j.yu@navercorp.com> Jihyun Yu <jihyun@nclab.kaist.ac.kr>
124+
João Oliveira <hello@jxs.pt> joaoxsouls <joaoxsouls@gmail.com>
122125
Johann Hofmann <git@johann-hofmann.com> Johann <git@johann-hofmann.com>
123126
John Clements <clements@racket-lang.org> <clements@brinckerhoff.org>
124127
John Hodge <acessdev@gmail.com> John Hodge <tpg@mutabah.net>
@@ -129,13 +132,15 @@ Jonathan S <gereeter@gmail.com> Jonathan S <gereeter+code@gmail.com>
129132
Jonathan Turner <probata@hotmail.com>
130133
Jorge Aparicio <japaric@linux.com> <japaricious@gmail.com>
131134
Joseph Martin <pythoner6@gmail.com>
132-
João Oliveira <hello@jxs.pt> joaoxsouls <joaoxsouls@gmail.com>
135+
Joseph T. Lyons <JosephTLyons@gmail.com> <josephtlyons@gmail.com>
136+
Joseph T. Lyons <JosephTLyons@gmail.com> <JosephTLyons@users.noreply.github.com>
133137
Junyoung Cho <june0.cho@samsung.com>
134138
Jyun-Yan You <jyyou.tw@gmail.com> <jyyou@cs.nctu.edu.tw>
135139
Kang Seonghoon <kang.seonghoon@mearie.org> <public+git@mearie.org>
136140
Keegan McAllister <mcallister.keegan@gmail.com> <kmcallister@mozilla.com>
137141
Kevin Butler <haqkrs@gmail.com>
138142
Kyeongwoon Lee <kyeongwoon.lee@samsung.com>
143+
Laurențiu Nicola <lnicola@dend.ro>
139144
Lee Jeffery <leejeffery@gmail.com> Lee Jeffery <lee@leejeffery.co.uk>
140145
Lee Wondong <wdlee91@gmail.com>
141146
Lennart Kudling <github@kudling.de>
@@ -145,8 +150,6 @@ Lindsey Kuper <lindsey@composition.al> <lkuper@mozilla.com>
145150
Luke Metz <luke.metz@students.olin.edu>
146151
Luqman Aden <me@luqman.ca> <laden@csclub.uwaterloo.ca>
147152
Luqman Aden <me@luqman.ca> <laden@mozilla.com>
148-
NAKASHIMA, Makoto <makoto.nksm+github@gmail.com> <makoto.nksm@gmail.com>
149-
NAKASHIMA, Makoto <makoto.nksm+github@gmail.com> <makoto.nksm+github@gmail.com>
150153
Marcell Pardavi <marcell.pardavi@gmail.com>
151154
Margaret Meyerhofer <mmeyerho@andrew.cmu.edu> <mmeyerho@andrew>
152155
Mark Rousskov <mark.simulacrum@gmail.com>
@@ -164,15 +167,19 @@ Matthijs Hofstra <thiezz@gmail.com>
164167
Melody Horn <melody@boringcactus.com> <mathphreak@gmail.com>
165168
Michael Williams <m.t.williams@live.com>
166169
Michael Woerister <michaelwoerister@posteo> <michaelwoerister@gmail>
170+
Michael Woerister <michaelwoerister@posteo> <michaelwoerister@users.noreply.github.com>
171+
Michael Woerister <michaelwoerister@posteo> <michaelwoerister@posteo.net>
167172
Mickaël Raybaud-Roig <raybaudroigm@gmail.com> m-r-r <raybaudroigm@gmail.com>
168173
Ms2ger <ms2ger@gmail.com> <Ms2ger@gmail.com>
169174
Mukilan Thiagarajan <mukilanthiagarajan@gmail.com>
175+
NAKASHIMA, Makoto <makoto.nksm+github@gmail.com> <makoto.nksm@gmail.com>
176+
NAKASHIMA, Makoto <makoto.nksm+github@gmail.com> <makoto.nksm+github@gmail.com>
170177
Nathan West <Lucretiel@gmail.com> <lucretiel@gmail.com>
171178
Nathan Wilson <wilnathan@gmail.com>
172179
Nathaniel Herman <nherman@post.harvard.edu> Nathaniel Herman <nherman@college.harvard.edu>
173180
Neil Pankey <npankey@gmail.com> <neil@wire.im>
174-
Nicole Mazzuca <npmazzuca@gmail.com>
175181
Nick Platt <platt.nicholas@gmail.com>
182+
Nicole Mazzuca <npmazzuca@gmail.com>
176183
Nif Ward <nif.ward@gmail.com>
177184
Oliver Schneider <oliver.schneider@kit.edu> oli-obk <github6541940@oli-obk.de>
178185
Oliver Schneider <oliver.schneider@kit.edu> Oliver 'ker' Schneider <rust19446194516@oli-obk.de>
@@ -230,8 +237,8 @@ Tim JIANG <p90eri@gmail.com>
230237
Tim Joseph Dumol <tim@timdumol.com>
231238
Torsten Weber <TorstenWeber12@gmail.com> <torstenweber12@gmail.com>
232239
Ty Overby <ty@pre-alpha.com>
233-
Ulrik Sverdrup <bluss@users.noreply.github.com> bluss <bluss>
234240
Ulrik Sverdrup <bluss@users.noreply.github.com> bluss <bluss@users.noreply.github.com>
241+
Ulrik Sverdrup <bluss@users.noreply.github.com> bluss <bluss>
235242
Ulrik Sverdrup <bluss@users.noreply.github.com> Ulrik Sverdrup <root@localhost>
236243
Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
237244
Vadim Petrochenkov <vadim.petrochenkov@gmail.com> petrochenkov <vadim.petrochenkov@gmail.com>

0 commit comments

Comments
 (0)