summary refs log tree commit diff
path: root/src/bootstrap/bootstrap.py
AgeCommit message (Expand)AuthorLines
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
2016-04-13rustbuild: Verify sha256 of downloaded tarballsNick Platt-7/+24
2016-04-13rustbuild: Improve error messaging in bootstrap.pyNick Platt-6/+16
2016-03-01rustbuild: Fix building from an empty directoryAlex Crichton-1/+2
2016-02-28rustbuild: Update nightly dateAlex Crichton-0/+1
2016-02-11bootstrap: Read configuration from config.mkAlex Crichton-0/+16
2016-02-11Add a Cargo-based build systemAlex Crichton-0/+300