summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
AgeCommit message (Expand)AuthorLines
2017-11-21rustbuild: Allow using unstable rustdoc features on betaAlex Crichton-1/+2
2017-11-16rustbuild: Install rustfmt as part of extended buildMarc-Antoine Perennou-1/+1
2017-11-13Distribute RustfmtNick Cameron-1/+2
2017-11-12Auto merge of #45908 - alexcrichton:disable-thinlto-libtest, r=Mark-Simulacrumbors-0/+1
2017-11-10rustbuild: Disable ThinLTO for libtestAlex Crichton-0/+1
2017-11-06rustbuild: Re-enable ThinLTO for MIPSAlex Crichton-2/+1
2017-10-31rustbuild: Don't build with ThinLTO on MIPSAlex Crichton-6/+8
2017-10-22Auto merge of #45400 - alexcrichton:bootstrap-thinlto, r=Mark-Simulacrumbors-2/+12
2017-10-20rustbuild: Compile rustc with ThinLTOAlex Crichton-2/+12
2017-10-18Make sure to clear out the stageN-{rustc,std,tools} directories.Mark Simulacrum-1/+1
2017-10-15Don't use target's linker when linking build scriptsVadim Petrochenkov-5/+7
2017-10-15rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov-13/+37
2017-10-10render the rust version into std/compiler/test docsQuietMisdreavus-1/+5
2017-09-29Rollup merge of #44694 - tommyip:make_clean, r=Mark-SimulacrumMark Simulacrum-1/+1
2017-09-23Remove leftoverbjorn3-6/+0
2017-09-23Move NoLlvmMetadataLoader to rustc_trans_traitsbjorn3-0/+3
2017-09-23Dont do no-trans for llvm enabled buildsbjorn3-0/+6
2017-09-23Allow building stage 2 compiler librariesbjorn3-1/+1
2017-09-20Add --all flag to ./x.py cleanTommy Ip-1/+1
2017-09-19Add clippy to `toolstate.toml`Oliver Schneider-1/+1
2017-09-18Auto merge of #43628 - oli-obk:orbital_standard_library, r=alexcrichtonbors-3/+4
2017-09-17Prevent distribution if miri is enabledOliver Schneider-1/+1
2017-09-17Get the miri test suite to run inside the rustc dev environmentOliver Schneider-2/+3
2017-09-17Auto merge of #44607 - alexcrichton:rustbuild-no-j, r=Mark-Simulacrumbors-6/+12
2017-09-17rustbuild: Don't pass `-j` if called by `make`Alex Crichton-6/+12
2017-09-13Build and test RustfmtNick Cameron-2/+2
2017-09-05Test rustdoc unit tests.Mark Simulacrum-3/+3
2017-09-02Auto merge of #43886 - oli-obk:clippy, r=nrcbors-1/+1
2017-08-22Introduce crt_static target option in config.tomlSamuel Holland-0/+4
2017-08-16Implement a temp redirect for cargo docsCarol (Nichols || Goulding)-1/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-5/+5
2017-08-15Add clippy as a submoduleOliver Schneider-1/+1
2017-08-15Auto merge of #43863 - steveklabnik:ship-the-rustdoc-book, r=frewsxcvbors-1/+1
2017-08-14start building the rustdoc booksteveklabnik-1/+1
2017-08-13Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkovGuillaume Gomez-2/+2
2017-08-13Correct code to not run host-only tests.Mark Simulacrum-3/+1
2017-08-13Build rustdoc only at the top stageMark Simulacrum-11/+8
2017-08-13Unify flags into config.Mark Simulacrum-19/+12
2017-08-12Fix some typosBastien Orivel-2/+2
2017-08-08pass rustc_libdir instead of sysroot_libdir() for running rustdoc from rustbuildSébastien Marie-1/+1
2017-07-29rustbuild: Enable building LLVMAlex Crichton-1/+3
2017-07-27Make sure CFG_RELEASE_CHANNEL is always set.Mark Simulacrum-0/+4
2017-07-27Build rustdoc on-demand.Mark Simulacrum-7/+21
2017-07-20Change make_run signature to taking a RunConfig struct for refactorability.Mark Simulacrum-8/+16
2017-07-20Add an optional condition to constrain defaults.Mark Simulacrum-5/+18
2017-07-20Check RLS testsMark Simulacrum-1/+2
2017-07-20Don't run host-only tests when targeting another platformMark Simulacrum-3/+3
2017-07-20Allow iterating over step descriptions.Mark Simulacrum-107/+113
2017-07-20Implement available paths list.Mark Simulacrum-7/+98
2017-07-20Krate -> CrateMark Simulacrum-2/+2