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 <[email protected]> Erin Power <[email protected]>
89
Aaron Todd <[email protected]>
9-
Aaron Power <[email protected]>
1010
Abhishek Chanda <[email protected]> Abhishek Chanda <[email protected]>
1111
Adolfo Ochagavía <[email protected]>
1212
Adrien Tétar <[email protected]>
@@ -29,8 +29,8 @@ Ariel Ben-Yehuda <[email protected]> Ariel Ben-Yehuda <[email protected]>
2929
Ariel Ben-Yehuda <[email protected]> arielb1 <[email protected]>
3030
3131
Aydin Kim <[email protected]> aydin.kim <[email protected]>
32-
Bastian Kauschke <[email protected]>
3332
Barosl Lee <[email protected]> Barosl LEE <[email protected]>
33+
Bastian Kauschke <[email protected]>
3434
3535
3636
@@ -46,22 +46,24 @@ Brian Anderson <[email protected]> <[email protected]>
4646
Brian Dawn <[email protected]>
4747
Brian Leibig <[email protected]> Brian Leibig <[email protected]>
4848
Carl-Anton Ingmarsson <[email protected]> <[email protected]>
49+
Carol (Nichols || Goulding) <[email protected]> <[email protected]>
50+
Carol (Nichols || Goulding) <[email protected]> <[email protected]>
4951
Carol (Nichols || Goulding) <[email protected]> <[email protected]>
50-
Carol (Nichols || Goulding) <[email protected]> Carol Nichols <[email protected]>
5152
Carol Willing <[email protected]>
5253
Chris C Cerami <[email protected]> Chris C Cerami <[email protected]>
5354
Chris Pressey <[email protected]>
5455
Chris Thorn <[email protected]> Chris Thorn <[email protected]>
5556
Chris Vittal <[email protected]> Christopher Vittal <[email protected]>
56-
5757
58+
59+
5860
5961
Clinton Ryan <[email protected]>
6062
Corey Richardson <[email protected]> Elaine "See More" Nemo <[email protected]>
6163
Cyryl Płotnicki <[email protected]>
6264
Damien Schoof <[email protected]>
63-
Daniel Ramos <[email protected]>
6465
Daniel J Rollins <[email protected]>
66+
Daniel Ramos <[email protected]>
6567
David Klein <[email protected]>
6668
6769
David Ross <[email protected]>
@@ -70,18 +72,18 @@ Diggory Hardy <[email protected]> Diggory Hardy <[email protected]>
7072
7173
Dzmitry Malyshau <[email protected]>
7274
75+
Eduard-Mihai Burtescu <[email protected]>
7376
Eduardo Bautista <[email protected]> <=>
7477
75-
Eduard-Mihai Burtescu <[email protected]>
7678
7779
Elly Fong-Jones <[email protected]>
7880
7981
8082
Eric Holmes <[email protected]>
8183
8284
83-
8485
86+
8587
8688
Evgeny Sologubov
8789
Falco Hirschenberger <[email protected]> <[email protected]>
@@ -102,9 +104,9 @@ Herman J. Radtke III <[email protected]> Herman J. Radtke III <hermanradtk
102104
Ilyong Cho <[email protected]>
103105
Ivan Ivaschenko <[email protected]>
104106
J. J. Weber <[email protected]>
107+
Jakub Adam Wieczorek <[email protected]> <[email protected]>
105108
Jakub Adam Wieczorek <[email protected]> <[email protected]>
106109
Jakub Adam Wieczorek <[email protected]> <[email protected]>
107-
Jakub Adam Wieczorek <[email protected]> <[email protected]>
108110
109111
110112
James Perry <[email protected]>
@@ -119,6 +121,7 @@ Jethro Beekman <[email protected]>
119121
120122
121123
Jihyun Yu <[email protected]> Jihyun Yu <[email protected]>
124+
João Oliveira <[email protected]> joaoxsouls <[email protected]>
122125
Johann Hofmann <[email protected]> Johann <[email protected]>
123126
124127
John Hodge <[email protected]> John Hodge <[email protected]>
@@ -129,13 +132,15 @@ Jonathan S <[email protected]> Jonathan S <[email protected]>
129132
Jonathan Turner <[email protected]>
130133
131134
Joseph Martin <[email protected]>
132-
João Oliveira <[email protected]> joaoxsouls <[email protected]>
135+
136+
133137
Junyoung Cho <[email protected]>
134138
135139
136140
137141
Kevin Butler <[email protected]>
138142
Kyeongwoon Lee <[email protected]>
143+
Laurențiu Nicola <[email protected]>
139144
Lee Jeffery <[email protected]> Lee Jeffery <[email protected]>
140145
Lee Wondong <[email protected]>
141146
Lennart Kudling <[email protected]>
@@ -145,8 +150,6 @@ Lindsey Kuper <[email protected]> <[email protected]>
145150
Luke Metz <[email protected]>
146151
147152
148-
149-
150153
Marcell Pardavi <[email protected]>
151154
Margaret Meyerhofer <[email protected]> <mmeyerho@andrew>
152155
Mark Rousskov <[email protected]>
@@ -164,15 +167,19 @@ Matthijs Hofstra <[email protected]>
164167
165168
Michael Williams <[email protected]>
166169
Michael Woerister <michaelwoerister@posteo> <michaelwoerister@gmail>
170+
Michael Woerister <michaelwoerister@posteo> <[email protected]>
171+
Michael Woerister <michaelwoerister@posteo> <[email protected]>
167172
Mickaël Raybaud-Roig <[email protected]> m-r-r <[email protected]>
168173
169174
Mukilan Thiagarajan <[email protected]>
175+
176+
170177
171178
Nathan Wilson <[email protected]>
172179
Nathaniel Herman <[email protected]> Nathaniel Herman <[email protected]>
173180
174-
Nicole Mazzuca <[email protected]>
175181
Nick Platt <[email protected]>
182+
Nicole Mazzuca <[email protected]>
176183
177184
Oliver Schneider <[email protected]> oli-obk <[email protected]>
178185
Oliver Schneider <[email protected]> Oliver 'ker' Schneider <[email protected]>
@@ -230,8 +237,8 @@ Tim JIANG <[email protected]>
230237
Tim Joseph Dumol <[email protected]>
231238
232239
Ty Overby <[email protected]>
233-
Ulrik Sverdrup <[email protected]> bluss <bluss>
234240
Ulrik Sverdrup <[email protected]> bluss <[email protected]>
241+
Ulrik Sverdrup <[email protected]> bluss <bluss>
235242
Ulrik Sverdrup <[email protected]> Ulrik Sverdrup <root@localhost>
236243
Vadim Petrochenkov <[email protected]>
237244
Vadim Petrochenkov <[email protected]> petrochenkov <[email protected]>

0 commit comments

Comments
 (0)