summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
AgeCommit message (Expand)AuthorLines
2018-03-06rustbuild: make libdir_relative a methodJosh Stone-3/+4
2018-03-06rustbuild: Restore Config.libdir_relativeJosh Stone-2/+2
2018-02-18Fix panic when `x.py` is called without any arguments.kennytm-2/+4
2018-02-18Consider paths passed to x.py to be root-relative.Mark Simulacrum-0/+4
2018-02-18Prevent 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
2017-09-23Dont do no-trans for llvm enabled buildsbjorn3-0/+6
2017-09-23Allow building stage 2 compiler librariesbjorn3-1/+1
2017-09-19Add clippy to `toolstate.toml`Oliver Schneider-1/+1
2017-09-18Auto merge of #43628 - oli-obk:orbital_standard_library, r=alexcrichtonbors-3/+4
2017-09-17Prevent distribution if miri is enabledOliver Schneider-1/+1
2017-09-17Get the miri test suite to run inside the rustc dev environmentOliver Schneider-2/+3
2017-09-17Auto merge of #44607 - alexcrichton:rustbuild-no-j, r=Mark-Simulacrumbors-6/+12
2017-09-17rustbuild: Don't pass `-j` if called by `make`Alex Crichton-6/+12
2017-09-13Build and test RustfmtNick Cameron-2/+2
2017-09-05Test rustdoc unit tests.Mark Simulacrum-3/+3
2017-09-02Auto merge of #43886 - oli-obk:clippy, r=nrcbors-1/+1
2017-08-22Introduce crt_static target option in config.tomlSamuel Holland-0/+4
2017-08-16Implement a temp redirect for cargo docsCarol (Nichols || Goulding)-1/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-5/+5