Skip to content

Commit 08b1d83

Browse files
authored
Merge branch 'master' into feature/core_convert_id
2 parents ac64ef3 + b355906 commit 08b1d83

File tree

12,724 files changed

+351596
-194744
lines changed

Some content is hidden

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

12,724 files changed

+351596
-194744
lines changed

.gitattributes

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
*.cpp rust
55
*.h rust
66
*.rs rust
7+
*.fixed linguist-language=Rust
78
src/etc/installer/gfx/* binary
89
*.woff binary
910
src/vendor/** -text
10-
Cargo.lock -merge
11+
Cargo.lock -merge linguist-generated=false

.gitignore

+13-9
Original file line numberDiff line numberDiff line change
@@ -74,26 +74,30 @@ __pycache__/
7474
/obj/
7575
/rt/
7676
/rustllvm/
77-
/src/libstd_unicode/DerivedCoreProperties.txt
78-
/src/libstd_unicode/DerivedNormalizationProps.txt
79-
/src/libstd_unicode/PropList.txt
80-
/src/libstd_unicode/ReadMe.txt
81-
/src/libstd_unicode/Scripts.txt
82-
/src/libstd_unicode/SpecialCasing.txt
83-
/src/libstd_unicode/UnicodeData.txt
77+
/src/libcore/unicode/DerivedCoreProperties.txt
78+
/src/libcore/unicode/DerivedNormalizationProps.txt
79+
/src/libcore/unicode/PropList.txt
80+
/src/libcore/unicode/ReadMe.txt
81+
/src/libcore/unicode/Scripts.txt
82+
/src/libcore/unicode/SpecialCasing.txt
83+
/src/libcore/unicode/UnicodeData.txt
8484
/stage[0-9]+/
8585
/target
86+
target/
8687
/test/
8788
/tmp/
89+
tags
90+
tags.*
8891
TAGS
89-
TAGS.emacs
90-
TAGS.vi
92+
TAGS.*
9193
\#*
9294
\#*\#
9395
config.mk
9496
config.stamp
9597
keywords.md
9698
lexer.ml
99+
mir_dump
100+
Session.vim
97101
src/etc/dl
98102
tmp.*.rs
99103
version.md

.gitmodules

+20-7
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
path = src/llvm
33
url = https://github.com/rust-lang/llvm.git
44
branch = master
5-
[submodule "src/rt/hoedown"]
6-
path = src/rt/hoedown
7-
url = https://github.com/rust-lang/hoedown.git
8-
branch = rust-2015-09-21-do-not-delete
95
[submodule "src/jemalloc"]
106
path = src/jemalloc
117
url = https://github.com/rust-lang/jemalloc.git
@@ -45,9 +41,26 @@
4541
[submodule "src/dlmalloc"]
4642
path = src/dlmalloc
4743
url = https://github.com/alexcrichton/dlmalloc-rs.git
48-
[submodule "src/binaryen"]
49-
path = src/binaryen
50-
url = https://github.com/alexcrichton/binaryen.git
5144
[submodule "src/doc/rust-by-example"]
5245
path = src/doc/rust-by-example
5346
url = https://github.com/rust-lang/rust-by-example
47+
[submodule "src/llvm-emscripten"]
48+
path = src/llvm-emscripten
49+
url = https://github.com/rust-lang/llvm
50+
[submodule "src/stdsimd"]
51+
path = src/stdsimd
52+
url = https://github.com/rust-lang-nursery/stdsimd
53+
[submodule "src/tools/lld"]
54+
path = src/tools/lld
55+
url = https://github.com/rust-lang/lld.git
56+
[submodule "src/libbacktrace"]
57+
path = src/libbacktrace
58+
url = https://github.com/rust-lang-nursery/libbacktrace
59+
[submodule "src/tools/lldb"]
60+
path = src/tools/lldb
61+
url = https://github.com/rust-lang-nursery/lldb/
62+
branch = rust-release-70
63+
[submodule "src/tools/clang"]
64+
path = src/tools/clang
65+
url = https://github.com/rust-lang-nursery/clang/
66+
branch = release_70

.mailmap

+7-5
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,17 @@ Boris Egorov <[email protected]> <[email protected]>
4141
Brandon Sanderson <[email protected]> Brandon Sanderson <[email protected]>
4242
Brett Cannon <[email protected]> Brett Cannon <[email protected]>
4343
44+
4445
Brian Dawn <[email protected]>
4546
Brian Leibig <[email protected]> Brian Leibig <[email protected]>
4647
Carl-Anton Ingmarsson <[email protected]> <[email protected]>
47-
Carol (Nichols || Goulding) <[email protected]>
48-
Carol (Nichols || Goulding) <cnichols@thinkthroughmath.com>
48+
Carol (Nichols || Goulding) <[email protected]> <[email protected]>
49+
Carol (Nichols || Goulding) <[email protected]> Carol Nichols <carol.nichols@gmail.com>
4950
Carol Willing <[email protected]>
5051
Chris C Cerami <[email protected]> Chris C Cerami <[email protected]>
5152
Chris Pressey <[email protected]>
5253
Chris Thorn <[email protected]> Chris Thorn <[email protected]>
54+
Chris Vittal <[email protected]> Christopher Vittal <[email protected]>
5355
5456
Clinton Ryan <[email protected]>
5557
Corey Richardson <[email protected]> Elaine "See More" Nemo <[email protected]>
@@ -94,9 +96,9 @@ Herman J. Radtke III <[email protected]> Herman J. Radtke III <hermanradtk
9496
Ilyong Cho <[email protected]>
9597
Ivan Ivaschenko <[email protected]>
9698
J. J. Weber <[email protected]>
97-
Jakub Bukaj <[email protected]>
98-
Jakub Bukaj <jakub@jakub.cc> <[email protected]>
99-
Jakub Bukaj <jakub@jakub.cc> Jakub Bukaj <[email protected]>
99+
Jakub Adam Wieczorek <[email protected]> <[email protected]>
100+
Jakub Adam Wieczorek <jakub[email protected]> <[email protected]>
101+
Jakub Adam Wieczorek <jakub[email protected]> <[email protected]>
100102
101103
102104
James Perry <[email protected]>

0 commit comments

Comments
 (0)