about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2016-07-07Auto merge of #34677 - alexcrichton:no-more-build-directory, r=brsonbors-930/+909
2016-07-06Rollup merge of #34558 - GlenDC:master, r=alexcrichtonSteve Klabnik-1/+1
2016-07-05rustbuild: Remove the `build` directoryAlex Crichton-930/+909
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-02Auto merge of #34597 - CensoredUsername:bootstrap-fix, r=alexcrichtonbors-1/+1
2016-07-02Build: Shows total time taken to build the compilerNikhil Shagrithaya-0/+12
2016-07-02Rollup merge of #34567 - alexcrichton:rustbuild-android, r=brsonManish Goregaokar-52/+227
2016-07-02Rollup merge of #34545 - sanxiyn:rustbuild, r=alexcrichtonManish Goregaokar-0/+5
2016-07-01Older versions of python 2.7 can raise a WindowsError instead of a subprocess...CensoredUsername-1/+1
2016-06-30Auto merge of #34563 - alexcrichton:robust-mk, r=brsonbors-4/+6
2016-06-30rustbuild: Clean out tmp directory on `make clean`Alex Crichton-0/+3
2016-06-30mk: Don't consider LLVM done until it's doneAlex Crichton-4/+6
2016-06-29rustbuild: Implement testing for AndroidAlex Crichton-52/+227
2016-06-29propagate rustbuild's bootstrap.py '--help' flagdecauwsemaecker.glen@gmail.com-1/+1
2016-06-29Add rustc-stageN targets to rustbuildSeo Sanghyeon-0/+5
2016-06-27rustbuild: Update how compiler-rt is calledAlex Crichton-23/+46
2016-06-22Fix typo in bootstrap READMEFabian Vogt-1/+1
2016-06-16Fix issue where rustbuild expected msvc to have arPeter Atashian-6/+10
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-23rustbuild: Add support for --enable-local-rustAlex Crichton-4/+8
2016-05-23bootstrap: rename Config.rebuild to .local_rebuildJosh Stone-4/+4
2016-05-22bootstrap: mirror mk's local-rebuild changesJosh Stone-2/+12
2016-05-18rustbuild: Pass -O to tests based on configurationAlex Crichton-2/+25
2016-05-18rustbuild: Add missing test suitesAlex Crichton-15/+57
2016-05-13check check-ui and check-incremental in checkNiko Matsakis-0/+2
2016-05-13modify rust-build to support incremental, ui testsNiko Matsakis-0/+12
2016-05-12rustbuild: Add support for crate tests + doctestsAlex Crichton-8/+122
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-1/+18
2016-05-08Auto merge of #33360 - alexcrichton:rustbuild-dox, r=brsonbors-47/+726
2016-05-08Auto merge of #33288 - cyplo:32834_retry_download, r=alexcrichtonbors-11/+38
2016-05-08Auto merge of #33414 - Nercury:master, r=alexcrichtonbors-0/+6
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-05-07Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnikSteve Klabnik-1/+1
2016-05-07Add armv7-linux-androideabi target.Nerijus Arlauskas-0/+6
2016-05-06remove unused aux-base argumentNiko Matsakis-1/+0
2016-05-06Distribute both rust-lldb and rust-gdb everywhere except win-msvcBrian Anderson-9/+9
2016-05-05Fix some some duplicate words.Georg Brandl-1/+1
2016-05-03rustbuild: Document many more parts of the buildAlex Crichton-47/+726
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-28test: Move run-make tests into compiletestAlex Crichton-1/+37
2016-04-26some Python nits and fixesTshepang Lekhonkhobe-11/+11
2016-04-23Auto merge of #33092 - alexcrichton:rustbuild-docs, r=brsonbors-1/+58