| Age | Commit message (Expand) | Author | Lines |
| 2018-03-11 | Update Cargo submodule | Alex Crichton | -1/+3 |
| 2018-03-09 | rustbuild: Remove ThinLTO-related configuration | Alex Crichton | -11/+0 |
| 2018-03-08 | Refactor run_host_only to have the proper effect. | Mark Simulacrum | -2/+2 |
| 2018-03-08 | Remove ONLY_BUILD. | Mark Simulacrum | -12/+1 |
| 2018-03-08 | Remove ONLY_BUILD_TARGETS. | Mark Simulacrum | -6/+1 |
| 2018-03-04 | Auto merge of #48630 - alexcrichton:more-sccache, r=kennytm | bors | -5/+22 |
| 2018-03-03 | rust: Import LLD for linking wasm objects | Alex Crichton | -1/+1 |
| 2018-03-04 | Rollup merge of #48664 - Keruspe:codegen, r=alexcrichton | kennytm | -1/+1 |
| 2018-03-02 | make codegen-backends directory name configurable | Marc-Antoine Perennou | -1/+1 |
| 2018-03-01 | rustbuild: Pass `ccache` to build scripts | Alex Crichton | -5/+22 |
| 2018-03-01 | Rollup merge of #48405 - kennytm:autotoolstate-follow-up, r=Mark-Simulacrum | Manish Goregaokar | -2/+4 |
| 2018-02-25 | Rollup merge of #48517 - penpalperson:master, r=Mark-Simulacrum | kennytm | -0/+3 |
| 2018-02-24 | Added error-format flag to x.py. | penpalperson | -0/+3 |
| 2018-02-23 | Split test::Docs into one Step for each book. | kennytm | -2/+4 |
| 2018-02-19 | rustbuild: make libdir_relative a method | Josh Stone | -3/+4 |
| 2018-02-19 | rustbuild: Restore Config.libdir_relative | Josh Stone | -2/+2 |
| 2018-02-16 | Fix panic when `x.py` is called without any arguments. | kennytm | -2/+4 |
| 2018-02-15 | Consider paths passed to x.py to be root-relative. | Mark Simulacrum | -0/+4 |
| 2018-02-15 | Prevent silently ignoring unmatched paths | Mark Simulacrum | -1/+1 |
| 2018-02-15 | Auto merge of #48105 - Mark-Simulacrum:exclude-paths, r=alexcrichton | bors | -23/+99 |
| 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 | -40/+85 |
| 2018-02-10 | Remove DontDistWithMiri struct and instead just directly check it in builder | Mark Simulacrum | -2/+7 |
| 2018-02-10 | Implement excluding a build-step via --exclude | Mark Simulacrum | -5/+26 |
| 2018-02-11 | Rollup merge of #48120 - matthiaskrgr:typos_src_1, r=alexcrichton | kennytm | -1/+1 |
| 2018-02-10 | fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}} | Matthias Krüger | -1/+1 |
| 2018-02-10 | Rollup merge of #48059 - alexcrichton:sccachebs, r=Mark-Simulacrum | kennytm | -5/+22 |
| 2018-02-08 | rustbuild: Pass `ccache` to build scripts | Alex Crichton | -5/+22 |
| 2018-02-08 | Add tests for themes | Guillaume Gomez | -1/+1 |
| 2018-02-03 | Disable ThinLTO for dist builds. | Mark Simulacrum | -6/+15 |
| 2018-01-31 | rustc: Move location of `codegen-backends` dir | Alex Crichton | -0/+5 |
| 2018-01-29 | Add per-stage RUSTFLAGS: RUSTFLAGS_STAGE_{0,1,2} and RUSTFLAGS_STAGE_NOT_0 | Mark Simulacrum | -0/+12 |
| 2018-01-23 | Add ./x.py check src/{libstd,libtest,rustc}. | Mark Simulacrum | -10/+13 |
| 2018-01-18 | Auto merge of #47528 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -2/+5 |
| 2018-01-17 | Update Cargo and its dependencies | Alex Crichton | -0/+33 |
| 2018-01-17 | Rollup merge of #47250 - GuillaumeGomez:test-rustdoc-js, r=Mark-Simulacrum | Guillaume Gomez | -2/+5 |
| 2018-01-15 | Auto merge of #46196 - projektir:rbe-submodule, r=steveklabnik | bors | -1/+1 |
| 2018-01-13 | Adding RBE as a submodule #46194 | projektir | -1/+1 |
| 2018-01-12 | End of rustdoc-js tool add into builder | Guillaume Gomez | -1/+2 |
| 2018-01-12 | Move forward to add rustdoc test | Guillaume Gomez | -1/+3 |
| 2018-01-12 | Remove unused configuration parameter `libdir_relative`. | O01eg | -2/+2 |
| 2018-01-12 | Add library path for real rustdoc with `RUSTDOC_LIBDIR` environment variable. | O01eg | -1/+4 |
| 2018-01-12 | Stage 1 and later use relative libdir. | O01eg | -1/+1 |
| 2018-01-04 | rustc: Don't use relative paths for extended errors | Alex Crichton | -2/+2 |
| 2018-01-04 | Bump to 1.25.0 | Alex Crichton | -1/+2 |
| 2017-12-14 | Do not produce debuginfo for tools | Oliver Schneider | -2/+5 |
| 2017-12-06 | Update miri to rustc changes | Oliver Schneider | -28/+67 |
| 2017-09-23 | Remove leftover | bjorn3 | -6/+0 |
| 2017-09-23 | Move NoLlvmMetadataLoader to rustc_trans_traits | bjorn3 | -0/+3 |