about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2018-05-01rustbuild: Normalize paths coming from Python slightlyVadim Petrochenkov-2/+10
2018-04-27Rollup merge of #49707 - steveklabnik:rustc-book, r=QuietMisdreavuskennytm-2/+4
2018-04-22Auto merge of #50123 - kennytm:do-not-test-rls-if-build-failed, r=alexcrichtonbors-2/+20
2018-04-21Auto merge of #50056 - alexcrichton:update-cargo, r=Mark-Simulacrumbors-3/+12
2018-04-21Do not test RLS and rustfmt if build of these failed.kennytm-2/+20
2018-04-20Rollup merge of #50104 - mixi:libxml2-llvm, r=alexcrichtonkennytm-0/+1
2018-04-20Update the Cargo submoduleAlex Crichton-3/+12
2018-04-20Disable auto-detection of libxml2 when compiling llvm.Johannes Nixdorf-0/+1
2018-04-19Ensure CleanTools is run for check rustdocvarkor-2/+9
2018-04-19Add rustdoc to x.py checkvarkor-2/+53
2018-04-19Auto merge of #49900 - pnkfelix:compare-mode-nll-followup-3, r=nikomatsakisbors-3/+42
2018-04-19Auto merge of #49890 - varkor:xpy-check-rustc_trans, r=alexcrichtonbors-55/+132
2018-04-18Auto merge of #50022 - nrc:doc-analysis, r=mark-simulacrumbors-1/+3
2018-04-18Expand `x.py test` to also run with `--compare-mode=nll` on src/test/ui suite.Felix S. Klock II-3/+42
2018-04-18Replace Build with Buildervarkor-11/+10
2018-04-18Do not rebuild LLVM for x.py checkvarkor-3/+8
2018-04-18Abstract LLVM building from bootstrapvarkor-94/+65
2018-04-18Correct the timestamp for CodegenBackend checkvarkor-4/+13
2018-04-18Add rustc_trans to x.py checkvarkor-7/+100
2018-04-17Remove uses of Build across Builder stepsMark Simulacrum-939/+873
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-8/+53
2018-04-17Auto merge of #50012 - Zoxc:msvc-fix, r=Mark-Simulacrumbors-4/+8
2018-04-17Don't look for cc/cxx when testing with bogus targetsJohn Kåre Alsaker-4/+8
2018-04-16Fix empty testsGuillaume Gomez-3/+1
2018-04-16Fix nitsGuillaume Gomez-2/+0
2018-04-16Add rustdoc-ui test suiteGuillaume Gomez-8/+22
2018-04-16Add warning if a resolution failedGuillaume Gomez-0/+35
2018-04-17Rollup merge of #49959 - cuviper:debuginfo-tools, r=Mark-Simulacrumkennytm-4/+14
2018-04-14Rollup merge of #49922 - f-bro:zmiri, r=oli-obkkennytm-4/+1
2018-04-14Rollup merge of #49908 - chrisccoulson:fix-rustdoc-themes-test-without-rpath,...kennytm-1/+1
2018-04-14Rollup merge of #49465 - ollie27:rustbuild_test_docs, r=steveklabnik,QuietMis...kennytm-1/+4
2018-04-14Rollup merge of #49876 - oli-obk:no_secret_clippy_on_stable_☹, r=nrckennytm-1/+2
2018-04-13Make debuginfo-tools always default falseJosh Stone-1/+1
2018-04-13Avoid specific claims about debuginfo sizeJosh Stone-1/+1
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