| Age | Commit message (Expand) | Author | Lines |
| 2019-09-19 | Rollup merge of #64613 - alexcrichton:less-doc-copies, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2019-09-19 | rustbuild: Copy crate doc files fewer times | Alex Crichton | -1/+1 |
| 2019-09-19 | rustbuild: Don't package libstd twice | Alex Crichton | -1/+1 |
| 2019-09-17 | build-manifest: add some comments | Ralf Jung | -4/+10 |
| 2019-09-17 | Revert "Rollup merge of #64451 - RalfJung:miri-manifest, r=pietroalbini" | Pietro Albini | -10/+4 |
| 2019-09-14 | when BUILD_MANIFEST_DISABLE_SIGNING is set, we don't need gpg-password-file | Ralf Jung | -4/+10 |
| 2019-09-10 | Locate rustc binary similarly to codegen backend loading | Mark Rousskov | -4/+6 |
| 2019-09-09 | check git in bootstrap.py when trying to update submodule | Guanqun Lu | -0/+8 |
| 2019-09-09 | use 'get_toml' instead of regular expression | Guanqun Lu | -5/+15 |
| 2019-09-07 | Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkov | Mazdak Farrokhzad | -1/+4 |
| 2019-09-07 | Rollup merge of #64098 - Mark-Simulacrum:always-warn, r=alexcrichton | Mazdak Farrokhzad | -10/+12 |
| 2019-09-07 | Rollup merge of #64240 - maurer:include-compiler-rt, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-09-06 | Include compiler-rt in the source tarball | Matthew Maurer | -0/+1 |
| 2019-09-06 | Rollup merge of #64208 - guanqun:py-is-not-none, r=matklad | Mazdak Farrokhzad | -1/+1 |
| 2019-09-06 | Rollup merge of #64166 - infinity0:master, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-09-06 | it's more pythonic to use 'is not None' in python files | Guanqun Lu | -1/+1 |
| 2019-09-05 | Explicitly create test tempdir | Mark Rousskov | -1/+4 |
| 2019-09-05 | Better way of conditioning the sanitizer builds | Ximin Luo | -0/+1 |
| 2019-09-04 | Assume non-git LLVM is fresh if the stamp file exists | Josh Stone | -13/+14 |
| 2019-09-04 | Rename --warnings=allow to --warnings=warn | Mark Rousskov | -3/+3 |
| 2019-09-04 | Ensure all warnings are emitted even on warnings=warn | Mark Rousskov | -7/+9 |
| 2019-09-03 | Auto merge of #63869 - GuillaumeGomez:fix-build-failure, r=Mark-Simulacrum | bors | -1/+1 |
| 2019-09-02 | Generate version file if it doesn't exist | Guillaume Gomez | -1/+1 |
| 2019-09-01 | remove the unstable rustdoc parameter --linker | Andreas Jonson | -1/+4 |
| 2019-08-29 | Rollup merge of #63979 - alexcrichton:remove-wasm-syscall, r=dtolnay | Mazdak Farrokhzad | -16/+0 |
| 2019-08-29 | Rollup merge of #63953 - crlf0710:bootstrap_mirroring, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+14 |
| 2019-08-29 | Rollup merge of #63949 - JohnTitor:fix-quick-build, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+3 |
| 2019-08-28 | std: Remove the `wasm_syscall` feature | Alex Crichton | -16/+0 |
| 2019-08-28 | bootstrap: allow specifying mirror for bootstrap compiler download. | Charles Lew | -2/+14 |
| 2019-08-28 | Fix build src/libtest | Yuki Okushi | -3/+3 |
| 2019-08-27 | rustbuild: allow disabling deny(warnings) for bootstrap | Marc-Antoine Perennou | -14/+5 |
| 2019-08-23 | bootstrap: Merge the libtest build step with libstd | Alex Crichton | -490/+87 |
| 2019-08-21 | Rollup merge of #63781 - mati865:clippy, r=oli-obk,ehuss | Mazdak Farrokhzad | -2/+1 |
| 2019-08-21 | Run Clippy without json-rendered flag | Mateusz MikuĊa | -2/+1 |
| 2019-08-21 | Rollup merge of #63753 - ehuss:bump-toml, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2019-08-21 | Rollup merge of #63721 - Mark-Simulacrum:decouple-error-index, r=matthewjasper | Mazdak Farrokhzad | -4/+2 |
| 2019-08-20 | Auto merge of #63752 - Centril:rollup-nlxwety, r=Centril | bors | -11/+22 |
| 2019-08-20 | Bump toml dependency. | Eric Huss | -1/+1 |
| 2019-08-20 | Rollup merge of #62497 - o01eg:fix-62496, r=alexcrichton | Mazdak Farrokhzad | -11/+22 |
| 2019-08-20 | Remove serialization of diagnostics to files | Mark Rousskov | -4/+2 |
| 2019-08-19 | Don't use stage naming in RUSTFLAGS environment variables | Mark Rousskov | -5/+5 |
| 2019-08-17 | Auto merge of #63462 - matthewjasper:hygienic-builtin-derives, r=petrochenkov | bors | -2/+2 |
| 2019-08-17 | Rollup merge of #63621 - jgalenson:dndebug, r=alexcrichton | Mazdak Farrokhzad | -0/+3 |
| 2019-08-17 | Make built-in derives opaque macros | Matthew Jasper | -2/+2 |
| 2019-08-17 | Rollup merge of #63642 - eddyb:wrap-it-up, r=rkruppe,Mark-Simulacrum | Mazdak Farrokhzad | -2/+7 |
| 2019-08-17 | Rollup merge of #63558 - jgalenson:move-remap, r=alexcrichton | Mazdak Farrokhzad | -4/+4 |
| 2019-08-16 | Auto merge of #63640 - Centril:rollup-yeb8o66, r=Centril | bors | -1/+10 |
| 2019-08-16 | rustbuild: work around the stdarch cfg(bootstrap) bug. | Eduard-Mihai Burtescu | -2/+7 |
| 2019-08-16 | Rollup merge of #63636 - pietroalbini:ci-mingw, r=alexcrichton | Mazdak Farrokhzad | -0/+9 |
| 2019-08-16 | Rollup merge of #63604 - Wind-River:master, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |