about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2018-04-13rustbuild: allow building tools with debuginfoJosh Stone-4/+14
2018-04-13Remove -Z miri debugging optionFabio B-4/+1
2018-04-12Fix test failure in src/tools/rustdoc-themes when rust.rpath = falseChris Coulson-1/+1
2018-04-11Don't inject clippy into rls on stable/betaOliver Schneider-1/+2
2018-04-11Rollup merge of #49809 - Mark-Simulacrum:no-color-for-dumb, r=alexcrichtonkennytm-1/+3
2018-04-11Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichtonbors-0/+23
2018-04-09Add rustc book to the build systemsteveklabnik-2/+4
2018-04-09Stop emitting color codes on TERM=dumbMark Simulacrum-1/+3
2018-04-09Auto merge of #49778 - tamird:install-relative-prefix, r=Mark-Simulacrumbors-1/+3
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-0/+23
2018-04-08rustbuild: canonicalize prefix `install_sh`Tamir Duberstein-1/+3
2018-04-08Auto merge of #49774 - danc86:configure.py-tools, r=alexcrichtonbors-1/+3
2018-04-08Auto merge of #49771 - tamird:incremental-no-stage-1, r=Mark-Simulacrumbors-7/+1
2018-04-08Auto merge of #49759 - ollie27:rustbuild_cargo, r=Mark-Simulacrumbors-1/+1
2018-04-08configure.py --tools should set a list instead of a stringDan Callaghan-1/+3
2018-04-07Don't default to stage 1 with incrementalTamir Duberstein-7/+1
2018-04-07rustbuild: Fix setting initial cargoOliver Middleton-1/+1
2018-04-07Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakisbors-4/+2
2018-04-06bootstrap: Remove the fast pathTatsuyuki Ishi-4/+1
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-4/+2
2018-04-05Rollup merge of #49654 - davidtwco:issue-29893, r=alexcrichtonkennytm-0/+1
2018-04-05Rollup merge of #49563 - japaric:std-thumb, r=alexcrichtonkennytm-35/+70
2018-04-04compile other no-std cratesJorge Aparicio-1/+4
2018-04-04Revert "create a nostd crate"Jorge Aparicio-4/+4
2018-04-04create a nostd crateJorge Aparicio-4/+4
2018-04-04Documenting private items in compiler docs.David Wood-0/+1
2018-04-03Stop checking that the graph produced by a dry run is equivalentMark Simulacrum-12/+4
2018-04-03Fix a few accidental expectationsMark Simulacrum-12/+32
2018-04-03Avoid printing output when in dry run modeMark Simulacrum-94/+105
2018-04-03Refactor to use a dry-run config instead of cfg(test)Mark Simulacrum-293/+393
2018-04-03Implement generating graphs of the build stepsMark Simulacrum-4/+46
2018-04-03Stub out less codeMark Simulacrum-25/+17
2018-04-03Add tests to rustbuildMark Simulacrum-2/+497
2018-04-03Extract default Config into functionMark Simulacrum-20/+21
2018-04-03Make test steps sortableMark Simulacrum-19/+33
2018-04-03Stub out various functions during testingMark Simulacrum-12/+45
2018-04-03Permit constructing Build without executingMark Simulacrum-19/+21
2018-04-03Permit constructing Builder without executingMark Simulacrum-10/+17
2018-04-03Stop accessing current_dir in bootstrapMark Simulacrum-23/+15
2018-04-03extend no-std-ness check to all *-none-* targetsJorge Aparicio-2/+2
2018-04-02Bump to 1.27.0Alex Crichton-1/+1
2018-04-01add a dist-thumb builder to build rust-std for the THUMB targetsJorge Aparicio-35/+67
2018-04-01Rollup merge of #49549 - Mark-Simulacrum:bootstrap-cleanup, r=alexcrichtonMark Simulacrum-1/+1
2018-04-01Remove filetime dep from build_helperMark Simulacrum-1/+1
2018-04-01Auto merge of #49530 - petrhosek:empty-extra-flags, r=cramertjbors-1/+3
2018-03-30Only include space in RUSTFLAGS extra flags if not emptyPetr Hosek-1/+3
2018-03-30Handle fast-submodules option correctlyPetr Hosek-1/+5
2018-03-28Add docs for the test crate with the std docsOliver Middleton-1/+4
2018-03-28rustbuild: Don't leak file handles when creating junctions on WindowsOliver Middleton-2/+5
2018-03-26rustbuild: Fail the build if we build Cargo twiceAlex Crichton-49/+152