about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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
2018-03-25rustbuild: Disable docs on cross-compiled buildsAlex Crichton-6/+9
2018-03-26Auto merge of #49341 - alexcrichton:more-balance, r=kennytmbors-0/+7
2018-03-24appveyor: Move run-pass-fulldeps to extra buildersAlex Crichton-0/+7
2018-03-25Rollup merge of #49290 - cuviper:unextended-dist-rustfmt, r=nikomatsakiskennytm-1/+0
2018-03-25Rollup merge of #49193 - davidtwco:issue-29893, r=alexcrichtonkennytm-44/+200
2018-03-25Rollup merge of #49120 - Zoxc:parallel-ci, r=alexcrichtonkennytm-0/+1
2018-03-25Rollup merge of #49089 - alexcrichton:fix-timings, r=Mark-Simulacrumkennytm-54/+60
2018-03-23Auto merge of #49311 - SimonSapin:bootstrap-vs-rustflags-the-return, r=Mark-S...bors-0/+6
2018-03-23Use the same RUSTFLAGS for building and testing `bootstrap`Simon Sapin-0/+6
2018-03-22Allow installing rustfmt without config.extendedJosh Stone-1/+0
2018-03-22Remove std/test documentation from compiler docs.David Wood-14/+6
2018-03-22rustc: Add a `#[wasm_custom_section]` attributeAlex Crichton-8/+14
2018-03-22Only generate documentation for local rustc crates.David Wood-4/+31
2018-03-22Auto merge of #49264 - kennytm:rollup, r=kennytmbors-2/+4