| Age | Commit message (Expand) | Author | Lines |
| 2018-05-01 | rustbuild: Normalize paths coming from Python slightly | Vadim Petrochenkov | -2/+10 |
| 2018-04-27 | Rollup merge of #49707 - steveklabnik:rustc-book, r=QuietMisdreavus | kennytm | -2/+4 |
| 2018-04-22 | Auto merge of #50123 - kennytm:do-not-test-rls-if-build-failed, r=alexcrichton | bors | -2/+20 |
| 2018-04-21 | Auto merge of #50056 - alexcrichton:update-cargo, r=Mark-Simulacrum | bors | -3/+12 |
| 2018-04-21 | Do not test RLS and rustfmt if build of these failed. | kennytm | -2/+20 |
| 2018-04-20 | Rollup merge of #50104 - mixi:libxml2-llvm, r=alexcrichton | kennytm | -0/+1 |
| 2018-04-20 | Update the Cargo submodule | Alex Crichton | -3/+12 |
| 2018-04-20 | Disable auto-detection of libxml2 when compiling llvm. | Johannes Nixdorf | -0/+1 |
| 2018-04-19 | Ensure CleanTools is run for check rustdoc | varkor | -2/+9 |
| 2018-04-19 | Add rustdoc to x.py check | varkor | -2/+53 |
| 2018-04-19 | Auto merge of #49900 - pnkfelix:compare-mode-nll-followup-3, r=nikomatsakis | bors | -3/+42 |
| 2018-04-19 | Auto merge of #49890 - varkor:xpy-check-rustc_trans, r=alexcrichton | bors | -55/+132 |
| 2018-04-18 | Auto merge of #50022 - nrc:doc-analysis, r=mark-simulacrum | bors | -1/+3 |
| 2018-04-18 | Expand `x.py test` to also run with `--compare-mode=nll` on src/test/ui suite. | Felix S. Klock II | -3/+42 |
| 2018-04-18 | Replace Build with Builder | varkor | -11/+10 |
| 2018-04-18 | Do not rebuild LLVM for x.py check | varkor | -3/+8 |
| 2018-04-18 | Abstract LLVM building from bootstrap | varkor | -94/+65 |
| 2018-04-18 | Correct the timestamp for CodegenBackend check | varkor | -4/+13 |
| 2018-04-18 | Add rustc_trans to x.py check | varkor | -7/+100 |
| 2018-04-17 | Remove uses of Build across Builder steps | Mark Simulacrum | -939/+873 |
| 2018-04-17 | Only emit save-analysis data for `cargo build` tasks | Nick Cameron | -1/+3 |
| 2018-04-17 | Auto merge of #49542 - GuillaumeGomez:intra-link-resolution-error, r=Guillaum... | bors | -8/+53 |
| 2018-04-17 | Auto merge of #50012 - Zoxc:msvc-fix, r=Mark-Simulacrum | bors | -4/+8 |
| 2018-04-17 | Don't look for cc/cxx when testing with bogus targets | John Kåre Alsaker | -4/+8 |
| 2018-04-16 | Fix empty tests | Guillaume Gomez | -3/+1 |
| 2018-04-16 | Fix nits | Guillaume Gomez | -2/+0 |
| 2018-04-16 | Add rustdoc-ui test suite | Guillaume Gomez | -8/+22 |
| 2018-04-16 | Add warning if a resolution failed | Guillaume Gomez | -0/+35 |
| 2018-04-17 | Rollup merge of #49959 - cuviper:debuginfo-tools, r=Mark-Simulacrum | kennytm | -4/+14 |
| 2018-04-14 | Rollup merge of #49922 - f-bro:zmiri, r=oli-obk | kennytm | -4/+1 |
| 2018-04-14 | Rollup merge of #49908 - chrisccoulson:fix-rustdoc-themes-test-without-rpath,... | kennytm | -1/+1 |
| 2018-04-14 | Rollup merge of #49465 - ollie27:rustbuild_test_docs, r=steveklabnik,QuietMis... | kennytm | -1/+4 |
| 2018-04-14 | Rollup merge of #49876 - oli-obk:no_secret_clippy_on_stable_☹, r=nrc | kennytm | -1/+2 |
| 2018-04-13 | Make debuginfo-tools always default false | Josh Stone | -1/+1 |
| 2018-04-13 | Avoid specific claims about debuginfo size | Josh Stone | -1/+1 |
| 2018-04-13 | rustbuild: allow building tools with debuginfo | Josh Stone | -4/+14 |
| 2018-04-13 | Remove -Z miri debugging option | Fabio B | -4/+1 |
| 2018-04-12 | Fix test failure in src/tools/rustdoc-themes when rust.rpath = false | Chris Coulson | -1/+1 |
| 2018-04-11 | Don't inject clippy into rls on stable/beta | Oliver Schneider | -1/+2 |
| 2018-04-11 | Rollup merge of #49809 - Mark-Simulacrum:no-color-for-dumb, r=alexcrichton | kennytm | -1/+3 |
| 2018-04-11 | Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichton | bors | -0/+23 |
| 2018-04-09 | Add rustc book to the build system | steveklabnik | -2/+4 |
| 2018-04-09 | Stop emitting color codes on TERM=dumb | Mark Simulacrum | -1/+3 |
| 2018-04-09 | Auto merge of #49778 - tamird:install-relative-prefix, r=Mark-Simulacrum | bors | -1/+3 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -0/+23 |
| 2018-04-08 | rustbuild: canonicalize prefix `install_sh` | Tamir Duberstein | -1/+3 |
| 2018-04-08 | Auto merge of #49774 - danc86:configure.py-tools, r=alexcrichton | bors | -1/+3 |
| 2018-04-08 | Auto merge of #49771 - tamird:incremental-no-stage-1, r=Mark-Simulacrum | bors | -7/+1 |
| 2018-04-08 | Auto merge of #49759 - ollie27:rustbuild_cargo, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-04-08 | configure.py --tools should set a list instead of a string | Dan Callaghan | -1/+3 |