summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
AgeCommit message (Expand)AuthorLines
2018-05-06Auto merge of #50466 - kennytm:rustbuild-stage0-lib-test, r=Mark-Simulacrumbors-3/+40
2018-05-06s/DocTestsOption/DocTests/gkennytm-3/+3
2018-05-05Misc tweaksJohn Kåre Alsaker-0/+4
2018-05-06Added test case.kennytm-0/+35
2018-05-06Added `./x.py test --no-doc` option.kennytm-3/+5
2018-04-27Rollup merge of #49707 - steveklabnik:rustc-book, r=QuietMisdreavuskennytm-2/+2
2018-04-19Ensure CleanTools is run for check rustdocvarkor-1/+2
2018-04-19Add rustdoc to x.py checkvarkor-1/+1
2018-04-19Auto merge of #49890 - varkor:xpy-check-rustc_trans, r=alexcrichtonbors-2/+8
2018-04-18Auto merge of #50022 - nrc:doc-analysis, r=mark-simulacrumbors-1/+3
2018-04-18Do not rebuild LLVM for x.py checkvarkor-0/+6
2018-04-18Add rustc_trans to x.py checkvarkor-2/+2
2018-04-17Remove uses of Build across Builder stepsMark Simulacrum-21/+20
2018-04-17Only emit save-analysis data for `cargo build` tasksNick Cameron-1/+3
2018-04-17Auto merge of #49542 - GuillaumeGomez:intra-link-resolution-error, r=Guillaum...bors-1/+1
2018-04-16Add rustdoc-ui test suiteGuillaume Gomez-1/+1
2018-04-13Avoid specific claims about debuginfo sizeJosh Stone-1/+1
2018-04-13rustbuild: allow building tools with debuginfoJosh Stone-4/+8
2018-04-09Add rustc book to the build systemsteveklabnik-2/+2
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-0/+5
2018-04-03Refactor to use a dry-run config instead of cfg(test)Mark Simulacrum-1/+9
2018-04-03Implement generating graphs of the build stepsMark Simulacrum-0/+40
2018-04-03Stub out less codeMark Simulacrum-1/+3
2018-04-03Add tests to rustbuildMark Simulacrum-2/+477
2018-04-03Stub out various functions during testingMark Simulacrum-1/+1
2018-04-03Permit constructing Builder without executingMark Simulacrum-9/+10
2018-03-30Only include space in RUSTFLAGS extra flags if not emptyPetr Hosek-1/+3
2018-03-25Rollup merge of #49193 - davidtwco:issue-29893, r=alexcrichtonkennytm-5/+7
2018-03-22rustc: Add a `#[wasm_custom_section]` attributeAlex Crichton-0/+1
2018-03-22Auto merge of #49264 - kennytm:rollup, r=kennytmbors-2/+4
2018-03-21Add support to rustbuild for a 'rustc docs' component tarballDavid Wood-5/+7
2018-03-20Run the `run-make` tests last, so more tests run on Windows when `make` is un...John Kåre Alsaker-2/+4
2018-03-20ci: Print out how long each step takes on CIAlex Crichton-2/+27
2018-03-17Rollup merge of #48943 - comex:verbose, r=kennytmkennytm-1/+1
2018-03-16re-enable resting librustdocQuietMisdreavus-2/+2
2018-03-15Support extra-verbose builds:comex-1/+1
2018-03-16Rollup merge of #48892 - alexcrichton:thinlto-again, r=Mark-Simulacrumkennytm-11/+0
2018-03-11Auto merge of #48549 - alexcrichton:update-cargo, r=Mark-Simulacrumbors-1/+3
2018-03-11Update Cargo submoduleAlex Crichton-1/+3
2018-03-09rustbuild: Remove ThinLTO-related configurationAlex Crichton-11/+0
2018-03-08Refactor run_host_only to have the proper effect.Mark Simulacrum-2/+2
2018-03-08Remove ONLY_BUILD.Mark Simulacrum-12/+1
2018-03-08Remove ONLY_BUILD_TARGETS.Mark Simulacrum-6/+1
2018-03-04Auto merge of #48630 - alexcrichton:more-sccache, r=kennytmbors-5/+22
2018-03-03rust: Import LLD for linking wasm objectsAlex Crichton-1/+1
2018-03-04Rollup merge of #48664 - Keruspe:codegen, r=alexcrichtonkennytm-1/+1
2018-03-02make codegen-backends directory name configurableMarc-Antoine Perennou-1/+1
2018-03-01rustbuild: Pass `ccache` to build scriptsAlex Crichton-5/+22
2018-03-01Rollup merge of #48405 - kennytm:autotoolstate-follow-up, r=Mark-SimulacrumManish Goregaokar-2/+4
2018-02-25Rollup merge of #48517 - penpalperson:master, r=Mark-Simulacrumkennytm-0/+3