about summary refs log tree commit diff
path: root/src/bootstrap/native.rs
AgeCommit message (Expand)AuthorLines
2019-01-31Auto merge of #57514 - michaelwoerister:xlto-tests, r=alexcrichtonbors-0/+4
2019-01-30bootstrap: Expose LLVM_USE_LINKER cmake option to config.toml.Michael Woerister-0/+4
2019-01-25Set LLDB_NO_DEBUGSERVER=ONJosh Stone-0/+1
2019-01-25Rebase to the llvm-project monorepoJosh Stone-6/+8
2019-01-13Support passing cflags/cxxflags/ldflags to LLVM buildPetr Hosek-1/+14
2019-01-12Rollup merge of #57368 - petrhosek:cmake-compiler-launcher, r=alexcrichtonMazdak Farrokhzad-8/+6
2019-01-07Build LLVM with -static-libstdc++ on dist buildsAlex Crichton-8/+8
2019-01-05Use CMAKE_{C,CXX}_COMPILER_LAUNCHER for ccachePetr Hosek-8/+6
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-17Auto merge of #56642 - nikic:llvm-6, r=alexcrichtonbors-2/+2
2018-12-10bootstrap: fix editionljedrz-4/+4
2018-12-09Bump minimum required LLVM version to 6.0Nikita Popov-2/+2
2018-12-08Auto merge of #56578 - alexreg:cosmetic-1, r=alexregbors-1/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-07use top level `fs` functions where appropriateAndy Russell-6/+3
2018-10-26Typo fixes in configure_cmake commentsEddy Petrișor-2/+2
2018-10-20Update Cargo, build curl/OpenSSL statically via featuresAlex Crichton-186/+0
2018-09-14Rollup merge of #53829 - alexcrichton:release-debuginfo, r=michaelwoeristerkennytm-3/+4
2018-09-10Add rustc SHA to released DWARF debuginfoAlex Crichton-3/+4
2018-09-07rustbuild: allow configuring llvm version suffixMarc-Antoine Perennou-0/+4
2018-09-05propagate build.python into cmakeNathan Froyd-0/+4
2018-08-31Update LLVM submoduleAlex Crichton-0/+1
2018-08-29bootstrap: Link LLVM tools dynamically in order to save time in ThinLTO builds.Michael Woerister-8/+4
2018-08-20bootstrap: Never compiler llvm-emscripten with ThinLTO.Michael Woerister-1/+1
2018-08-20bootstrap: Allow for building LLVM with ThinLTO.Michael Woerister-0/+5
2018-08-20bootstrap: Allow to specify ranlib tool used when compiling C++ code.Michael Woerister-0/+8
2018-08-14Add lldb to the buildTom Tromey-3/+16
2018-08-10aarch64-unknown-netbsd: add openssl configurationJonathan A. Kollasch-0/+1
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