about summary refs log tree commit diff
path: root/src/bootstrap/native.rs
AgeCommit message (Expand)AuthorLines
2018-07-28Don't format!() string literalsljedrz-1/+1
2018-07-09bump minimum LLVM version to 5.0gnzlbg-3/+3
2018-07-06Rollup merge of #51619 - mksully22:ppc64le_rust, r=alexcrichtonkennytm-0/+1
2018-07-03rust: add initial changes to support powerpc64le muslMike Sullivan-0/+1
2018-06-20no -Bsymbolic for mac; no static-libstdc++ for windowsJorge Aparicio-1/+7
2018-06-03make a llvm-tools rustup componentJorge Aparicio-2/+2
2018-06-03statically link the tools to libstdc++Jorge Aparicio-0/+5
2018-06-03ship LLVM tools with the toolchainJorge Aparicio-2/+5
2018-05-18Add armv6-unknown-netbsd-eabihf targetJonathan A. Kollasch-0/+1
2018-05-18Add armv7-unknown-netbsd-eabihf targetJonathan A. Kollasch-0/+1
2018-05-09ci: Compile LLVM with Clang 6.0.0Alex Crichton-9/+59
2018-04-20Disable auto-detection of libxml2 when compiling llvm.Johannes Nixdorf-0/+1
2018-04-17Remove uses of Build across Builder stepsMark Simulacrum-73/+69
2018-04-03Fix a few accidental expectationsMark Simulacrum-0/+4
2018-04-03Avoid printing output when in dry run modeMark Simulacrum-8/+8
2018-04-03Refactor to use a dry-run config instead of cfg(test)Mark Simulacrum-6/+8
2018-04-03Stub out various functions during testingMark Simulacrum-0/+12
2018-03-09rustbuild: Pass `-j1` to OpenSSL `make install`Alex Crichton-1/+1
2018-03-09Auto merge of #48891 - alexcrichton:dist-osx-9.3, r=kennytmbors-2/+2
2018-03-09travis: Upgrade dist builders for OSXAlex Crichton-2/+2
2018-03-09rustbuild: Fix MSBuild location of `llvm-config.exe`Alex Crichton-3/+6
2018-03-03rustc: Tweak default linker selectionAlex Crichton-5/+8
2018-03-03rust: Import LLD for linking wasm objectsAlex Crichton-69/+129
2018-02-26bootstrap: Add openssl configuration for powerpc-unknown-linux-gnuspeJohn Paul Adrian Glaubitz-0/+1
2018-02-25Rollup merge of #48489 - glaubitz:x32-linux, r=alexcrichtonkennytm-0/+1
2018-02-25Rollup merge of #48297 - glaubitz:sparc-linux, r=estebankkennytm-0/+1
2018-02-25Rollup merge of #48281 - jakllsch:netbsd-powerpc, r=alexcrichtonkennytm-0/+1
2018-02-24Remove directory `src/rt`Vadim Petrochenkov-3/+3
2018-02-24bootstrap: Add openssl configuration for x86_64-unknown-linux-gnux32John Paul Adrian Glaubitz-0/+1
2018-02-23bootstrap: Add openssl configuration for sparc-unknown-linux-gnuJohn Paul Adrian Glaubitz-0/+1
2018-02-16Add powerpc-unknown-netbsd targetJonathan A. Kollasch-0/+1
2018-02-15Auto merge of #48203 - kennytm:rollup, r=kennytmbors-0/+8
2018-02-14Rollup merge of #47846 - roblabla:bugfix-ocaml, r=kennytmkennytm-0/+8
2018-02-11Change Step to be invoked with a path when in default mode.Mark Simulacrum-3/+1
2018-02-10Add comment about the problem, and use provided path if availableroblabla-1/+8
2018-02-09rustc: Upgrade to LLVM 6Alex Crichton-1/+1
2018-01-29Work around LLVM OCAML binding installation failureroblabla-0/+1
2018-01-28rustc: Split Emscripten to a separate codegen backendAlex Crichton-19/+56
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-5/+0
2018-01-11Add i586-unknown-linux-musl targetMarco A L Barbosa-0/+2
2017-11-28*: strip calls to cc::Build::compileTamir Duberstein-1/+1
2017-11-25rustbuild: Enable WebAssembly backend by defaultAlex Crichton-4/+1
2017-11-04rustbuild: Update the OpenSSL version to linkAlex Crichton-2/+2
2017-10-29Support Dragonfly when building OpensslMichael Neumann-0/+1
2017-10-24bootstrap: Add openssl configuration for sparc64-unknown-linux-gnuJohn Paul Adrian Glaubitz-0/+1
2017-10-16bootstrap: update and enable the LLVM version-checkJosh Stone-4/+7
2017-10-15rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov-0/+7
2017-10-12rustbuild: Make openssl download more reliable.kennytm-20/+37
2017-09-29Rollup merge of #44320 - jakllsch:jakllsch-caf2c3d2-c939-4c4d-8c68-1aecbd570f...Mark Simulacrum-2/+2
2017-09-28Auto merge of #44785 - alexcrichton:update-cargo, r=nikomatsakisbors-2/+2