| Age | Commit message (Expand) | Author | Lines |
| 2019-06-09 | Pass cflags rather than cxxflags to LLVM as CMAKE_C_FLAGS | Petr Hosek | -1/+1 |
| 2019-06-07 | Clarify when we run steps with ONLY_HOSTS | Mark Rousskov | -7/+9 |
| 2019-06-06 | Auto merge of #61583 - Centril:rollup-ug2cbfd, r=Centril | bors | -0/+1 |
| 2019-06-05 | Utilize cfg(bootstrap) over cfg(stage0) | Mark Rousskov | -3/+7 |
| 2019-06-05 | rustbuild: Include `rustfmt` in deduplicated dependencies | Alex Crichton | -0/+1 |
| 2019-06-03 | Treat 0 as special value for codegen-units-std | Mark Rousskov | -9/+10 |
| 2019-05-30 | Migrate nomicon book to MdBook2 | Mateusz Mikuła | -1/+1 |
| 2019-05-30 | Migrate rustdoc book to MdBook2 | Mateusz Mikuła | -1/+1 |
| 2019-05-30 | Migrate unstable-book to MdBook2 | Mateusz Mikuła | -1/+1 |
| 2019-05-30 | Auto merge of #61212 - alexcrichton:skip-rustc, r=pietroalbini | bors | -224/+253 |
| 2019-05-29 | Rollup merge of #60885 - euclio:strip-synstructure-consts, r=GuillaumeGomez | Oliver Scherer | -1/+1 |
| 2019-05-28 | Fixup style | Alex Crichton | -9/+25 |
| 2019-05-28 | rustbuild: Assert extended builds don't dist too much | Alex Crichton | -113/+126 |
| 2019-05-28 | rustbuild: Tweak how stage1 compilers are selected | Alex Crichton | -98/+98 |
| 2019-05-28 | Auto merge of #61036 - michaelwoerister:pgo-xlto-test, r=alexcrichton | bors | -19/+34 |
| 2019-05-27 | Auto merge of #61078 - pietroalbini:nightly-next, r=Centril | bors | -1/+1 |
| 2019-05-27 | Only build clang_rt when RUSTBUILD_FORCE_CLANG_BASED_TESTS is set. | Michael Woerister | -19/+34 |
| 2019-05-27 | rustbuild: Also build compiler-rt when building LLDB. This allows clang-based... | Michael Woerister | -1/+1 |
| 2019-05-26 | ci: Attempt to skip a full rustc compile on dist* | Alex Crichton | -15/+15 |
| 2019-05-25 | Add clippy and fix commands to x.py | ljedrz | -17/+105 |
| 2019-05-24 | Auto merge of #60777 - pietroalbini:azure-pipelines, r=alexcrichton | bors | -2/+6 |
| 2019-05-24 | rustbuild: Untie `debuginfo-level-tests` from `debuginfo-level` | Vadim Petrochenkov | -1/+1 |
| 2019-05-24 | rustbuild: Simplify debuginfo configuration | Vadim Petrochenkov | -68/+48 |
| 2019-05-23 | Auto merge of #60970 - MaulingMonkey:pr-compiletest-cdb-support, r=alexcrichton | bors | -6/+2 |
| 2019-05-23 | bump nightly to 1.37.0 | Pietro Albini | -1/+1 |
| 2019-05-22 | Bump compiler-builtins to 0.1.15 | Alex Crichton | -1/+28 |
| 2019-05-21 | Merge remote-tracking branch 'origin/master' into azure-pipelines | Alex Crichton | -5/+23 |
| 2019-05-19 | Add basic CDB support to debuginfo compiletest s, to help catch `*.natvis` re... | MaulingMonkey | -6/+2 |
| 2019-05-18 | Fix tests not running locally | Guillaume Gomez | -1/+1 |
| 2019-05-17 | Update the compiler_builtins crate | Alex Crichton | -1/+1 |
| 2019-05-16 | strip synstructure consts from compiler docs | Andy Russell | -1/+1 |
| 2019-05-15 | Auto merge of #60832 - petrochenkov:CLazy, r=Mark-Simulacrum | bors | -0/+4 |
| 2019-05-15 | Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplett | bors | -1/+0 |
| 2019-05-15 | rustbuild/LLVM: Do not print installation messages for up-to-date files | Vadim Petrochenkov | -0/+4 |
| 2019-05-14 | Rollup merge of #60719 - varkor:xpy-test-folder, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+13 |
| 2019-05-14 | Add comment | varkor | -0/+6 |
| 2019-05-13 | Update src/bootstrap/util.rs | Pietro Albini | -1/+1 |
| 2019-05-13 | Remove bitrig support from rust | Marcel Hellwig | -1/+0 |
| 2019-05-13 | ci: remove fanout from the azure pipelines config | Pietro Albini | -76/+6 |
| 2019-05-11 | Allow subdirectories to be tested by x.py test | varkor | -2/+7 |
| 2019-05-10 | Make tests compatible with musl host | Mateusz Mikuła | -0/+4 |
| 2019-05-10 | Add Azure Pipelines | John Erickson | -8/+82 |
| 2019-05-09 | remove unneeded `extern crate`s from build tools | Andy Russell | -21/+31 |
| 2019-05-05 | Update getopts to 0.2.19 | varkor | -1/+1 |
| 2019-05-03 | Rollup merge of #60401 - JohnTitor:rename-log, r=davidtwco | Mazdak Farrokhzad | -1/+1 |
| 2019-05-02 | Update getopts to 0.2.18 | varkor | -1/+1 |
| 2019-05-02 | Prevent dependencies between std/test/rustc unifying with each other | varkor | -4/+20 |
| 2019-05-02 | Auto merge of #60379 - froydnj:bootstrap-progress-fixes, r=kennytm | bors | -3/+9 |
| 2019-05-02 | Auto merge of #60156 - RalfJung:macos-rand, r=oli-obk,alexcrichton | bors | -0/+1 |
| 2019-04-30 | Auto merge of #60262 - michaelwoerister:pgo-preinlining-pass, r=alexcrichton | bors | -51/+22 |