| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-09-23 | Dont do no-trans for llvm enabled builds | bjorn3 | -0/+6 |
| 2017-09-23 | Allow building stage 2 compiler libraries | bjorn3 | -1/+1 |
| 2017-09-19 | Add clippy to `toolstate.toml` | Oliver Schneider | -1/+1 |
| 2017-09-18 | Auto merge of #43628 - oli-obk:orbital_standard_library, r=alexcrichton | bors | -3/+4 |
| 2017-09-17 | Prevent distribution if miri is enabled | Oliver Schneider | -1/+1 |
| 2017-09-17 | Get the miri test suite to run inside the rustc dev environment | Oliver Schneider | -2/+3 |
| 2017-09-17 | Auto merge of #44607 - alexcrichton:rustbuild-no-j, r=Mark-Simulacrum | bors | -6/+12 |
| 2017-09-17 | rustbuild: Don't pass `-j` if called by `make` | Alex Crichton | -6/+12 |
| 2017-09-13 | Build and test Rustfmt | Nick Cameron | -2/+2 |
| 2017-09-05 | Test rustdoc unit tests. | Mark Simulacrum | -3/+3 |
| 2017-09-02 | Auto merge of #43886 - oli-obk:clippy, r=nrc | bors | -1/+1 |
| 2017-08-22 | Introduce crt_static target option in config.toml | Samuel Holland | -0/+4 |
| 2017-08-16 | Implement a temp redirect for cargo docs | Carol (Nichols || Goulding) | -1/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -5/+5 |
| 2017-08-15 | Add clippy as a submodule | Oliver Schneider | -1/+1 |
| 2017-08-15 | Auto merge of #43863 - steveklabnik:ship-the-rustdoc-book, r=frewsxcv | bors | -1/+1 |
| 2017-08-14 | start building the rustdoc book | steveklabnik | -1/+1 |
| 2017-08-13 | Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov | Guillaume Gomez | -2/+2 |
| 2017-08-13 | Correct code to not run host-only tests. | Mark Simulacrum | -3/+1 |
| 2017-08-13 | Build rustdoc only at the top stage | Mark Simulacrum | -11/+8 |
| 2017-08-13 | Unify flags into config. | Mark Simulacrum | -19/+12 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -2/+2 |
| 2017-08-08 | pass rustc_libdir instead of sysroot_libdir() for running rustdoc from rustbuild | Sébastien Marie | -1/+1 |
| 2017-07-29 | rustbuild: Enable building LLVM | Alex Crichton | -1/+3 |