about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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
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