| Age | Commit message (Expand) | Author | Lines |
| 2020-08-21 | Fix fortanix build | Mark Rousskov | -1/+1 |
| 2020-07-08 | ci: fix context for disabled docker images | Tom Eccles | -2/+2 |
| 2020-07-08 | ci: disabled: riscv: minimise docker overlays | Tom Eccles | -3/+3 |
| 2020-07-04 | Auto merge of #74019 - Manishearth:rollup-2st3jsk, r=Manishearth | bors | -1/+1 |
| 2020-07-03 | Bump mingw-check CI image from Ubuntu 16.04 to 18.04. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-07-03 | ci: remove the emulated aarch64-gnu image | Pietro Albini | -3179/+0 |
| 2020-07-03 | ci: add native aarch64-gnu docker builder | Pietro Albini | -2/+38 |
| 2020-07-03 | ci: include the architecture in the docker cache key | Pietro Albini | -0/+4 |
| 2020-07-03 | ci: provide feedback when running an image on the wrong host arch | Pietro Albini | -0/+22 |
| 2020-07-03 | ci: move all x86_64 runners to the host-x86_64 directory | Pietro Albini | -68/+71 |
| 2020-07-02 | Rollup merge of #73952 - ehuss:docker-dev, r=Mark-Simulacrum | Manish Goregaokar | -2/+31 |
| 2020-07-02 | Rollup merge of #73724 - CryZe:wasm-saturating-casts, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2020-07-02 | Address review comments and add UI test | Christopher Serr | -2/+2 |
| 2020-07-02 | Rollup merge of #73885 - pietroalbini:ci-fix-wasm32, r=kennytm | Manish Goregaokar | -1/+12 |
| 2020-07-01 | Add option for local docker testing. | Eric Huss | -2/+31 |
| 2020-07-01 | Verify UI tests work in pass=check mode | Mark Rousskov | -0/+9 |
| 2020-06-30 | ci: fix wasm32 broken due to a NodeJS version bump | Pietro Albini | -1/+12 |
| 2020-06-27 | Auto merge of #73671 - ehuss:update-mdbook, r=Mark-Simulacrum | bors | -3/+0 |
| 2020-06-26 | Remove mdbook-linkcheck. | Eric Huss | -3/+0 |
| 2020-06-25 | Remove deprecated comments | Adrian Cruceru | -2/+0 |
| 2020-06-25 | Fix comments | Adrian Cruceru | -8/+1 |
| 2020-06-24 | Update libunwind build process for x86_64-fortanix-unknown-sgx target | Adrian Cruceru | -37/+0 |
| 2020-06-20 | Rollup merge of #73171 - tblah:riscv-qemu-test, r=pietroalbini | Ralf Jung | -0/+249 |
| 2020-06-20 | ci: Enable sanitizers on dist-aarch64-linux | Tomasz Miąsko | -0/+1 |
| 2020-06-15 | Avoid prematurely recording toolstates | Mark Rousskov | -1/+3 |
| 2020-06-14 | Auto merge of #73089 - tmiasko:musl-1.1.24, r=kennytm | bors | -5/+7 |
| 2020-06-10 | Fix emcc failure for wasm32. | Eric Huss | -0/+3 |
| 2020-06-09 | Add a disabled builder for riscv64 emulated tests | Tom Eccles | -0/+249 |
| 2020-06-07 | Update musl to 1.1.24 | Tomasz Miąsko | -5/+7 |
| 2020-06-07 | Enable LVI hardening for x86_64-fortanix-unknown-sgx | Jethro Beekman | -20/+51 |
| 2020-05-08 | Use CDN for ci-caches on download | Mark Rousskov | -4/+6 |
| 2020-05-07 | Auto merge of #71649 - ecstatic-morse:ci-stage0-doc, r=Mark-Simulacrum | bors | -0/+1 |
| 2020-04-30 | Turn of rustc-dev-guide toolstate for now | mark | -1/+0 |
| 2020-04-28 | Ensure that `./x.py doc --stage 0 src/libstd` works via CI | Dylan MacKenzie | -0/+1 |
| 2020-04-23 | Enable "full tools" option on ARM dist builders | Alex Crichton | -4/+4 |
| 2020-04-14 | Update the minimum external LLVM to 8 | Josh Stone | -2/+2 |
| 2020-04-13 | Auto merge of #70989 - eddyb:mir-opt-32-pr-ci, r=Mark-Simulacrum | bors | -1/+18 |
| 2020-04-11 | ci: run mir-opt tests on PR CI also as 32-bit (for `EMIT_MIR_FOR_EACH_BIT_WID... | Eduard-Mihai Burtescu | -1/+18 |
| 2020-04-10 | Auto merge of #66605 - GuillaumeGomez:drop-python2, r=Mark-Simulacrum | bors | -91/+93 |
| 2020-04-10 | Enforce Python 3 as much as possible | Guillaume Gomez | -91/+93 |
| 2020-04-10 | Auto merge of #70619 - etherealist:musl_lld, r=Mark-Simulacrum | bors | -0/+1 |
| 2020-04-04 | Auto merge of #69898 - spastorino:rename-rustc-guide2, r=Xanewok | bors | -1/+1 |
| 2020-04-03 | Rollup merge of #68334 - andre-richter:master, r=japaric | Mazdak Farrokhzad | -0/+15 |
| 2020-03-31 | Enable rust-lld on dist-x86_64-musl | David Sonder | -0/+1 |
| 2020-03-30 | Deduplicate crosstool-ng.sh | Ben Wolsieffer | -30/+6 |
| 2020-03-25 | Upgrade GCC to 8.3.0, glibc to 2.17.0 and crosstool-ng to 1.24.0 for dist-arm... | Ben Wolsieffer | -739/+1055 |
| 2020-03-24 | Move rustc-guide submodule to rustc-dev-guide | Santiago Pastorino | -1/+1 |
| 2020-03-24 | ci: add github actions configuration | Pietro Albini | -1/+2 |
| 2020-03-23 | Rollup merge of #70159 - alexcrichton:update-wasi, r=pietroalbini | Mazdak Farrokhzad | -1/+1 |
| 2020-03-21 | Rollup merge of #70054 - rojamd:android-pgo, r=michaelwoerister | Mazdak Farrokhzad | -0/+1 |