| Age | Commit message (Expand) | Author | Lines |
| 2019-10-31 | Rollup merge of #65274 - pietroalbini:ci-upload-toolstate, r=alexcrichton | Mazdak Farrokhzad | -3/+6 |
| 2019-10-30 | ci: move toolstates.json to /tmp/toolstate/ and docker mount it | Pietro Albini | -3/+6 |
| 2019-10-26 | ci: add support for MIPS64 musl targets | Wang Xuerui | -0/+16 |
| 2019-10-21 | Remove `src/llvm-emscripten` submodule | Alex Crichton | -1/+0 |
| 2019-10-20 | Auto merge of #65302 - msizanoen1:fix-armv7-segfault, r=alexcrichton | bors | -366/+511 |
| 2019-10-16 | Remove PR runs, enable wasm32 CI, and move asmjs to disabled | Thomas Lively | -0/+0 |
| 2019-10-16 | User should not change between emcc install and use | Thomas Lively | -12/+6 |
| 2019-10-16 | Update test and add -O1 to wasm32 Dockerfile | Thomas Lively | -2/+3 |
| 2019-10-16 | Temporarily enable asmjs and wasm32 on PR CI | Thomas Lively | -0/+0 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -116/+31 |
| 2019-10-16 | Mirror crosstool-ng on rust-lang-ci-mirrors | msizanoen | -1/+2 |
| 2019-10-13 | Fix path to crosstool-ng.sh | qtmlabs | -1/+1 |
| 2019-10-12 | Add crosstool-ng 1.24.0 unzip dependency | qtmlabs | -0/+1 |
| 2019-10-11 | Revert "Remove reference to Ubuntu 15.10 ARM toolchain" | qtmlabs | -3/+5 |
| 2019-10-11 | Remove reference to Ubuntu 15.10 ARM toolchain | qtmlabs | -5/+3 |
| 2019-10-11 | Upgrade GCC to 8.3.0, glibc to 1.17.0 and crosstool-ng to 1.24.0 for dist-arm... | qtmlabs | -366/+509 |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -26/+117 |
| 2019-10-04 | Revert "Temporarily enable wasm32 CI" | Thomas Lively | -0/+0 |
| 2019-10-04 | Temporarily enable wasm32 CI | Thomas Lively | -0/+0 |
| 2019-10-04 | Fix ABI, run and fix more tests, re-enable CI for PRs | Thomas Lively | -4/+9 |
| 2019-10-04 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -117/+21 |
| 2019-09-29 | Use https for curl when building for linux | Tyler Mandry | -2/+4 |
| 2019-09-23 | Remove `--enable-extended` from cross dist builder | Alex Crichton | -1/+0 |
| 2019-09-16 | azure: Disable more LLVM/debug assertions in | Alex Crichton | -0/+6 |
| 2019-08-23 | Auto merge of #63521 - newpavlov:redox_builder, r=pietroalbini | bors | -4/+2 |
| 2019-08-21 | ci: move libc mirrors to the rust-lang-ci-mirrors bucket | Pietro Albini | -1/+1 |
| 2019-08-17 | Merge branch 'master' into redox_builder | Artyom Pavlov | -60/+14 |
| 2019-08-15 | Use libunwind from llvm-project submodule for musl targets | Marco A L Barbosa | -50/+2 |
| 2019-08-13 | Re-enable Redox builder (take 2) | newpavlov | -4/+2 |
| 2019-08-12 | ci: move mirrors to their standalone bucket | Pietro Albini | -10/+12 |
| 2019-08-09 | Check links on all platforms when running locally | Mateusz Mikuła | -0/+3 |
| 2019-08-08 | remove test-miri flag from bootstrap | Ralf Jung | -1/+0 |
| 2019-08-03 | ci: move .azure-pipelines to src/ci/azure-pipelines | Pietro Albini | -1/+2 |
| 2019-08-03 | Rollup merge of #63107 - adrian-budau:master, r=alexcrichton | Mazdak Farrokhzad | -6/+30 |
| 2019-08-02 | Added support for armv7-unknown-linux-gnueabi and armv7-unknown-linux-musleabi. | Adrian Budau | -6/+30 |
| 2019-08-02 | Auto merge of #61393 - gnzlbg:update_libc, r=gnzlbg | bors | -1/+3 |
| 2019-08-01 | Temporarily disable the redox builder | gnzlbg | -1/+3 |
| 2019-08-01 | Rollup merge of #63191 - pietroalbini:really-fix-toolstate, r=alexcrichton | Pietro Albini | -0/+1 |
| 2019-08-01 | ci: forward the TOOLSTATE_PUBLISH environment variable inside docker | Pietro Albini | -0/+1 |
| 2019-07-28 | Rollup merge of #62759 - mark-i-m:rustc-guide-toolstate-check, r=kennytm | Mazdak Farrokhzad | -5/+33 |
| 2019-07-28 | Rollup merge of #62949 - mati865:patch-1, r=alexcrichton | Mazdak Farrokhzad | -4/+0 |
| 2019-07-27 | Remove run-pass test suites | Vadim Petrochenkov | -2/+1 |
| 2019-07-26 | Rollup merge of #62970 - pietroalbini:fix-tools-builder, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-07-25 | ci: gate toolstate repo pushes on the TOOLSTATE_PUBLISH envvar | Pietro Albini | -1/+1 |
| 2019-07-25 | Rollup merge of #62784 - Disasm:riscv32i, r=estebank | Mazdak Farrokhzad | -0/+1 |
| 2019-07-24 | Re-enable assertions in PPC dist builder | Mateusz Mikuła | -4/+0 |
| 2019-07-23 | add back check for update prs | Mark Mansi | -0/+1 |
| 2019-07-23 | more comments | Ralf Jung | -0/+1 |
| 2019-07-23 | more callback docs | Ralf Jung | -4/+7 |
| 2019-07-23 | more comments for toolstate scripts | Ralf Jung | -3/+14 |