Skip to content

Commit f142488

Browse files
committed
---
yaml --- r: 174457 b: refs/heads/tmp c: a52c28df1fe04e9e632650679f35aedd60afc4f5 h: refs/heads/master i: 174455: 37ec094 v: v3
1 parent f2e48ee commit f142488

File tree

5,410 files changed

+655212
-0
lines changed

Some content is hidden

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

5,410 files changed

+655212
-0
lines changed

[refs]

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: 44a287e6eb22ec3c2a687fc156813577464017f7
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37+
refs/heads/tmp: a52c28df1fe04e9e632650679f35aedd60afc4f5

branches/tmp/.gitattributes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[attr]rust text eol=lf whitespace=tab-in-indent,trailing-space,tabwidth=4
2+
3+
* text=auto eol=lf
4+
*.cpp rust
5+
*.h rust
6+
*.rs rust
7+
src/etc/pkg/rust-logo.ico binary
8+
src/etc/pkg/rust-logo.png binary
9+
src/rt/msvc/* -whitespace
10+
src/rt/valgrind/* -whitespace
11+
*.woff binary

branches/tmp/.gitignore

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
*.a
2+
*.aux
3+
*.bc
4+
*.boot
5+
*.bz2
6+
*.cmi
7+
*.cmo
8+
*.cmx
9+
*.cp
10+
*.cps
11+
*.d
12+
*.dSYM
13+
*.def
14+
*.diff
15+
*.dll
16+
*.dylib
17+
*.elc
18+
*.epub
19+
*.exe
20+
*.fn
21+
*.html
22+
*.ky
23+
*.ll
24+
*.llvm
25+
*.log
26+
*.o
27+
*.orig
28+
*.out
29+
*.patch
30+
*.pdf
31+
*.pg
32+
*.pot
33+
*.pyc
34+
*.rej
35+
*.rlib
36+
*.rustc
37+
*.so
38+
*.swo
39+
*.swp
40+
*.tmp
41+
*.toc
42+
*.tp
43+
*.vr
44+
*.x86
45+
*~
46+
.#*
47+
.DS_Store
48+
.cproject
49+
.hg/
50+
.hgignore
51+
.project
52+
.settings/
53+
.valgrindrc
54+
/*-*-*-*/
55+
/*-*-*/
56+
/Makefile
57+
/build
58+
/dist/
59+
/dl/
60+
/doc
61+
/inst/
62+
/llvm/
63+
/mingw-build/
64+
/nd/
65+
/rt/
66+
/rustllvm/
67+
/src/libunicode/DerivedCoreProperties.txt
68+
/src/libunicode/EastAsianWidth.txt
69+
/src/libunicode/HangulSyllableType.txt
70+
/src/libunicode/PropList.txt
71+
/src/libunicode/Scripts.txt
72+
/src/libunicode/UnicodeData.txt
73+
/stage0/
74+
/stage1/
75+
/stage2/
76+
/stage3/
77+
/test/
78+
/tmp/
79+
TAGS
80+
TAGS.emacs
81+
TAGS.vi
82+
\#*
83+
\#*\#
84+
config.mk
85+
config.stamp
86+
keywords.md
87+
lexer.ml
88+
src/.DS_Store
89+
src/etc/dl
90+
src/librustc_llvm/llvmdeps.rs
91+
tmp.*.rs
92+
version.md
93+
version.ml
94+
version.texi

branches/tmp/.gitmodules

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[submodule "src/llvm"]
2+
path = src/llvm
3+
url = https://github.com/rust-lang/llvm.git
4+
branch = master
5+
[submodule "src/compiler-rt"]
6+
path = src/compiler-rt
7+
url = https://github.com/rust-lang/compiler-rt.git
8+
[submodule "src/rt/hoedown"]
9+
path = src/rt/hoedown
10+
url = https://github.com/rust-lang/hoedown.git
11+
[submodule "src/jemalloc"]
12+
path = src/jemalloc
13+
url = https://github.com/rust-lang/jemalloc.git
14+
[submodule "src/rust-installer"]
15+
path = src/rust-installer
16+
url = https://github.com/rust-lang/rust-installer

branches/tmp/.mailmap

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
#
2+
# This list is used by git-shortlog to aggregate contributions. It is
3+
# necessary when either the author's full name is not always written
4+
# the same way, and/or the same author contributes from different
5+
# email addresses.
6+
#
7+
8+
Aaron Todd <[email protected]>
9+
10+
11+
Alex Rønne Petersen <[email protected]>
12+
13+
14+
15+
16+
17+
18+
Benjamin Jackman <[email protected]>
19+
20+
blake2-ppc <[email protected]> <blake2-ppc>
21+
22+
23+
Brian Dawn <[email protected]>
24+
Carl-Anton Ingmarsson <[email protected]> <[email protected]>
25+
Carol Willing <[email protected]>
26+
Chris Pressey <[email protected]>
27+
28+
David Klein <[email protected]>
29+
30+
Damien Schoof <[email protected]>
31+
Derek Chiang <[email protected]> Derek Chiang (Enchi Jiang) <[email protected]>
32+
33+
34+
Eduardo Bautista <[email protected]> <=>
35+
36+
Elly Fong-Jones <[email protected]>
37+
38+
39+
Eric Holmes <[email protected]>
40+
41+
42+
Evgeny Sologubov
43+
Falco Hirschenberger <[email protected]> <[email protected]>
44+
Gareth Daniel Smith <[email protected]>
45+
46+
47+
48+
49+
50+
Ilyong Cho <[email protected]>
51+
J. J. Weber <[email protected]>
52+
Jakub Bukaj <[email protected]>
53+
54+
55+
56+
57+
58+
Jeremy Letang <[email protected]>
59+
60+
61+
62+
63+
64+
Junyoung Cho <[email protected]>
65+
66+
67+
68+
Kyeongwoon Lee <[email protected]>
69+
Lee Wondong <[email protected]>
70+
Lennart Kudling <[email protected]>
71+
72+
73+
74+
75+
Luke Metz <[email protected]>
76+
77+
Makoto Nakashima <[email protected]> gifnksm <[email protected]>
78+
Margaret Meyerhofer <[email protected]> <mmeyerho@andrew>
79+
Mark Sinclair <[email protected]>
80+
Mark Sinclair <[email protected]> =Mark Sinclair <[email protected]>
81+
82+
Matthew Auld <[email protected]>
83+
84+
Matthijs Hofstra <[email protected]>
85+
Michael Williams <[email protected]>
86+
Michael Woerister <michaelwoerister@gmail> <[email protected]>
87+
Michael Woerister <michaelwoerister@gmail> <michaelwoerister@posteo>
88+
89+
Philipp Brüschweiler <[email protected]> <[email protected]>
90+
Philipp Brüschweiler <[email protected]> <[email protected]>
91+
Pradeep Kumar <[email protected]>
92+
93+
Rob Arnold <[email protected]>
94+
Robert Gawdzik <[email protected]> Robert Gawdzik ☢ <[email protected]>
95+
Robert Millar <[email protected]>
96+
Ryan Scheel <[email protected]>
97+
Seonghyun Kim <[email protected]>
98+
Simon Barber-Dueck <[email protected]> Simon BD <simon@server>
99+
100+
startling <[email protected]>
101+
102+
Steven Stewart-Gallus <[email protected]> <[email protected]>
103+
104+
105+
106+
107+
108+
Zack Slayton <[email protected]>

branches/tmp/.travis.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Use something that's not 'ruby' so we don't set up things like
2+
# RVM/bundler/ruby and whatnot. Right now 'rust' as a language actually
3+
# downloads a rust/cargo snapshot, which we don't really want for building rust.
4+
language: c
5+
sudo: false
6+
7+
# The test suite is in general way too stressful for travis, especially in
8+
# terms of time limit and reliability. In the past we've tried to scale things
9+
# back to only build the stage1 compiler and run a subset of tests, but this
10+
# didn't end up panning out very well.
11+
#
12+
# As a result, we're just using travis to run `make tidy` now. It'll help
13+
# everyone find out about their trailing spaces early on!
14+
before_script:
15+
- ./configure --llvm-root=path/to/nowhere
16+
script:
17+
- make tidy
18+
19+
notifications:
20+
email: false
21+
22+
branches:
23+
only:
24+
- master

0 commit comments

Comments
 (0)