about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2017-08-29Rollup merge of #44134 - vorner:x-py-unknown-cmd, r=nikomatsakisAriel Ben-Yehuda-1/+1
2017-08-29Rollup merge of #44121 - ishitatsuyuki:bootstrap-deps-purge, r=Mark-SimulacrumAriel Ben-Yehuda-1/+0
2017-08-29Rollup merge of #44076 - RalfJung:src, r=alexcrichtonAriel Ben-Yehuda-0/+6
2017-08-29rustbuild: Don't require cross-compiled error indexAlex Crichton-5/+0
2017-08-28use an optional bool to keep track of ignore-git setting, if not specified by...Jeremy Sorensen-1/+5
2017-08-28rustbuild: Fix dependencies of build-manifestAlex Crichton-1/+1
2017-08-28rustbuild: Fix uplifting stage1 on cross buildsAlex Crichton-1/+1
2017-08-28Explicitly run perl for OpenSSL ConfigureSamuel Holland-1/+2
2017-08-28Auto merge of #44107 - alexcrichton:no-shell-configure, r=Mark-Simulacrumbors-445/+612
2017-08-28bootstrap: remove unneeded extern crateTatsuyuki Ishi-1/+0
2017-08-27rustbuild: Rewrite the configure script in PythonAlex Crichton-445/+612
2017-08-27Fail ./x.py on invalid commandMichal 'vorner' Vaner-1/+1
2017-08-26Do not include the src/Cargo.tomlRalf Jung-1/+0
2017-08-25rustbuild: Automatically enable Ninja on MSVCAlex Crichton-4/+21
2017-08-24include Cargo.{toml,lock} in rust-src tarballRalf Jung-0/+7
2017-08-24Require adding clippy's path to the `x.py` invocationOliver Schneider-1/+1
2017-08-22Inline crt-static choice for pc-windows-msvcSamuel Holland-7/+6
2017-08-22Introduce crt_static target option in config.tomlSamuel Holland-0/+22
2017-08-22Copy musl startup objects before building stdSamuel Holland-16/+27
2017-08-22Infer a default musl_root for native buildsSamuel Holland-1/+8
2017-08-22Improve explanation of musl_rootSamuel Holland-1/+4
2017-08-21Update rustbuild READMEMark Simulacrum-16/+20
2017-08-17Rollup merge of #43916 - integer32llc:cargo-docs-redirect, r=alexcrichtonCorey Farwell-1/+46
2017-08-17Rollup merge of #43891 - Fourchaux:master, r=steveklabnikCorey Farwell-2/+2
2017-08-16Implement a temp redirect for cargo docsCarol (Nichols || Goulding)-1/+46
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-36/+36
2017-08-15Fix typos & us spellingsFourchaux-2/+2
2017-08-15Add clippy as a submoduleOliver Schneider-1/+39
2017-08-15Auto merge of #43863 - steveklabnik:ship-the-rustdoc-book, r=frewsxcvbors-1/+2
2017-08-14start building the rustdoc booksteveklabnik-1/+2
2017-08-14Auto merge of #43842 - bjorn3:no_llvm_cleanup, r=alexcrichtonbors-17/+26
2017-08-13Change run-make ignore messagebjorn3-1/+1
2017-08-13Remove some more cfg'sbjorn3-17/+26
2017-08-13Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkovGuillaume Gomez-3/+3
2017-08-13Build rustdoc with the native build tripleMark Simulacrum-1/+1
2017-08-13Cargotest needs only one rustdoc.exe to exist on WindowsMark Simulacrum-1/+4
2017-08-13Correct code to not run host-only tests.Mark Simulacrum-3/+7
2017-08-13Clean tools after building libstd/libtest/librustc.Mark Simulacrum-6/+21
2017-08-13Build rustdoc only at the top stageMark Simulacrum-25/+21
2017-08-13Build rustdoc with the stageN compiler in N >= 2.Mark Simulacrum-0/+4
2017-08-13Make the message for building rustdoc slightly nicerMark Simulacrum-32/+48
2017-08-13Add ability to ignore git when building rust.Mark Simulacrum-6/+11
2017-08-13Allow overriding build triple via flag.Mark Simulacrum-5/+7
2017-08-13Allow specifiying targets and hosts not in the config file.Mark Simulacrum-10/+0
2017-08-13Unify flags into config.Mark Simulacrum-117/+126
2017-08-12Fix some typosBastien Orivel-3/+3
2017-08-11Move config.toml.example to the root dirSteven Fackler-334/+2
2017-08-11Build support for no llvmbjorn3-0/+17
2017-08-08pass rustc_libdir instead of sysroot_libdir() for running rustdoc from rustbuildSébastien Marie-1/+1
2017-08-04Auto merge of #43577 - cuviper:link-llvm-dylib, r=sanxiynbors-0/+9