| Age | Commit message (Expand) | Author | Lines |
| 2020-02-13 | Update books. | Eric Huss | -24/+58 |
| 2020-02-13 | Rollup merge of #69104 - tmiasko:configure-cmake, r=Mark-Simulacrum | Dylan DPC | -9/+19 |
| 2020-02-12 | bootstrap: Configure cmake when building sanitizer runtimes | Tomasz Miąsko | -9/+19 |
| 2020-02-12 | Rollup merge of #68994 - Keruspe:sanitizers-conflict, r=Mark-Simulacrum | Dylan DPC | -6/+10 |
| 2020-02-12 | Rollup merge of #68947 - chrissimpkins:python-fmt, r=alexcrichton | Yuki Okushi | -10/+10 |
| 2020-02-11 | Rollup merge of #68824 - ajpaverd:cfguard-rustbuild, r=Mark-Simulacrum | Dylan DPC | -0/+18 |
| 2020-02-11 | Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC | Dylan DPC | -1/+0 |
| 2020-02-11 | rustbuild: include channel in sanitizers installed name | Marc-Antoine Perennou | -6/+10 |
| 2020-02-10 | Enable Control Flow Guard in rustbuild | Andrew Paverd | -0/+18 |
| 2020-02-09 | Auto merge of #68623 - Zoxc:lld, r=Mark-Simulacrum | bors | -7/+49 |
| 2020-02-09 | Add some comments | John Kåre Alsaker | -0/+1 |
| 2020-02-07 | PEP8 format spacing | Chris Simpkins | -5/+6 |
| 2020-02-07 | PEP8 format spacing | Chris Simpkins | -4/+3 |
| 2020-02-07 | remove unnecessary local variable assignment in context manager | Chris Simpkins | -1/+1 |
| 2020-02-06 | rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace. | Eduard-Mihai Burtescu | -1/+7 |
| 2020-02-04 | Rollup merge of #68805 - matthiaskrgr:cleanup_bootstrap, r=Mark-Simulacrum | Dylan DPC | -57/+40 |
| 2020-02-04 | Remove unused core_intrinsics feature gate from bootstrap | bjorn3 | -1/+0 |
| 2020-02-04 | Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini | bors | -6/+6 |
| 2020-02-03 | bootstrap: fix clippy warnings | Matthias Krüger | -58/+41 |
| 2020-01-31 | Drop cfg(bootstrap) code | Mark Rousskov | -1/+1 |
| 2020-01-31 | Bump rustfmt and stage0 | Mark Rousskov | -1/+1 |
| 2020-01-31 | Correctly reinstall rustfmt on channel change | Mark Rousskov | -4/+4 |
| 2020-01-31 | Install robots.txt into rust-docs tarballs | Mark Rousskov | -0/+1 |
| 2020-01-29 | Don't use a whitelist for use_lld | John Kåre Alsaker | -5/+1 |
| 2020-01-29 | Link a linking issue | John Kåre Alsaker | -1/+2 |
| 2020-01-29 | Add an option to use LLD to link the compiler on Windows platforms | John Kåre Alsaker | -7/+51 |
| 2020-01-27 | compiletest: Remove unused llvm-cxxflags option | Tomasz Miąsko | -6/+1 |
| 2020-01-24 | Rollup merge of #68500 - Mark-Simulacrum:fix-bootstrap-clearing, r=alexcrichton | Tyler Mandry | -1/+1 |
| 2020-01-24 | Rollup merge of #68473 - nopsledder:rust_sanitizer_fuchsia, r=alexcrichton | Tyler Mandry | -0/+18 |
| 2020-01-23 | Clear out std, not std tools | Mark Rousskov | -1/+1 |
| 2020-01-23 | Auto merge of #68391 - tmiasko:compiletest-debuginfo, r=alexcrichton | bors | -8/+0 |
| 2020-01-22 | Enable ASan on Fuchsia | Aaron Green | -0/+18 |
| 2020-01-22 | bootstrap: update clippy subcmd decription | Matthias Krüger | -1/+1 |
| 2020-01-20 | compiletest: Simplify multi-debugger support | Tomasz Miąsko | -8/+0 |
| 2020-01-15 | Rollup merge of #68231 - danielframpton:windows-crosscompile, r=alexcrichton | Yuki Okushi | -0/+2 |
| 2020-01-15 | Rollup merge of #68141 - euclio:replace-bindings-with-winapi, r=alexcrichton | Yuki Okushi | -127/+27 |
| 2020-01-14 | Better support for cross compilation on Windows. | Daniel Frampton | -0/+2 |
| 2020-01-14 | Tweak assertion note in fmt | Yuki Okushi | -1/+9 |
| 2020-01-11 | use winapi for non-stdlib Windows bindings | Andy Russell | -127/+27 |
| 2020-01-11 | Rollup merge of #68074 - matthew-healy:skip-llvm-rebuild-option, r=Centril | Mazdak Farrokhzad | -2/+19 |
| 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 |