summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
AgeCommit message (Expand)AuthorLines
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
2018-02-24Added error-format flag to x.py.penpalperson-0/+3
2018-02-23Split test::Docs into one Step for each book.kennytm-2/+4
2018-02-19rustbuild: make libdir_relative a methodJosh Stone-3/+4
2018-02-19rustbuild: Restore Config.libdir_relativeJosh Stone-2/+2
2018-02-16Fix panic when `x.py` is called without any arguments.kennytm-2/+4
2018-02-15Consider paths passed to x.py to be root-relative.Mark Simulacrum-0/+4
2018-02-15Prevent silently ignoring unmatched pathsMark Simulacrum-1/+1
2018-02-15Auto merge of #48105 - Mark-Simulacrum:exclude-paths, r=alexcrichtonbors-23/+99
2018-02-15Revert "rustbuild: Pass `ccache` to build scripts"Alex Crichton-22/+5
2018-02-13Fix default Steps without paths.Mark Simulacrum-5/+10
2018-02-11Change Step to be invoked with a path when in default mode.Mark Simulacrum-40/+85
2018-02-10Remove DontDistWithMiri struct and instead just directly check it in builderMark Simulacrum-2/+7
2018-02-10Implement excluding a build-step via --excludeMark Simulacrum-5/+26
2018-02-11Rollup merge of #48120 - matthiaskrgr:typos_src_1, r=alexcrichtonkennytm-1/+1
2018-02-10fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}}Matthias Krüger-1/+1
2018-02-10Rollup merge of #48059 - alexcrichton:sccachebs, r=Mark-Simulacrumkennytm-5/+22
2018-02-08rustbuild: Pass `ccache` to build scriptsAlex Crichton-5/+22
2018-02-08Add tests for themesGuillaume Gomez-1/+1
2018-02-03Disable ThinLTO for dist builds.Mark Simulacrum-6/+15
2018-01-31rustc: Move location of `codegen-backends` dirAlex Crichton-0/+5
2018-01-29Add per-stage RUSTFLAGS: RUSTFLAGS_STAGE_{0,1,2} and RUSTFLAGS_STAGE_NOT_0Mark Simulacrum-0/+12
2018-01-23Add ./x.py check src/{libstd,libtest,rustc}.Mark Simulacrum-10/+13
2018-01-18Auto merge of #47528 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-2/+5
2018-01-17Update Cargo and its dependenciesAlex Crichton-0/+33
2018-01-17Rollup merge of #47250 - GuillaumeGomez:test-rustdoc-js, r=Mark-SimulacrumGuillaume Gomez-2/+5
2018-01-15Auto merge of #46196 - projektir:rbe-submodule, r=steveklabnikbors-1/+1