about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2018-02-08rustbuild: Pass `ccache` to build scriptsAlex Crichton-5/+22
2018-02-08Convert python script to rustGuillaume Gomez-11/+9
2018-02-08Pass themes folder as parameterGuillaume Gomez-1/+3
2018-02-08Add tests for themesGuillaume Gomez-2/+43
2018-02-07Refactor checks on list of extended tools.O01eg-12/+21
2018-02-05Add build.tools option to manage installation of extended rust tools.O01eg-8/+19
2018-02-05Use time crate in bootstrap dist instead of dateOnur Aslan-3/+5
2018-02-04Auto merge of #47998 - kennytm:rollup, r=kennytmbors-1/+1
2018-02-04Run the `run-make` tests last, so more tests run on Windows when `make` is un...John Kåre Alsaker-1/+1
2018-02-03Disable ThinLTO for dist builds.Mark Simulacrum-6/+21
2018-02-02Auto merge of #47102 - Diggsey:wasm-syscall, r=alexcrichtonbors-0/+14
2018-01-31rustc: Move location of `codegen-backends` dirAlex Crichton-7/+9
2018-01-30Add wasm_syscall feature to build systemDiggory Blake-0/+14
2018-01-30Rollup merge of #47836 - Mark-Simulacrum:stage-flags, r=alexcrichtonkennytm-0/+12
2018-01-29Add per-stage RUSTFLAGS: RUSTFLAGS_STAGE_{0,1,2} and RUSTFLAGS_STAGE_NOT_0Mark Simulacrum-0/+12
2018-01-29Work around LLVM OCAML binding installation failureroblabla-0/+1
2018-01-28rustc: Split Emscripten to a separate codegen backendAlex Crichton-101/+207
2018-01-28Auto merge of #47663 - malbarbo:mips-crt-static, r=alexcrichtonbors-3/+7
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-62/+201
2018-01-26Merge branch 'beta-prerelease' of https://github.com/cuviper/rust into rollupAlex Crichton-1/+5
2018-01-25Call non-git beta builds simply x.y.z-betaJosh Stone-1/+5
2018-01-23Add ./x.py check src/{libstd,libtest,rustc}.Mark Simulacrum-27/+211
2018-01-23Rename check.rs to test.rsMark Simulacrum-0/+0
2018-01-23Rollup merge of #47558 - spastorino:rustc_args, r=nikomatsakiskennytm-0/+18
2018-01-22Do not assume dynamic linking for musl/mips[el] targetsMarco A L Barbosa-3/+7
2018-01-21Rollup merge of #47582 - alexcrichton:auto-beta, r=kennytmGuillaume Gomez-8/+51
2018-01-19Automaticaly calculate beta prerelease numbersAlex Crichton-8/+51
2018-01-19Auto merge of #47494 - michaelwoerister:proc-macro-incremental, r=nikomatsakisbors-0/+5
2018-01-19Add rustc-args option to test runnerSantiago Pastorino-0/+18
2018-01-18Auto merge of #47528 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-4/+44
2018-01-17Update Cargo and its dependenciesAlex Crichton-6/+36
2018-01-17Rollup merge of #47250 - GuillaumeGomez:test-rustdoc-js, r=Mark-SimulacrumGuillaume Gomez-4/+44
2018-01-16Add incremental-fulldeps test suite and regression test for #47290.Michael Woerister-0/+5
2018-01-15Auto merge of #46196 - projektir:rbe-submodule, r=steveklabnikbors-2/+3
2018-01-13Only run rustdoc-js test suite when nodejs is availableGuillaume Gomez-8/+11
2018-01-13Adding RBE as a submodule #46194projektir-2/+3
2018-01-13Auto merge of #46592 - o01eg:fix-45345, r=alexcrichtonbors-16/+24
2018-01-12End of rustdoc-js tool add into builderGuillaume Gomez-5/+11
2018-01-12Move forward to add rustdoc testGuillaume Gomez-16/+11
2018-01-12Start adding js testsGuillaume Gomez-0/+36
2018-01-12Remove unused configuration parameter `libdir_relative`.O01eg-5/+3
2018-01-12Remove unused argument `rustc_cargo`.O01eg-4/+3
2018-01-12Add library path for real rustdoc with `RUSTDOC_LIBDIR` environment variable.O01eg-2/+5
2018-01-12Build all stages with relative libdirs.O01eg-8/+4
2018-01-12Stage 1 and later use relative libdir.O01eg-1/+1
2018-01-12Accept verbosity in rustdoc.O01eg-0/+11
2018-01-12Fix #45345.O01eg-0/+1
2018-01-11Add i586-unknown-linux-musl targetMarco A L Barbosa-0/+4
2018-01-06Auto merge of #47141 - alexcrichton:bump-bootstrap, r=alexcrichtonbors-7/+15
2018-01-04rustbuild: Don't allow stable bootstrap from devAlex Crichton-2/+13