about summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
AgeCommit message (Expand)AuthorLines
2018-06-03impl is_tool on Mode enumCollins Abitekaniza-2/+2
2018-06-03refactor Mode enumCollins Abitekaniza-6/+6
2018-05-31builder.cargo(): don't add "--target"/"--release" to cargo installJohannes Nixdorf-5/+10
2018-05-31bootstrap: pass crt-static for the compiler host as wellJohannes Nixdorf-0/+4
2018-05-30Run rustfmtSantiago Pastorino-490/+756
2018-05-30Add compare-mode to x.pySantiago Pastorino-0/+1
2018-05-28Auto merge of #50892 - davidtwco:issue-50004, r=alexcrichtonbors-2/+2
2018-05-20Added rustdoc documentation step outputting into compiler documentation.David Wood-2/+2
2018-05-19Auto merge of #50709 - alexcrichton:revert-musl, r=sfacklerbors-4/+0
2018-05-17Rollup merge of #50806 - oli-obk:gesundheit, r=ehussMark Simulacrum-0/+1
2018-05-17Revert "bootstrap: pass crt-static for the compiler host as well"Alex Crichton-4/+0
2018-05-17Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichtonbors-5/+4
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