Skip to content

Commit e6239c9

Browse files
committed
---
yaml --- r: 79292 b: refs/heads/try c: 193a1c8 h: refs/heads/master v: v3
1 parent 33779d7 commit e6239c9

File tree

3,295 files changed

+524130
-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.

3,295 files changed

+524130
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 3e6de6b7da8ee88bf84b0e217900051334be08da
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 60fba4d7d677ec098e6a43014132fe99f7547363
5-
refs/heads/try: 4ca1f28cbf6a924013a43617b53c9fa0b97311a6
5+
refs/heads/try: 193a1c8af6a0ceef734fff9acc07231c67896bb1
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/.gitattributes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[attr]rust text eol=lf whitespace=tab-in-indent,trailing-space,tabwidth=4
2+
3+
* text=auto
4+
*.cpp rust
5+
*.h rust
6+
*.rs rust
7+
src/rt/msvc/* -whitespace
8+
src/rt/vg/* -whitespace
9+
src/rt/linenoise/* -whitespace
10+
src/rt/jemalloc/**/* -whitespace
11+
src/rt/jemalloc/include/jemalloc/jemalloc.h.in text eol=lf
12+
src/rt/jemalloc/include/jemalloc/jemalloc_defs.h.in text eol=lf
13+
src/rt/jemalloc/include/jemalloc/internal/jemalloc_internal.h.in text eol=lf

branches/try/.gitignore

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

branches/try/.gitmodules

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[submodule "src/llvm"]
2+
path = src/llvm
3+
url = https://github.com/alexcrichton/llvm.git
4+
branch = master
5+
[submodule "src/libuv"]
6+
path = src/libuv
7+
url = https://github.com/brson/libuv.git
8+
branch = master

branches/try/.mailmap

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
Elly Jones <[email protected]>
9+
10+
Junyoung Cho <[email protected]>
11+
Matthijs Hofstra <[email protected]>
12+
Rob Arnold <[email protected]>

branches/try/AUTHORS.txt

Lines changed: 228 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,228 @@
1+
Initial author, project lead, target of blame:
2+
3+
Graydon Hoare <[email protected]>
4+
5+
Other authors:
6+
7+
8+
Adam Bozanich <[email protected]>
9+
Aleksander Balicki <[email protected]>
10+
Alex Crichton <[email protected]>
11+
Alex Rønne Petersen <[email protected]>
12+
Alexander Stavonin <[email protected]>
13+
Alexei Sholik <[email protected]>
14+
Andreas Gal <[email protected]>
15+
Andrew Dunham <[email protected]>
16+
Andrew Paseltiner <[email protected]>
17+
Anthony Juckel <[email protected]>
18+
Arkaitz Jimenez <[email protected]>
19+
Armin Ronacher <[email protected]>
20+
Ashok Gautham <[email protected]>
21+
Austin Seipp <[email protected]>
22+
Aydin Kim <[email protected]>
23+
24+
Ben Alpert <[email protected]>
25+
26+
Ben Kelly <[email protected]>
27+
Ben Striegel <[email protected]>
28+
Benjamin Herr <[email protected]>
29+
Benjamin Jackman <[email protected]>
30+
Benjamin Kircher <[email protected]>
31+
Benjamin Peterson <[email protected]>
32+
Bilal Husain <[email protected]>
33+
Bill Fallon <[email protected]>
34+
Bill Myers <[email protected]>
35+
Bill Wendling <[email protected]>
36+
Björn Steinbrink <[email protected]>
37+
Brendan Eich <[email protected]>
38+
Brendan Zabarauskas <[email protected]>
39+
Brett Cannon <[email protected]>
40+
Brian Anderson <[email protected]>
41+
Brian J. Burg <[email protected]>
42+
Brian Leibig <[email protected]>
43+
Bryan Dunsmore <[email protected]>
44+
Caitlin Potter <[email protected]>
45+
Chris Double <[email protected]>
46+
Chris Peterson <[email protected]>
47+
Chris Pressey <[email protected]>
48+
Cody Schroeder <[email protected]>
49+
Corey Richardson <[email protected]>
50+
Damian Gryski <[email protected]>
51+
Damien Grassart <[email protected]>
52+
Damien Schoof <[email protected]>
53+
Daniel Brooks <[email protected]>
54+
Daniel Farina <[email protected]>
55+
56+
Daniel Luz <[email protected]>
57+
Daniel Micay <[email protected]>
58+
Daniel Patterson <[email protected]>
59+
Daniel Ralston <[email protected]>
60+
Daniel Ursache Dogariu <[email protected]>
61+
Dave Herman <[email protected]>
62+
David Forsythe <[email protected]>
63+
David Klein <[email protected]>
64+
David Rajchenbach-Teller <[email protected]>
65+
Diggory Hardy <[email protected]>
66+
Dimitri Krassovski <[email protected]>
67+
Donovan Preston <[email protected]>
68+
Drew Willcoxon <[email protected]>
69+
Elliott Slaughter <[email protected]>
70+
Elly Fong-Jones <[email protected]>
71+
Eric Holk <[email protected]>
72+
Eric Holmes <[email protected]>
73+
Erick Tryzelaar <[email protected]>
74+
Erik Rose <[email protected]>
75+
Evan McClanahan <[email protected]>
76+
Fedor Indutny <[email protected]>
77+
Felix S. Klock II <[email protected]>
78+
Francisco Souza <[email protected]>
79+
Franklin Chen <[email protected]>
80+
Gábor Horváth <[email protected]>
81+
82+
Gareth Daniel Smith <[email protected]>
83+
84+
Glenn Willen <[email protected]>
85+
Gonçalo Cabrita <[email protected]>
86+
Graham Fawcett <[email protected]>
87+
Grahame Bowland <[email protected]>
88+
Haitao Li <[email protected]>
89+
90+
Herman J. Radtke III <[email protected]>
91+
Huon Wilson <[email protected]>
92+
Ian D. Bollinger <[email protected]>
93+
Ilyong Cho <[email protected]>
94+
Isaac Aggrey <[email protected]>
95+
Ivano Coppola <[email protected]>
96+
Jack Moffitt <[email protected]>
97+
Jacob Harris Cryer Kragh <[email protected]>
98+
Jacob Parker <[email protected]>
99+
Jakub Wieczorek <[email protected]>
100+
James Miller <[email protected]>
101+
James Tranovich <[email protected]>
102+
Jason Orendorff <[email protected]>
103+
Jed Davis <[email protected]>
104+
Jeff Balogh <[email protected]>
105+
Jeff Muizelaar <[email protected]>
106+
Jeff Olson <[email protected]>
107+
Jeffrey Yasskin <[email protected]>
108+
Jeong YunWon <[email protected]>
109+
Jens Nockert <[email protected]>
110+
Jesse Jones <[email protected]>
111+
Jesse Luehrs <[email protected]>
112+
Jesse Ruderman <[email protected]>
113+
Jihyun Yu <[email protected]>
114+
Jim Blandy <[email protected]>
115+
116+
J. J. Weber <[email protected]>
117+
Joe Pletcher <[email protected]>
118+
John Clements <[email protected]>
119+
Jon Morton <[email protected]>
120+
Jonathan Sternberg <[email protected]>
121+
Josh Matthews <[email protected]>
122+
Joshua Clark <[email protected]>
123+
Joshua Wise <[email protected]>
124+
Junyoung Cho <[email protected]>
125+
Jyun-Yan You <[email protected]>
126+
Kang Seonghoon <[email protected]>
127+
Kelly Wilson <[email protected]>
128+
Kevin Atkinson <[email protected]>
129+
Kevin Ballard <[email protected]>
130+
Kevin Cantu <[email protected]>
131+
132+
Kyeongwoon Lee <[email protected]>
133+
Laurent Bonnans <[email protected]>
134+
Lawrence Velázquez <[email protected]>
135+
Leah Hanson <[email protected]>
136+
Lennart Kudling <[email protected]>
137+
Lindsey Kuper <[email protected]>
138+
Luca Bruno <[email protected]>
139+
Luqman Aden <[email protected]>
140+
Magnus Auvinen <[email protected]>
141+
Mahmut Bulut <[email protected]>
142+
Margaret Meyerhofer <[email protected]>
143+
Marijn Haverbeke <[email protected]>
144+
Mark Lacey <[email protected]>
145+
Mark Vian <[email protected]>
146+
Marti Raudsepp <[email protected]>
147+
Martin DeMello <[email protected]>
148+
Marvin Löbel <[email protected]>
149+
Matt Brubeck <[email protected]>
150+
Matthew McPherrin <[email protected]>
151+
Matthew O'Connor <[email protected]>
152+
Matthijs Hofstra <[email protected]>
153+
Max Penet <[email protected]>
154+
Michael Arntzenius <[email protected]>
155+
Michael Bebenita <[email protected]>
156+
Michael Neumann <[email protected]>
157+
Michael Sullivan <[email protected]>
158+
Mikko Perttunen <[email protected]>
159+
Nick Desaulniers <[email protected]>
160+
Niko Matsakis <[email protected]>
161+
Olivier Saut <[email protected]>
162+
Or Brostovski <[email protected]>
163+
Orphée Lafond-Lummis <[email protected]>
164+
Patrick Walton <[email protected]>
165+
Patrik Kårlin <[email protected]>
166+
Paul Stansifer <[email protected]>
167+
Paul Woolcock <[email protected]>
168+
Pavel Panchekha <[email protected]>
169+
Peter Hull <[email protected]>
170+
Peter Williams <[email protected]>
171+
Philipp Brüschweiler <[email protected]>
172+
Rafael Ávila de Espíndola <[email protected]>
173+
Ralph Bodenner <[email protected]>
174+
Ralph Giles <[email protected]>
175+
Ramkumar Ramachandra <[email protected]>
176+
Reuben Morais <[email protected]>
177+
Rick Waldron <[email protected]>
178+
Rob Arnold <[email protected]>
179+
Rob Hoelz <[email protected]>
180+
Roland Tanglao <[email protected]>
181+
Ron Dahlgren <[email protected]>
182+
Roy Frostig <[email protected]>
183+
Ryan Scheel <[email protected]>
184+
Samuel Chase <[email protected]>
185+
Sander Mathijs van Veen <[email protected]>
186+
Sangeun Kim <[email protected]>
187+
Saurabh Anand <[email protected]>
188+
Sean Moon <[email protected]>
189+
Sean Stangl <[email protected]>
190+
Sebastian N. Fernandez <[email protected]>
191+
Seth Pink <[email protected]>
192+
Seo Sanghyeon <[email protected]>
193+
194+
SiegeLord <[email protected]>
195+
Simon Barber-Dueck <[email protected]>
196+
Simon Sapin <[email protected]>
197+
startling <[email protected]>
198+
Stefan Plantikow <[email protected]>
199+
Steve Klabnik <[email protected]>
200+
Steven De Coeyer <[email protected]>
201+
Steven Fackler <[email protected]>
202+
Steven Stewart-Gallus <[email protected]>
203+
Taras Shpot <[email protected]>
204+
Ted Horst <[email protected]>
205+
Thad Guidry <[email protected]>
206+
Thomas Daede <[email protected]>
207+
Tim Chevalier <[email protected]>
208+
Tim Taubert <[email protected]>
209+
210+
Tommy M. McGuire <[email protected]>
211+
Tomoki Aonuma <[email protected]>
212+
Tony Young <[email protected]>
213+
214+
Tycho Sci <[email protected]>
215+
Tyler Bindon <[email protected]>
216+
Uwe Dauernheim <[email protected]>
217+
Vadim Chugunov <[email protected]>
218+
Viktor Dahl <[email protected]>
219+
Vincent Belliard <[email protected]>
220+
Vivek Galatage <[email protected]>
221+
Wade Mealing <[email protected]>
222+
William Ting <[email protected]>
223+
Yasuhiro Fujii <[email protected]>
224+
Young-il Choi <[email protected]>
225+
Youngmin Yoo <[email protected]>
226+
Youngsoo Son <[email protected]>
227+
Zack Corr <[email protected]>
228+

0 commit comments

Comments
 (0)