| Age | Commit message (Expand) | Author | Lines |
| 2018-03-13 | Auto merge of #48930 - Keruspe:beta, r=kennytm | bors | -3/+10 |
| 2018-03-11 | bootstrap: pass datadir to rust-installer | Marc-Antoine Perennou | -3/+10 |
| 2018-03-06 | rustbuild: make libdir_relative a method | Josh Stone | -23/+17 |
| 2018-03-06 | rustbuild: Restore Config.libdir_relative | Josh Stone | -3/+20 |
| 2018-02-18 | Fix panic when `x.py` is called without any arguments. | kennytm | -2/+4 |
| 2018-02-18 | Consider paths passed to x.py to be root-relative. | Mark Simulacrum | -6/+6 |
| 2018-02-18 | Prevent silently ignoring unmatched paths | Mark Simulacrum | -1/+1 |
| 2018-02-15 | Auto merge of #48105 - Mark-Simulacrum:exclude-paths, r=alexcrichton | bors | -327/+444 |
| 2018-02-15 | Revert "rustbuild: Pass `ccache` to build scripts" | Alex Crichton | -22/+5 |
| 2018-02-13 | Fix default Steps without paths. | Mark Simulacrum | -5/+10 |
| 2018-02-11 | Change Step to be invoked with a path when in default mode. | Mark Simulacrum | -312/+415 |
| 2018-02-10 | Remove DontDistWithMiri struct and instead just directly check it in builder | Mark Simulacrum | -27/+7 |
| 2018-02-10 | Make exclude and paths relative to root of checkout | Mark Simulacrum | -7/+10 |
| 2018-02-10 | Implement excluding a build-step via --exclude | Mark Simulacrum | -7/+33 |
| 2018-02-11 | Rollup merge of #48120 - matthiaskrgr:typos_src_1, r=alexcrichton | kennytm | -3/+3 |
| 2018-02-10 | fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}} | Matthias Krüger | -3/+3 |
| 2018-02-10 | Rollup merge of #48098 - alexcrichton:fix-i686-dist-bootstrap, r=Mark-Simulacrum | kennytm | -0/+7 |
| 2018-02-10 | Rollup merge of #48059 - alexcrichton:sccachebs, r=Mark-Simulacrum | kennytm | -5/+22 |
| 2018-02-10 | Rollup merge of #48015 - o01eg:disableable-installation, r=alexcrichton | kennytm | -8/+28 |
| 2018-02-09 | rustc: Upgrade to LLVM 6 | Alex Crichton | -1/+1 |
| 2018-02-09 | ci: Actually bootstrap on i686 dist | Alex Crichton | -0/+7 |
| 2018-02-08 | rustbuild: Pass `ccache` to build scripts | Alex Crichton | -5/+22 |
| 2018-02-08 | Convert python script to rust | Guillaume Gomez | -11/+9 |
| 2018-02-08 | Pass themes folder as parameter | Guillaume Gomez | -1/+3 |
| 2018-02-08 | Add tests for themes | Guillaume Gomez | -2/+43 |
| 2018-02-07 | Refactor checks on list of extended tools. | O01eg | -12/+21 |
| 2018-02-05 | Add build.tools option to manage installation of extended rust tools. | O01eg | -8/+19 |
| 2018-02-05 | Use time crate in bootstrap dist instead of date | Onur Aslan | -3/+5 |
| 2018-02-04 | Auto merge of #47998 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-02-04 | Run the `run-make` tests last, so more tests run on Windows when `make` is un... | John Kåre Alsaker | -1/+1 |
| 2018-02-03 | Disable ThinLTO for dist builds. | Mark Simulacrum | -6/+21 |
| 2018-02-02 | Auto merge of #47102 - Diggsey:wasm-syscall, r=alexcrichton | bors | -0/+14 |
| 2018-01-31 | rustc: Move location of `codegen-backends` dir | Alex Crichton | -7/+9 |
| 2018-01-30 | Add wasm_syscall feature to build system | Diggory Blake | -0/+14 |
| 2018-01-30 | Rollup merge of #47836 - Mark-Simulacrum:stage-flags, r=alexcrichton | kennytm | -0/+12 |
| 2018-01-29 | Add per-stage RUSTFLAGS: RUSTFLAGS_STAGE_{0,1,2} and RUSTFLAGS_STAGE_NOT_0 | Mark Simulacrum | -0/+12 |
| 2018-01-28 | rustc: Split Emscripten to a separate codegen backend | Alex Crichton | -101/+207 |
| 2018-01-28 | Auto merge of #47663 - malbarbo:mips-crt-static, r=alexcrichton | bors | -3/+7 |
| 2018-01-27 | rustc: Load the `rustc_trans` crate at runtime | Alex Crichton | -62/+201 |
| 2018-01-26 | Merge branch 'beta-prerelease' of https://github.com/cuviper/rust into rollup | Alex Crichton | -1/+5 |
| 2018-01-25 | Call non-git beta builds simply x.y.z-beta | Josh Stone | -1/+5 |
| 2018-01-23 | Add ./x.py check src/{libstd,libtest,rustc}. | Mark Simulacrum | -27/+211 |
| 2018-01-23 | Rename check.rs to test.rs | Mark Simulacrum | -0/+0 |
| 2018-01-23 | Rollup merge of #47558 - spastorino:rustc_args, r=nikomatsakis | kennytm | -0/+18 |
| 2018-01-22 | Do not assume dynamic linking for musl/mips[el] targets | Marco A L Barbosa | -3/+7 |
| 2018-01-21 | Rollup merge of #47582 - alexcrichton:auto-beta, r=kennytm | Guillaume Gomez | -8/+51 |
| 2018-01-19 | Automaticaly calculate beta prerelease numbers | Alex Crichton | -8/+51 |
| 2018-01-19 | Auto merge of #47494 - michaelwoerister:proc-macro-incremental, r=nikomatsakis | bors | -0/+5 |
| 2018-01-19 | Add rustc-args option to test runner | Santiago Pastorino | -0/+18 |
| 2018-01-18 | Auto merge of #47528 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -4/+44 |