Skip to content

Commit aa7f78d

Browse files
committed
---
yaml --- r: 275898 b: refs/heads/borrowck-snippet c: 478a33d h: refs/heads/master
1 parent 45cff01 commit aa7f78d

File tree

7,656 files changed

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

7,656 files changed

+738406
-0
lines changed

[refs]

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ refs/tags/1.5.0: d8027afc009e55fb07776831094a13b1b64b6305
3939
refs/tags/1.6.0: 4fe6048e8dd100ec1c61a020d01f75046b42e818
4040
refs/tags/1.7.0: 2d2a9311cbe05eb47960489259e1e9408062c863
4141
refs/tags/1.8.0: 6bef00072dbaa86da9dc73b09f926cf67c696b39
42+
refs/heads/borrowck-snippet: 478a33dabc4e6f2f501f476c79b56178d9df4f37
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
*.woff binary

branches/borrowck-snippet/.gitignore

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

branches/borrowck-snippet/.gitmodules

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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.git
17+
[submodule "src/liblibc"]
18+
path = src/liblibc
19+
url = https://github.com/rust-lang/libc.git

branches/borrowck-snippet/.mailmap

Lines changed: 224 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,224 @@
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 <github@opprobrio.us>
9+
Abhishek Chanda <abhishek.becs@gmail.com> Abhishek Chanda <abhishek@cloudscaling.com>
10+
Adolfo Ochagavía <aochagavia92@gmail.com>
11+
Adrien Tétar <adri-from-59@hotmail.fr>
12+
Ahmed Charles <ahmedcharles@gmail.com> <acharles@outlook.com>
13+
Alex Burka <durka42+github@gmail.com> Alex Burka <aburka@seas.upenn.edu>
14+
Alex Lyon <arcterus@mail.com> <Arcterus@mail.com>
15+
Alex Newman <posix4e@gmail.com> Alex HotShot Newman <posix4e@gmail.com>
16+
Alex Rønne Petersen <alex@lycus.org>
17+
Alexander Light <allight@cs.brown.edu> Alexander Light <scialexlight@gmail.com>
18+
Alexis Beingessner <a.beingessner@gmail.com>
19+
Alfie John <alfie@alfie.wtf> Alfie John <alfiej@fastmail.fm>
20+
Anatoly Ikorsky <aikorsky@gmail.com>
21+
Andre Bogus <bogusandre@gmail.com>
22+
Andreas Gal <gal@mozilla.com> <andreas.gal@gmail.com>
23+
Andrew Kuchev <0coming.soon@gmail.com> Andrew <0coming.soon@gmail.com>
24+
Andrew Poelstra <asp11@sfu.ca> <apoelstra@wpsoftware.net>
25+
Anton Löfgren <anton.lofgren@gmail.com> <alofgren@op5.com>
26+
Areski Belaid <areski@gmail.com> areski <areski@gmail.com>
27+
Ariel Ben-Yehuda <arielb1@mail.tau.ac.il> Ariel Ben-Yehuda <ariel.byd@gmail.com>
28+
Ariel Ben-Yehuda <arielb1@mail.tau.ac.il> arielb1 <arielb1@mail.tau.ac.il>
29+
Austin Seipp <mad.one@gmail.com> <as@hacks.yi.org>
30+
Aydin Kim <ladinjin@hanmail.net> aydin.kim <aydin.kim@samsung.com>
31+
Barosl Lee <vcs@barosl.com> Barosl LEE <github@barosl.com>
32+
Ben Alpert <ben@benalpert.com> <spicyjalapeno@gmail.com>
33+
Ben Sago <ogham@users.noreply.github.com> Ben S <ogham@bsago.me>
34+
Ben Sago <ogham@users.noreply.github.com> Ben S <ogham@users.noreply.github.com>
35+
Benjamin Jackman <ben@jackman.biz>
36+
Bheesham Persaud <bheesham123@hotmail.com> Bheesham Persaud <bheesham.persaud@live.ca>
37+
Björn Steinbrink <bsteinbr@gmail.com> <B.Steinbrink@gmx.de>
38+
blake2-ppc <ulrik.sverdrup@gmail.com> <blake2-ppc>
39+
Boris Egorov <jightuse@gmail.com> <egorov@linux.com>
40+
Brandon Sanderson <singingboyo@gmail.com> Brandon Sanderson <singingboyo@hotmail.com>
41+
Brett Cannon <brett@python.org> Brett Cannon <brettcannon@users.noreply.github.com>
42+
Brian Anderson <banderson@mozilla.com> <andersrb@gmail.com>
43+
Brian Dawn <brian.t.dawn@gmail.com>
44+
Brian Leibig <brian@brianleibig.com> Brian Leibig <brian.leibig@gmail.com>
45+
Carl-Anton Ingmarsson <mail@carlanton.se> <ca.ingmarsson@gmail.com>
46+
Carol (Nichols || Goulding) <carol.nichols@gmail.com> Carol Nichols <carol.nichols@gmail.com>
47+
Carol (Nichols || Goulding) <carol.nichols@gmail.com> Carol Nichols <cnichols@thinkthroughmath.com>
48+
Carol Willing <carolcode@willingconsulting.com>
49+
Chris C Cerami <chrisccerami@users.noreply.github.com> Chris C Cerami <chrisccerami@gmail.com>
50+
Chris Pressey <cpressey@gmail.com>
51+
Chris Thorn <chris@thorn.co> Chris Thorn <thorn@thoughtbot.com>
52+
Clark Gaebel <cg.wowus.cg@gmail.com> <cgaebel@mozilla.com>
53+
Clinton Ryan <clint.ryan3@gmail.com>
54+
Corey Farwell <coreyf+rust@rwell.org> Corey Farwell <coreyf@rwell.org>
55+
Corey Richardson <corey@octayn.net> Elaine "See More" Nemo <corey@octayn.net>
56+
Damien Schoof <damien.schoof@gmail.com>
57+
Daniel Ramos <dan@daramos.com>
58+
David Klein <david.klein@baesystemsdetica.com>
59+
David Manescu <david.manescu@gmail.com> <dman2626@uni.sydney.edu.au>
60+
David Ross <daboross@daboross.net>
61+
Derek Chiang <derekchiang93@gmail.com> Derek Chiang (Enchi Jiang) <derekchiang93@gmail.com>
62+
Diggory Hardy <diggory.hardy@gmail.com> Diggory Hardy <github@dhardy.name>
63+
Dylan Braithwaite <dylanbraithwaite1@gmail.com> <mail@dylanb.me>
64+
Dzmitry Malyshau <kvarkus@gmail.com>
65+
Eduardo Bautista <me@eduardobautista.com> <=>
66+
Eduardo Bautista <me@eduardobautista.com> <mail@eduardobautista.com>
67+
Elliott Slaughter <elliottslaughter@gmail.com> <eslaughter@mozilla.com>
68+
Elly Fong-Jones <elly@leptoquark.net>
69+
Emily Dunham <edunham@mozilla.com> edunham <edunham@mozilla.com>
70+
Eric Holk <eric.holk@gmail.com> <eholk@cs.indiana.edu>
71+
Eric Holk <eric.holk@gmail.com> <eholk@mozilla.com>
72+
Eric Holmes <eric@ejholmes.net>
73+
Eric Reed <ecreed@cs.washington.edu> <ereed@mozilla.com>
74+
Erick Tryzelaar <erick.tryzelaar@gmail.com> <etryzelaar@iqt.org>
75+
Evgeny Sologubov
76+
Falco Hirschenberger <falco.hirschenberger@gmail.com> <hirschen@itwm.fhg.de>
77+
Felix S. Klock II <pnkfelix@pnkfx.org> Felix S Klock II <pnkfelix@pnkfx.org>
78+
Flaper Fesp <flaper87@gmail.com>
79+
Florian Wilkens <mrfloya_github@outlook.com> Florian Wilkens <floya@live.de>
80+
Gareth Daniel Smith <garethdanielsmith@gmail.com> gareth <gareth@gareth-N56VM.(none)>
81+
Gareth Daniel Smith <garethdanielsmith@gmail.com> Gareth Smith <garethdanielsmith@gmail.com>
82+
Georges Dubus <georges.dubus@gmail.com> <georges.dubus@compiletoi.net>
83+
Graham Fawcett <graham.fawcett@gmail.com> Graham Fawcett <fawcett@uwindsor.ca>
84+
Graydon Hoare <graydon@pobox.com> Graydon Hoare <graydon@mozilla.com>
85+
Guillaume Gomez <guillaume1.gomez@gmail.com> Guillaume Gomez <ggomez@ggo.ifr.lan>
86+
Heather <heather@cynede.net> <Cynede@Gentoo.org>
87+
Heather <heather@cynede.net> <Heather@cynede.net>
88+
Herman J. Radtke III <herman@hermanradtke.com> Herman J. Radtke III <hermanradtke@gmail.com>
89+
Ilyong Cho <ilyoan@gmail.com>
90+
Ivan Ivaschenko <defuz.net@gmail.com>
91+
J. J. Weber <jjweber@gmail.com>
92+
Jakub Bukaj <jakub@jakub.cc>
93+
Jakub Bukaj <jakub@jakub.cc> <jakubw@jakubw.net>
94+
Jakub Bukaj <jakub@jakub.cc> Jakub Bukaj <jakub.bukaj@yahoo.com>
95+
James Deng <cnjamesdeng@gmail.com> <cnJamesDeng@gmail.com>
96+
James Miller <bladeon@gmail.com> <james@aatch.net>
97+
James Perry <james.austin.perry@gmail.com>
98+
Jason Fager <jfager@gmail.com>
99+
Jason Orendorff <jorendorff@mozilla.com> <jason.orendorff@gmail.com>
100+
Jason Orendorff <jorendorff@mozilla.com> <jason@mozmac-2.local>
101+
Jason Toffaletti <toffaletti@gmail.com> Jason Toffaletti <jason@topsy.com>
102+
Jauhien Piatlicki <jauhien@gentoo.org> Jauhien Piatlicki <jpiatlicki@zertisa.com>
103+
Jay True <glacjay@gmail.com>
104+
Jeremy Letang <letang.jeremy@gmail.com>
105+
Jihyun Yu <j.yu@navercorp.com> <yjh0502@gmail.com>
106+
Jihyun Yu <j.yu@navercorp.com> jihyun <jihyun@nablecomm.com>
107+
Jihyun Yu <j.yu@navercorp.com> Jihyun Yu <jihyun@nclab.kaist.ac.kr>
108+
Johann Hofmann <git@johann-hofmann.com> Johann <git@johann-hofmann.com>
109+
John Clements <clements@racket-lang.org> <clements@brinckerhoff.org>
110+
John Hodge <acessdev@gmail.com> John Hodge <tpg@mutabah.net>
111+
John Kåre Alsaker <john.kare.alsaker@gmail.com>
112+
John Talling <inrustwetrust@users.noreply.github.com>
113+
Jonathan Bailey <jbailey@mozilla.com> <jbailey@jbailey-20809.local>
114+
Jonathan S <gereeter@gmail.com> Jonathan S <gereeter+code@gmail.com>
115+
Jorge Aparicio <japaric@linux.com> <japaricious@gmail.com>
116+
Joseph Martin <pythoner6@gmail.com>
117+
João Oliveira <hello@jxs.pt> joaoxsouls <joaoxsouls@gmail.com>
118+
Junyoung Cho <june0.cho@samsung.com>
119+
Jyun-Yan You <jyyou.tw@gmail.com> <jyyou@cs.nctu.edu.tw>
120+
Kang Seonghoon <kang.seonghoon@mearie.org> <public+git@mearie.org>
121+
Keegan McAllister <mcallister.keegan@gmail.com> <kmcallister@mozilla.com>
122+
Kevin Butler <haqkrs@gmail.com>
123+
Kyeongwoon Lee <kyeongwoon.lee@samsung.com>
124+
Lee Jeffery <leejeffery@gmail.com> Lee Jeffery <lee@leejeffery.co.uk>
125+
Lee Wondong <wdlee91@gmail.com>
126+
Lennart Kudling <github@kudling.de>
127+
Léo Testard <leo.testard@gmail.com>
128+
Lindsey Kuper <lindsey@composition.al> <lindsey@rockstargirl.org>
129+
Lindsey Kuper <lindsey@composition.al> <lkuper@mozilla.com>
130+
Luke Metz <luke.metz@students.olin.edu>
131+
Luqman Aden <me@luqman.ca> <laden@csclub.uwaterloo.ca>
132+
Luqman Aden <me@luqman.ca> <laden@mozilla.com>
133+
Makoto Nakashima <makoto.nksm+github@gmail.com> <makoto.nksm@gmail.com>
134+
Makoto Nakashima <makoto.nksm+github@gmail.com> gifnksm <makoto.nksm+github@gmail.com>
135+
Makoto Nakashima <makoto.nksm+github@gmail.com> NAKASHIMA, Makoto <makoto.nksm+github@gmail.com>
136+
Marcell Pardavi <marcell.pardavi@gmail.com>
137+
Margaret Meyerhofer <mmeyerho@andrew.cmu.edu> <mmeyerho@andrew>
138+
Mark Sinclair <mark.edward.x@gmail.com>
139+
Mark Sinclair <mark.edward.x@gmail.com> =Mark Sinclair <=125axel125@gmail.com>
140+
Markus Westerlind <marwes91@gmail.com> Markus <marwes91@gmail.com>
141+
Matej Lach <matej.lach@gmail.com> Matej Ľach <matej.lach@gmail.com>
142+
Matt Brubeck <mbrubeck@limpet.net> <mbrubeck@cs.hmc.edu>
143+
Matthew Auld <matthew.auld@intel.com>
144+
Matthew McPherrin <matthew@mcpherrin.ca> <matt@mcpherrin.ca>
145+
Matthijs Hofstra <thiezz@gmail.com>
146+
Michael Williams <m.t.williams@live.com>
147+
Michael Woerister <michaelwoerister@posteo> <michaelwoerister@gmail>
148+
Mickaël Raybaud-Roig <raybaudroigm@gmail.com> m-r-r <raybaudroigm@gmail.com>
149+
Ms2ger <ms2ger@gmail.com> <Ms2ger@gmail.com>
150+
Mukilan Thiagarajan <mukilanthiagarajan@gmail.com>
151+
NAKASHIMA, Makoto <makoto.nksm+github@gmail.com>
152+
Nathan Wilson <wilnathan@gmail.com>
153+
Nathaniel Herman <nherman@post.harvard.edu> Nathaniel Herman <nherman@college.harvard.edu>
154+
Neil Pankey <npankey@gmail.com> <neil@wire.im>
155+
Nicholas Mazzuca <npmazzuca@gmail.com> Nicholas <npmazzuca@gmail.com>
156+
Nick Platt <platt.nicholas@gmail.com>
157+
Nif Ward <nif.ward@gmail.com>
158+
Oliver Schneider <oliver.schneider@kit.edu> oli-obk <github6541940@oli-obk.de>
159+
Oliver Schneider <oliver.schneider@kit.edu> Oliver 'ker' Schneider <rust19446194516@oli-obk.de>
160+
Oliver Schneider <oliver.schneider@kit.edu> Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
161+
Oliver Schneider <oliver.schneider@kit.edu> Oliver Schneider <git-spam9815368754983@oli-obk.de>
162+
Oliver Schneider <oliver.schneider@kit.edu> Oliver Schneider <github333195615777966@oli-obk.de>
163+
Oliver Schneider <oliver.schneider@kit.edu> Oliver Schneider <github6541940@oli-obk.de>
164+
Ožbolt Menegatti <ozbolt.menegatti@gmail.com> gareins <ozbolt.menegatti@gmail.com>
165+
Paul Faria <paul_faria@ultimatesoftware.com> Paul Faria <Nashenas88@gmail.com>
166+
Peer Aramillo Irizar <peer.aramillo.irizar@gmail.com> parir <peer.aramillo.irizar@gmail.com>
167+
Peter Elmers <peter.elmers@yahoo.com> <peter.elmers@rice.edu>
168+
Peter Zotov <whitequark@whitequark.org>
169+
Phil Dawes <phil@phildawes.net> Phil Dawes <pdawes@drw.com>
170+
Philipp Brüschweiler <blei42@gmail.com> <blei42@gmail.com>
171+
Philipp Brüschweiler <blei42@gmail.com> <bruphili@student.ethz.ch>
172+
Przemysław Wesołek <jest@go.art.pl> Przemek Wesołek <jest@go.art.pl>
173+
Rafael Ávila de Espíndola <respindola@mozilla.com> Rafael Avila de Espindola <espindola@dream.(none)>
174+
Ralph Giles <giles@thaumas.net> Ralph Giles <giles@mozilla.com>
175+
Renato Riccieri Santos Zannon <renato@rrsz.com.br>
176+
Richard Diamond <wichard@vitalitystudios.com> <wichard@hahbee.co>
177+
Rob Arnold <robarnold@cs.cmu.edu>
178+
Rob Arnold <robarnold@cs.cmu.edu> Rob Arnold <robarnold@68-26-94-7.pools.spcsdns.net>
179+
Robert Foss <dev@robertfoss.se> robertfoss <dev@robertfoss.se>
180+
Robert Gawdzik <rgawdzik@hotmail.com> Robert Gawdzik ☢ <rgawdzik@hotmail.com>
181+
Robert Millar <robert.millar@cantab.net>
182+
Rohit Joshi <rohitjoshi@users.noreply.github.com> Rohit Joshi <rohit.joshi@capitalone.com>
183+
Russell Johnston <rpjohnst@gmail.com>
184+
Ruud van Asseldonk <dev@veniogames.com> Ruud van Asseldonk <ruuda@google.com>
185+
Ryan Scheel <ryan.havvy@gmail.com>
186+
S Pradeep Kumar <gohanpra@gmail.com>
187+
Scott Olson <scott@solson.me> Scott Olson <scott@scott-olson.org>
188+
Sean Gillespie <sean.william.g@gmail.com> swgillespie <sean.william.g@gmail.com>
189+
Seonghyun Kim <sh8281.kim@samsung.com>
190+
Simon Barber-Dueck <sbarberdueck@gmail.com> Simon BD <simon@server>
191+
Simon Sapin <simon@exyr.org> <simon.sapin@exyr.org>
192+
Simonas Kazlauskas <git@kazlauskas.me> Simonas Kazlauskas <github@kazlauskas.me>
193+
startling <tdixon51793@gmail.com>
194+
Stepan Koltsov <stepan.koltsov@gmail.com> Stepan Koltsov <nga@yandex-team.ru>
195+
Steven Fackler <sfackler@gmail.com> <sfackler@palantir.com>
196+
Steven Stewart-Gallus <sstewartgallus00@langara.bc.ca> <sstewartgallus00@mylangara.bc.ca>
197+
Stuart Pernsteiner <stuart@pernsteiner.org> Stuart Pernsteiner <spernsteiner@mozilla.com>
198+
Tamir Duberstein <tamird@gmail.com> Tamir Duberstein <tamird@squareup.com>
199+
Tero Hänninen <lgvz@users.noreply.github.com> Tero Hänninen <tejohann@kapsi.fi>
200+
Theo Belaire <theo.belaire@gmail.com> Theo Belaire <tyr.god.of.war.42@gmail.com>
201+
Thiago Pontes <email@thiago.me> thiagopnts <thiagopnts@gmail.com>
202+
Thomas Bracht Laumann Jespersen <laumann.thomas@gmail.com>
203+
Ticki <Ticki@users.noreply.github.com> Ticki <@>
204+
Tim Brooks <brooks@cern.ch> Tim Brooks <tim.brooks@staples.com>
205+
Tim Chevalier <chevalier@alum.wellesley.edu> <catamorphism@gmail.com>
206+
Tim JIANG <p90eri@gmail.com>
207+
Tim Joseph Dumol <tim@timdumol.com>
208+
Torsten Weber <TorstenWeber12@gmail.com> <torstenweber12@gmail.com>
209+
Ty Overby <ty@pre-alpha.com>
210+
Ulrik Sverdrup <bluss@users.noreply.github.com> bluss <bluss>
211+
Ulrik Sverdrup <bluss@users.noreply.github.com> bluss <bluss@users.noreply.github.com> bluss <bluss>
212+
Ulrik Sverdrup <bluss@users.noreply.github.com> Ulrik Sverdrup <root@localhost>
213+
Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
214+
Vadim Petrochenkov <vadim.petrochenkov@gmail.com> petrochenkov <vadim.petrochenkov@gmail.com>
215+
Vitali Haravy <HumaneProgrammer@gmail.com> Vitali Haravy <humaneprogrammer@gmail.com>
216+
William Ting <io@williamting.com> <william.h.ting@gmail.com>
217+
Xuefeng Wu <benewu@gmail.com> Xuefeng Wu <xfwu@thoughtworks.com>
218+
Xuefeng Wu <benewu@gmail.com> XuefengWu <benewu@gmail.com>
219+
York Xiang <bombless@126.com>
220+
Youngsoo Son <ysson83@gmail.com> <ysoo.son@samsung.com>
221+
Zach Pomerantz <zmp@umich.edu>
222+
Zack Corr <zack@z0w0.me> <zackcorr95@gmail.com>
223+
Zack Slayton <zack.slayton@gmail.com>
224+
Zbigniew Siciarz <zbigniew@siciarz.net> Zbigniew Siciarz <antyqjon@gmail.com>

branches/borrowck-snippet/.travis.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
language: generic
2+
sudo: required
3+
dist: trusty
4+
5+
# LLVM takes awhile to check out and otherwise we'll manage the submodules in
6+
# our configure script, so disable auto submodule management.
7+
git:
8+
submodules: false
9+
10+
before_install:
11+
- echo 0 | sudo tee /proc/sys/net/ipv6/conf/lo/disable_ipv6
12+
- echo 'deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty-3.7 main' | sudo tee -a /etc/apt/sources.list
13+
- echo 'deb-src http://llvm.org/apt/trusty/ llvm-toolchain-trusty-3.7 main' | sudo tee -a /etc/apt/sources.list
14+
- sudo apt-get update
15+
- sudo apt-get --force-yes install curl make g++ python2.7 git zlib1g-dev libedit-dev llvm-3.7-tools
16+
17+
script:
18+
- ./configure --llvm-root=/usr/lib/llvm-3.7
19+
- make tidy && make check-notidy -j4
20+
21+
# Real testing happens on http://buildbot.rust-lang.org/
22+
#
23+
# See https://github.com/rust-lang/rust-buildbot
24+
# CONTRIBUTING.md#pull-requests
25+
26+
notifications:
27+
email: false
28+
29+
branches:
30+
only:
31+
- master

0 commit comments

Comments
 (0)