about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2019-12-13Fix the configure.py TOML field for a couple LLVM optionsJosh Stone-2/+2
2019-12-13Auto merge of #67077 - Aaron1011:build-llvm-in-binary, r=alexcrichtonbors-344/+125
2019-12-12Auto merge of #67172 - jethrogb:jb/bootstrap-linker, r=alexcrichtonbors-11/+17
2019-12-11Add comment explaining original `maybe_install_llvm_dylib` callAaron Hill-0/+3
2019-12-11Fix missing libLLVM.so in stage0 sysroot.Aaron Hill-0/+38
2019-12-11Fix a test in the bootstrap test suiteAlex Crichton-0/+4
2019-12-11Fix some linking of LLVM's dynamic libraryAlex Crichton-25/+24
2019-12-11rustc: Link LLVM directly into rustc againAlex Crichton-320/+57
2019-12-10Move CI to new builtin check-toolstateMark Rousskov-0/+2
2019-12-10Add toolstate checking into bootstrapMark Rousskov-27/+406
2019-12-09Bootstrap: change logic for choosing linker and rpathJethro Beekman-11/+17
2019-12-04SGX: Fix target linker used by bootstrapJethro Beekman-0/+1
2019-12-02Update the minimum external LLVM to 7Josh Stone-2/+2
2019-12-01rustbuild: don't clobber RUSTFLAGS, append to itXimin Luo-5/+7
2019-12-01rustbuild: fix cross-compile installXimin Luo-1/+1
2019-11-26Fix spelling typosBrian Wignall-1/+1
2019-11-25Rollup merge of #66569 - pietroalbini:gha-1, r=alexcrichtonPietro Albini-0/+4
2019-11-22ci: add support for GitHub Actions in the CI scriptsPietro Albini-0/+4
2019-11-20debuginfo: Support for std::collections::Hash* in windows debuggers.MaulingMonkey-0/+1
2019-11-13Rollup merge of #66317 - cuviper:bindir_relative, r=Mark-SimulacrumYuki Okushi-1/+16
2019-11-13Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavusYuki Okushi-1/+1
2019-11-13Rollup merge of #65932 - guanqun:download-xz, r=alexcrichtonYuki Okushi-14/+29
2019-11-12Hopefully fix rustdoc buildMark Rousskov-1/+12
2019-11-12Bump version to 1.41Mark Rousskov-1/+1
2019-11-12Fallback to the unmodified path in bindir_relativeJosh Stone-8/+10
2019-11-12Rollup merge of #66263 - guanqun:make-error-explicit, r=alexcrichtonYuki Okushi-3/+3
2019-11-11Use a relative bindir for rustdoc to find rustcJosh Stone-1/+14
2019-11-12bootstrap: don't call support_xz in hot-pathGuanqun Lu-21/+22
2019-11-11Update clippyManish Goregaokar-0/+5
2019-11-10download .tar.xz if python3 is usedGuanqun Lu-9/+23
2019-11-10make the error message more readableGuanqun Lu-3/+3
2019-11-06rename cfg(rustdoc) into cfg(doc)Guillaume Gomez-1/+1
2019-11-05Auto merge of #65911 - mati865:static-libstdcxx-mingw, r=alexcrichtonbors-5/+5
2019-10-31Rollup merge of #65274 - pietroalbini:ci-upload-toolstate, r=alexcrichtonMazdak Farrokhzad-0/+4
2019-10-30Statically link libstdc++ on windows-gnuMateusz MikuĊ‚a-5/+5
2019-10-30ci: move toolstates.json to /tmp/toolstate/ and docker mount itPietro Albini-0/+4
2019-10-29Rollup merge of #65920 - smaeul:patch/workspace-hack, r=alexcrichtonTyler Mandry-0/+1
2019-10-29Rollup merge of #65843 - xen0n:mips64-musl-targets-with-ci, r=alexcrichtonTyler Mandry-0/+4
2019-10-29Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichtonTyler Mandry-0/+4
2019-10-28Use rustc-workspace-hack for rustbookSamuel Holland-0/+1
2019-10-26Auto merge of #65167 - hermitcore:rusty-hermit, r=alexcrichtonbors-1/+1
2019-10-26ci: add support for MIPS64 musl targetsWang Xuerui-0/+4
2019-10-26use plain cargo to install xargoRalf Jung-11/+1
2019-10-26bootstrap now takes care of installing xargoRalf Jung-4/+21
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-0/+4
2019-10-25Merge branch 'master' into rusty-hermit, resolve conflictsStefan Lankes-55/+143
2019-10-25Rollup merge of #65408 - guanqun:remove-rust-optimize, r=Mark-SimulacrumMazdak Farrokhzad-15/+15
2019-10-24reorder TomlTarget struct's fields based on the order in config.toml.exampleGuanqun Lu-2/+2
2019-10-24reorder Rust struct's fields based on the order in config.toml.exampleGuanqun Lu-5/+5
2019-10-24reorder Install struct's fields based on the order in config.toml.exampleGuanqun Lu-1/+1