about summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
AgeCommit message (Expand)AuthorLines
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
2018-01-13Adding RBE as a submodule #46194projektir-1/+1
2018-01-12End of rustdoc-js tool add into builderGuillaume Gomez-1/+2
2018-01-12Move forward to add rustdoc testGuillaume Gomez-1/+3
2018-01-12Remove unused configuration parameter `libdir_relative`.O01eg-2/+2
2018-01-12Add library path for real rustdoc with `RUSTDOC_LIBDIR` environment variable.O01eg-1/+4
2018-01-12Stage 1 and later use relative libdir.O01eg-1/+1
2018-01-04rustc: Don't use relative paths for extended errorsAlex Crichton-2/+2
2018-01-04Bump to 1.25.0Alex Crichton-1/+2
2017-12-14Do not produce debuginfo for toolsOliver Schneider-2/+5
2017-12-06Update miri to rustc changesOliver Schneider-28/+67
2017-09-23Remove leftoverbjorn3-6/+0
2017-09-23Move NoLlvmMetadataLoader to rustc_trans_traitsbjorn3-0/+3