about summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
AgeCommit message (Expand)AuthorLines
2018-05-17Remove MAKEFLAGS to prevent accidental inheritanceMark Simulacrum-5/+4
2018-05-17Fix selftestsOliver Schneider-0/+1
2018-05-17Make `bless` a flag instead of a subcommandOliver Schneider-5/+0
2018-05-17Add `bless` x.py subcommand for easy ui test replacementOliver Schneider-0/+5
2018-05-17Rename trans to codegen everywhere.Irina Popa-1/+1
2018-05-15Ensure libraries built in stage0 have unique metadataJosh Stone-1/+9
2018-05-11Auto merge of #50105 - mixi:crt-included, r=alexcrichtonbors-0/+4
2018-05-10Auto merge of #50200 - alexcrichton:compile-with-clang, r=kennytmbors-1/+5
2018-05-10Auto merge of #49729 - collin5:b48483, r=Mark-Simulacrumbors-13/+38
2018-05-09ci: Compile LLVM with Clang 6.0.0Alex Crichton-1/+5
2018-05-07./x.py test should be able to run individual testsCollins Abitekaniza-13/+38
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-29bootstrap: pass crt-static for the compiler host as wellJohannes Nixdorf-0/+4
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