summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2016-08-14Auto merge of #35666 - eddyb:rollup, r=eddybbors-3/+9
2016-08-14Rollup merge of #35577 - japaric:relax, r=alexcrichtonEduard-Mihai Burtescu-2/+7
2016-08-14Rollup merge of #35574 - badboy:emscripten-test-fixes, r=brsonEduard-Mihai Burtescu-1/+2
2016-08-12Produce source package in rust-installer format in addition to vanilla tarballDiggory Blake-1/+206
2016-08-11fix matchJorge Aparicio-1/+2
2016-08-10add -mrelax-relocations=no to i686-musl and i586-gnuJorge Aparicio-2/+6
2016-08-10[emscripten] Disable jemalloc for emscriptenJan-Erik Rediger-1/+2
2016-08-10Improved checking of target's llvm_configCameron Hart-1/+11
2016-08-06Merge branch 'master' into issue-30961Cameron Hart-91/+439
2016-08-02Fix style issuesm4b-2/+2
2016-08-01Add -mrelax-relocations=no hacks to fix musl buildm4b-0/+6
2016-07-30Auto merge of #35060 - japaric:arm-musl, r=alexcrichtonbors-9/+8
2016-07-30Auto merge of #35004 - asomers:master, r=alexcrichtonbors-1/+3
2016-07-30Add ARM MUSL targets.Timon Van Overveldt-3/+2
2016-07-30Update gcc crate dependency to 0.3.27.Timon Van Overveldt-6/+6
2016-07-30Auto merge of #35117 - aravind-pg:path, r=alexcrichtonbors-0/+9
2016-07-29Make rust build pass LLVM_RUSTLLVM to C++ compilerCameron Hart-0/+4
2016-07-27rustbuild: Ensure PATH does not contain invalid character `"`Aravind Gollakota-0/+9
2016-07-26rustbuild: make backtraces (RUST_BACKTRACE) optionalJorge Aparicio-0/+10
2016-07-24Follow-up to 1afb17ed5f9206e1e04c5d72ea724c5fadadd46cAlan Somers-1/+3
2016-07-21Auto merge of #34715 - scottcarr:mir-test, r=nikomatsakisbors-0/+7
2016-07-20add mir optimization tests, dump-mir-dir optionScott A Carr-0/+7
2016-07-20mk: Stop using cmake for compiler-rtAlex Crichton-82/+397
2016-07-16Auto merge of #34606 - mathstuf:llvm-with-ninja, r=alexcrichtonbors-0/+1
2016-07-16Auto merge of #34779 - infinity0:master, r=alexcrichtonbors-2/+15
2016-07-15rustbuild: If local-rust is the same as the current version, then force a loc...Ximin Luo-2/+15
2016-07-13build compiler docs if requested in configTim Neumann-4/+12
2016-07-13only remove directory if it existsTim Neumann-1/+1
2016-07-13create global doc dir for all doc targetsTim Neumann-0/+2
2016-07-07llvm, rt: build using the Ninja generator if availableBen Boeckel-0/+1
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