| Age | Commit message (Expand) | Author | Lines |
| 2018-01-23 | Add ./x.py check src/{libstd,libtest,rustc}. | Mark Simulacrum | -5/+0 |
| 2018-01-12 | Add library path for real rustdoc with `RUSTDOC_LIBDIR` environment variable. | O01eg | -1/+1 |
| 2018-01-12 | Accept verbosity in rustdoc. | O01eg | -0/+11 |
| 2017-12-27 | bootstrap: pass --deny-render-differences to rustdoc | QuietMisdreavus | -0/+4 |
| 2017-12-17 | Add sync module to rustc_data_structures | John Kåre Alsaker | -0/+4 |
| 2017-12-12 | Put miri const eval checking behind -Zmiri | Oliver Schneider | -0/+3 |
| 2017-12-06 | Update miri to rustc changes | Oliver Schneider | -12/+25 |
| 2017-09-28 | Update to the `cc` crate | Alex Crichton | -2/+2 |
| 2017-09-17 | -Zmir-emit-validate is in stage 0 | Oliver Schneider | -1/+1 |
| 2017-09-17 | Get the miri test suite to run inside the rustc dev environment | Oliver Schneider | -0/+6 |
| 2017-09-05 | disable gcc warnings | Ralf Jung | -0/+1 |
| 2017-09-02 | update gcc crate | Ralf Jung | -1/+1 |
| 2017-08-22 | Inline crt-static choice for pc-windows-msvc | Samuel Holland | -5/+0 |
| 2017-08-22 | Introduce crt_static target option in config.toml | Samuel Holland | -0/+9 |
| 2017-08-13 | Unify flags into config. | Mark Simulacrum | -4/+3 |
| 2017-08-03 | Appease tidy and fix save-analysis config for dist builds | Nick Cameron | -1/+1 |
| 2017-07-24 | Remove save-analysis-api references from tests and rustbuild | Nick Cameron | -1/+4 |
| 2017-07-16 | Compile `compiler_builtins` with `abort` panic strategy | Vadim Petrochenkov | -1/+6 |
| 2017-07-06 | Auto merge of #42899 - alexcrichton:compiler-builtins, r=nikomatsakis | bors | -4/+15 |
| 2017-07-05 | Switch to rust-lang-nursery/compiler-builtins | Alex Crichton | -4/+15 |
| 2017-07-04 | Update a few comments. | Mark Simulacrum | -10/+5 |
| 2017-06-22 | Rollup merge of #42806 - ollie27:rustbuild_compiler_docs, r=alexcrichton | Mark Simulacrum | -5/+5 |
| 2017-06-22 | Rollup merge of #42804 - Mark-Simulacrum:rustbuild-colors, r=alexcrichton | Mark Simulacrum | -0/+9 |
| 2017-06-21 | rustbuild: Fix compiler docs yet again | Oliver Middleton | -5/+5 |
| 2017-06-21 | Make rustc errors colorful. | Mark Simulacrum | -0/+9 |
| 2017-06-20 | Fixes bootstrapping with custom cargo/rustc. | Mark Simulacrum | -7/+1 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -17/+2 |
| 2017-06-02 | rustbuild: Remove RUSTFLAGS logic in rustc shim | Alex Crichton | -6/+0 |
| 2017-05-30 | rustbuild: Fix copying duplicate crates into the sysroot | Alex Crichton | -0/+7 |
| 2017-05-18 | Add metadata suffix, close rust-lang/cargo#4028 | Tatsuyuki Ishi | -1/+18 |
| 2017-05-11 | rustbuild: Use `-Z force-unstable-if-unmarked` | Alex Crichton | -0/+13 |
| 2017-04-27 | appveyor: Use Ninja/sccache on MSVC | Alex Crichton | -0/+43 |
| 2017-03-27 | rustbuild: Fix compiler docs again | Oliver Middleton | -0/+8 |
| 2017-03-19 | Rollup merge of #40554 - nrc:rls-data, r=alexcrichton | Corey Farwell | -0/+7 |
| 2017-03-17 | Fix handlebars failure by using the `rustbuild` feature less indiscriminately. | Nick Cameron | -1/+7 |
| 2017-03-15 | Handle feature=rustbuild | Nick Cameron | -0/+1 |
| 2017-03-12 | Update usages of 'OSX' (and other old names) to 'macOS'. | Corey Farwell | -1/+1 |
| 2017-02-25 | Rollup merge of #39888 - nagisa:on-fail-bootstrap, r=alexcrichton | Eduard-Mihai Burtescu | -3/+15 |
| 2017-02-16 | [rustbuild] add a way to run command after failure | Simonas Kazlauskas | -3/+15 |
| 2017-02-15 | rustc: Link statically to the MSVCRT | Alex Crichton | -0/+5 |
| 2017-02-04 | README path correction | king6cong | -2/+2 |
| 2016-12-30 | rustbuild: Compile all support tools in stage0 | Alex Crichton | -1/+3 |
| 2016-12-24 | Teach `rustdoc --test` about `--sysroot`, pass it when testing rust | Aidan Hobson Sayers | -1/+5 |
| 2016-12-20 | rustbuild: Deny and fix warnings | Alex Crichton | -0/+4 |
| 2016-12-19 | Auto merge of #38072 - nikomatsakis:bootstrap-incremental, r=acrichto | bors | -0/+27 |
| 2016-12-19 | add and document `--incremental` flag along with misc other changes | Niko Matsakis | -0/+27 |
| 2016-12-18 | Use exec for the wrapper on UNIXes | Simonas Kazlauskas | -3/+14 |
| 2016-12-17 | rustbuild: Fix LC_ID_DYLIB directives on OSX | Alex Crichton | -0/+9 |
| 2016-12-09 | Create tar balls of save-analysis-api metadata for the standard libraries as ... | Nick Cameron | -0/+5 |
| 2016-10-22 | Rollup merge of #37209 - srinivasreddy:bootstrap_bin, r=nrc | Guillaume Gomez | -13/+16 |