Skip to content

Commit 0b56424

Browse files
committed
---
yaml --- r: 229016 b: refs/heads/try c: e2b5f4f h: refs/heads/master v: v3
1 parent 3873b83 commit 0b56424

File tree

6,408 files changed

+709145
-2
lines changed

Some content is hidden

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

6,408 files changed

+709145
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: aca2057ed5fb7af3f8905b2bc01f72fa001c35c8
33
refs/heads/snap-stage3: 1af31d4974e33027a68126fa5a5a3c2c6491824f
4-
refs/heads/try: a54e64b3c41103c4f6ab840d8ddd3a56ec6b5da8
4+
refs/heads/try: e2b5f4fac4967fdc18e51c2394e34932b9a21d94
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/.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/try/.gitignore

Lines changed: 95 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,95 @@
1-
*.html
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+
*.kdev4
23+
*.ky
24+
*.ll
25+
*.llvm
26+
*.log
27+
*.o
28+
*.orig
29+
*.out
30+
*.patch
31+
*.pdf
32+
*.pg
33+
*.pot
34+
*.pyc
35+
*.rej
36+
*.rlib
37+
*.rustc
38+
*.so
39+
*.swo
40+
*.swp
41+
*.tmp
42+
*.toc
43+
*.tp
44+
*.vr
45+
*.x86
46+
*~
47+
.#*
48+
.DS_Store
49+
.cproject
50+
.hg/
51+
.hgignore
52+
.project
53+
.settings/
54+
.valgrindrc
55+
/*-*-*-*/
56+
/*-*-*/
57+
/Makefile
58+
/build
59+
/dist/
60+
/dl/
61+
/doc
62+
/inst/
63+
/llvm/
64+
/mingw-build/
65+
/nd/
66+
/rt/
67+
/rustllvm/
68+
/src/libunicode/DerivedCoreProperties.txt
69+
/src/libunicode/EastAsianWidth.txt
70+
/src/libunicode/HangulSyllableType.txt
71+
/src/libunicode/PropList.txt
72+
/src/libunicode/Scripts.txt
73+
/src/libunicode/UnicodeData.txt
74+
/stage0/
75+
/stage1/
76+
/stage2/
77+
/stage3/
78+
/test/
79+
/tmp/
80+
TAGS
81+
TAGS.emacs
82+
TAGS.vi
83+
\#*
84+
\#*\#
85+
config.mk
86+
config.stamp
87+
keywords.md
88+
lexer.ml
89+
src/.DS_Store
90+
src/etc/dl
91+
src/librustc_llvm/llvmdeps.rs
92+
tmp.*.rs
93+
version.md
94+
version.ml
95+
version.texi

branches/try/.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/try/.mailmap

Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
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+
Abhishek Chanda <[email protected]> Abhishek Chanda <[email protected]>
10+
11+
Aydin Kim <[email protected]> aydin.kim <[email protected]>
12+
13+
Alex Rønne Petersen <[email protected]>
14+
15+
16+
17+
18+
19+
20+
Benjamin Jackman <[email protected]>
21+
22+
blake2-ppc <[email protected]> <blake2-ppc>
23+
24+
25+
Brian Dawn <[email protected]>
26+
Carl-Anton Ingmarsson <[email protected]> <[email protected]>
27+
Carol (Nichols || Goulding) <[email protected]> Carol Nichols <[email protected]>
28+
Carol Willing <[email protected]>
29+
Chris Pressey <[email protected]>
30+
31+
Corey Farwell <[email protected]> Corey Farwell <[email protected]>
32+
David Klein <[email protected]>
33+
34+
Damien Schoof <[email protected]>
35+
Derek Chiang <[email protected]> Derek Chiang (Enchi Jiang) <[email protected]>
36+
Diggory Hardy <[email protected]> Diggory Hardy <[email protected]>
37+
38+
39+
Eduardo Bautista <[email protected]> <=>
40+
41+
Elly Fong-Jones <[email protected]>
42+
Emily Dunham <[email protected]> edunham <[email protected]>
43+
44+
45+
Eric Holmes <[email protected]>
46+
47+
48+
Evgeny Sologubov
49+
Falco Hirschenberger <[email protected]> <[email protected]>
50+
Felix S. Klock II <[email protected]> Felix S Klock II <[email protected]>
51+
Gareth Daniel Smith <[email protected]>
52+
53+
54+
Graydon Hoare <[email protected]> Graydon Hoare <[email protected]>
55+
56+
57+
Ilyong Cho <[email protected]>
58+
J. J. Weber <[email protected]>
59+
Jakub Bukaj <[email protected]>
60+
61+
62+
63+
64+
65+
Jeremy Letang <[email protected]>
66+
67+
68+
Johann Hofmann <[email protected]> Johann <[email protected]> Johann Hofmann <[email protected]>
69+
70+
John Hodge <[email protected]> John Hodge <[email protected]>
71+
72+
73+
Junyoung Cho <[email protected]>
74+
75+
76+
77+
Kyeongwoon Lee <[email protected]>
78+
Lee Wondong <[email protected]>
79+
Lennart Kudling <[email protected]>
80+
81+
82+
83+
84+
Luke Metz <[email protected]>
85+
86+
Makoto Nakashima <[email protected]> gifnksm <[email protected]>
87+
Markus Westerlind <[email protected]> Markus <[email protected]>
88+
Margaret Meyerhofer <[email protected]> <mmeyerho@andrew>
89+
Mark Sinclair <[email protected]>
90+
Mark Sinclair <[email protected]> =Mark Sinclair <[email protected]>
91+
Matej Lach <[email protected]> Matej Ľach <[email protected]>
92+
93+
Matthew Auld <[email protected]>
94+
95+
Matthijs Hofstra <[email protected]>
96+
Michael Williams <[email protected]>
97+
Michael Woerister <michaelwoerister@gmail> <[email protected]> <michaelwoerister@posteo> Michael Woerister <michaelwoerister@posteo>
98+
99+
Nicholas Mazzuca <[email protected]> Nicholas <[email protected]>
100+
Oliver Schneider <[email protected]> <[email protected]> <[email protected]> Oliver 'ker' Schneider <[email protected]>
101+
Ožbolt Menegatti <[email protected]> gareins <[email protected]>
102+
Paul Faria <[email protected]> Paul Faria <[email protected]>
103+
Peer Aramillo Irizar <[email protected]> parir <[email protected]>
104+
105+
Philipp Brüschweiler <[email protected]> <[email protected]>
106+
Philipp Brüschweiler <[email protected]> <[email protected]>
107+
Pradeep Kumar <[email protected]>
108+
Przemysław Wesołek <[email protected]> Przemek Wesołek <[email protected]>
109+
Ralph Giles <[email protected]> Ralph Giles <[email protected]>
110+
111+
Rob Arnold <[email protected]>
112+
Robert Foss <[email protected]> robertfoss <[email protected]>
113+
Robert Gawdzik <[email protected]> Robert Gawdzik ☢ <[email protected]>
114+
Robert Millar <[email protected]>
115+
Ryan Scheel <[email protected]>
116+
Sean Gillespie <[email protected]> swgillespie <[email protected]>
117+
Seonghyun Kim <[email protected]>
118+
Simon Barber-Dueck <[email protected]> Simon BD <simon@server>
119+
120+
startling <[email protected]>
121+
122+
Steven Stewart-Gallus <[email protected]> <[email protected]>
123+
Tamir Duberstein <[email protected]> Tamir Duberstein <[email protected]>
124+
125+
126+
Vadim Petrochenkov <[email protected]> petrochenkov <[email protected]>
127+
128+
Xuefeng Wu <[email protected]> Xuefeng Wu <[email protected]> XuefengWu <[email protected]>
129+
130+
131+
Zack Slayton <[email protected]>

branches/try/.travis.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+
# Real testing happens on http://buildbot.rust-lang.org/
20+
#
21+
# See https://github.com/rust-lang/rust-buildbot
22+
# CONTRIBUTING.md#pull-requests
23+
24+
notifications:
25+
email: false
26+
27+
branches:
28+
only:
29+
- master

0 commit comments

Comments
 (0)