| Age | Commit message (Expand) | Author | Lines |
| 2019-06-13 | Rollup merge of #61750 - tmandry:fix-install, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+4 |
| 2019-06-12 | Add a RUSTC_TIME env var to time rust crates during bootstrap | John Kåre Alsaker | -4/+16 |
| 2019-06-12 | rustbuild: detect cxx for all targets | Marc-Antoine Perennou | -34/+25 |
| 2019-06-12 | rustbuild: fix libtest_stamp | Marc-Antoine Perennou | -1/+1 |
| 2019-06-12 | Rollup merge of #61734 - mati865:books, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-06-12 | Rollup merge of #61705 - petrhosek:llvm-cflags, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-06-11 | Fix x.py install | Tyler Mandry | -1/+4 |
| 2019-06-11 | Migrate rust-by-example to MdBook2 | Mateusz Mikuła | -1/+1 |
| 2019-06-10 | Pass LLVM linker flags to librustc_llvm build | Petr Hosek | -0/+4 |
| 2019-06-10 | Auto merge of #61706 - petrhosek:bootstrap-cp-r, r=Mark-Simulacrum | bors | -2/+1 |
| 2019-06-09 | Use Build::read_dir instead of fs::read_dir in Build::cp_r | Petr Hosek | -2/+1 |
| 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 |