| Age | Commit message (Expand) | Author | Lines |
| 2020-01-10 | Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichton | bors | -47/+159 |
| 2020-01-11 | Rollup merge of #68075 - ollie27:rustbuild_books, r=Mark-Simulacrum | Yuki Okushi | -72/+14 |
| 2020-01-11 | Rollup merge of #68039 - euclio:remove-strip-hidden, r=dtolnay | Yuki Okushi | -1/+1 |
| 2020-01-10 | Prefer llvm-skip-rebuild flag value over config.toml | Matthew Healy | -2/+6 |
| 2020-01-10 | Match llvm-skip-rebuild flag | Matthew Healy | -0/+5 |
| 2020-01-09 | rustbuild: Cleanup book generation | Oliver Middleton | -72/+14 |
| 2020-01-09 | Add llvm-skip-rebuild to opts | Matthew Healy | -0/+8 |
| 2020-01-09 | Add bootstrap step for building sanitizer runtimes | Tomasz Miąsko | -43/+159 |
| 2020-01-09 | Remove sanitizer runtime crates | Tomasz Miąsko | -4/+0 |
| 2020-01-08 | remove strip-hidden pass from compiler doc generation | Andy Russell | -1/+1 |
| 2020-01-08 | Build compiletest with in-tree libtest | Josh Stone | -2/+8 |
| 2020-01-08 | Remove obsolete llvm_tools flag | Josh Stone | -11/+1 |
| 2020-01-08 | Auto merge of #67760 - Mark-Simulacrum:rustc-dirty, r=alexcrichton | bors | -2/+13 |
| 2020-01-03 | Rollup merge of #67636 - semarie:bootstrap-rustfmt, r=Mark-Simulacrum | Yuki Okushi | -0/+1 |
| 2020-01-02 | bootstrap: Allow for setting the ThinLTO import limit used for compiler the c... | Michael Woerister | -0/+18 |
| 2020-01-01 | Clear out target directory if compiler has changed | Mark Rousskov | -2/+13 |
| 2019-12-29 | tidy: Enforce formatting rather than just check it if `--bless` is specified | Vadim Petrochenkov | -1/+1 |
| 2019-12-27 | allow rustfmt key in [build] section | Sebastien Marie | -0/+1 |
| 2019-12-26 | Skip LLVM rebuild when skip-rebuild is true | Matthew Healy | -0/+9 |
| 2019-12-26 | Parse llvm_skip_rebuild into Config | Matthew Healy | -0/+6 |
| 2019-12-24 | bootstrap miri: remove no longer used env var | Ralf Jung | -3/+0 |
| 2019-12-22 | Format the world | Mark Rousskov | -2154/+1836 |
| 2019-12-22 | Remove most files from format ignore list | Mark Rousskov | -20/+23 |
| 2019-12-22 | Auto merge of #65939 - anp:incremental-rustfmt-rollout, r=Mark-Simulacrum | bors | -10/+159 |
| 2019-12-22 | Do not run if rustfmt.toml does not exist | Mark Rousskov | -2/+7 |
| 2019-12-22 | Rollup merge of #67410 - mati865:mingw_link_fix, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2019-12-21 | Implement rustfmt running manually using ignore crate | Mark Rousskov | -15/+47 |
| 2019-12-21 | Include formatting check in the test step for tidy. | Adam Perry | -0/+8 |
| 2019-12-21 | Implement `./x.py fmt [--check]`. | Adam Perry | -5/+70 |
| 2019-12-21 | bootstrap.py fetches rustfmt. | Adam Perry | -5/+44 |
| 2019-12-21 | Rollup merge of #67491 - lzutao:res-map-or, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+2 |
| 2019-12-21 | use Result::map_or for bootstrap | Lzu Tao | -2/+2 |
| 2019-12-21 | Drop petgraph dependency from bootstrap | Mark Rousskov | -47/+1 |
| 2019-12-19 | Remove newline from commit in toolstate | Mark Rousskov | -1/+1 |
| 2019-12-19 | Rollup merge of #67432 - Mark-Simulacrum:fix-toolstate, r=Centril | Mark Rousskov | -1/+1 |
| 2019-12-19 | Rollup merge of #67351 - Mark-Simulacrum:always-channel, r=pietroalbini | Mark Rousskov | -3/+3 |
| 2019-12-19 | Fix toolstate history format | Mark Rousskov | -1/+1 |
| 2019-12-19 | Rollup merge of #67286 - cuviper:configure-llvm, r=Dylan-DPC | Mazdak Farrokhzad | -2/+2 |
| 2019-12-18 | Set release channel on non-dist builders | Mark Rousskov | -3/+3 |
| 2019-12-18 | Reenable static linking of libstdc++ on windows-gnu | Mateusz Mikuła | -1/+1 |
| 2019-12-18 | Bump stage0 | Mark Rousskov | -1/+1 |
| 2019-12-17 | Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton" | Mark Rousskov | -13/+13 |
| 2019-12-17 | Disable cargo tests for now | Mark Rousskov | -13/+13 |
| 2019-12-13 | Fix the configure.py TOML field for a couple LLVM options | Josh Stone | -2/+2 |
| 2019-12-13 | Auto merge of #67077 - Aaron1011:build-llvm-in-binary, r=alexcrichton | bors | -344/+125 |
| 2019-12-12 | Auto merge of #67172 - jethrogb:jb/bootstrap-linker, r=alexcrichton | bors | -11/+17 |
| 2019-12-11 | Add comment explaining original `maybe_install_llvm_dylib` call | Aaron Hill | -0/+3 |
| 2019-12-11 | Fix missing libLLVM.so in stage0 sysroot. | Aaron Hill | -0/+38 |
| 2019-12-11 | Fix a test in the bootstrap test suite | Alex Crichton | -0/+4 |
| 2019-12-11 | Fix some linking of LLVM's dynamic library | Alex Crichton | -25/+24 |