about summary refs log tree commit diff
path: root/src/bootstrap/bootstrap.py
AgeCommit message (Expand)AuthorLines
2017-02-25Rollup merge of #39903 - binarycrusader:issue-39901, r=alexcrichtonEduard-Mihai Burtescu-0/+2
2017-02-23rustbuild: Retry downloads by defaultAlex Crichton-4/+17
2017-02-20bootstrap: stop trashing (DY)LD_LIBRARY_PATHTatsuyuki Ishi-2/+6
2017-02-17Auto merge of #39578 - canndrew:nixos-bootstrap-fix, r=alexcrichtonbors-0/+56
2017-02-17Style fixupsAndrew Cann-5/+6
2017-02-16add solaris sparcv9 supportShawn Walker-Salas-0/+2
2017-02-14Auto merge of #39728 - eddyb:vendeur-tres-bien, r=alexcrichtonbors-0/+5
2017-02-14Automatically vendor Cargo deps when building the source tarballs.Eduard-Mihai Burtescu-0/+5
2017-02-12fix portability issue in error handling of build_tripleShawn Walker-Salas-1/+1
2017-02-11fix exception handling for isainfo execution failureShawn Walker-Salas-1/+1
2017-02-11fix copy pastaShawn Walker-Salas-1/+1
2017-02-11Add Solaris as recognized ostypeShawn Walker-Salas-0/+15
2017-02-11Change test for being on nixos againAndrew Cann-1/+1
2017-02-11Change test for being on NixOSAndrew Cann-1/+1
2017-02-06Fix for bootstrapping on NixOSAndrew Cann-1/+56
2017-02-05Rollup merge of #39491 - dumbbell:support-aarch64-unknown-freebsd, r=alexcric...Corey Farwell-0/+2
2017-02-03`aarch64` CPU type is called `arm64` on FreeBSDJean-Sébastien Pédron-0/+2
2017-02-02Fix typo in bootstrap.py info messageDirkjan Ochtman-1/+1
2017-02-02Guard against USER not existing in the environmentDirkjan Ochtman-1/+1
2017-02-02Don't check for sudo environment if vendored sources are already configuredDirkjan Ochtman-1/+1
2017-01-07rustbuild: Pass --retry 3 to curlAlex Crichton-1/+1
2016-12-19rustbuild: Update Cargo download locationAlex Crichton-13/+9
2016-12-19add and document `--incremental` flag along with misc other changesNiko Matsakis-0/+2
2016-12-07mk: Switch rustbuild to the default build systemAlex Crichton-26/+67
2016-11-09rustbuild: enable an initial local cargoJosh Stone-1/+4
2016-11-09Rollup merge of #37524 - alexcrichton:vendor, r=brsonEduard-Mihai Burtescu-3/+24
2016-11-08rustbuild: Tweak for vendored dependenciesAlex Crichton-3/+24
2016-11-07rustbuild: support MIPS host buildsWang Xuerui-0/+16
2016-11-02rustbuild: Rewrite user-facing interfaceAlex Crichton-4/+2
2016-09-17inherit from objectEitan Adler-5/+6
2016-09-16Try to support py3 with rustbuild betterSimonas Kazlauskas-3/+5
2016-07-06Rollup merge of #34558 - GlenDC:master, r=alexcrichtonSteve Klabnik-1/+1
2016-07-06Tweak verbosity to hopefully better match intuitive expectationsXimin Luo-2/+2
2016-07-06Have verify() return a bool rather than a generic RuntimeErrorXimin Luo-10/+9
2016-07-04Avoid redundant downloads when bootstrappingXimin Luo-0/+8
2016-07-03Auto merge of #34614 - cynicaldevil:build-time, r=alexcrichtonbors-0/+12
2016-07-02Build: Shows total time taken to build the compilerNikhil Shagrithaya-0/+12
2016-07-01Older versions of python 2.7 can raise a WindowsError instead of a subprocess...CensoredUsername-1/+1
2016-06-29propagate rustbuild's bootstrap.py '--help' flagdecauwsemaecker.glen@gmail.com-1/+1
2016-06-04Auto merge of #33991 - alexcrichton:rustbuild-more-clean, r=aturonbors-3/+8
2016-06-01build: avoid repeated string concatenation in pythonSteven Allen-9/+9
2016-05-31Auto merge of #33141 - tshepang:python-love, r=brsonbors-11/+11
2016-05-31rustbuild: Clean more on `make clean`Alex Crichton-3/+8
2016-05-08Remove sha256 file only if present.Cyryl Płotnicki-Chudyk-5/+8
2016-05-08Better error handling for bootstrap file downloads.Cyryl Płotnicki-Chudyk-14/+20
2016-04-30Code cleanup in download() in bootstrap.pyCyryl Płotnicki-Chudyk-12/+12
2016-04-30Get a file during bootstrap to a temp location.Cyryl Płotnicki-Chudyk-5/+23
2016-04-26some Python nits and fixesTshepang Lekhonkhobe-11/+11
2016-04-19mk: Bootstrap from stable instead of snapshotsAlex Crichton-67/+84
2016-04-18rustbuild: Add support for compiletest test suitesAlex Crichton-1/+1