| Age | Commit message (Expand) | Author | Lines |
| 2018-11-11 | std: Delete the `alloc_system` crate | Alex Crichton | -1/+1 |
| 2018-11-10 | Auto merge of #55626 - nikic:update-emscripten, r=alexcrichton | bors | -17/+12 |
| 2018-11-08 | Update the disabled wasm32 Dockerfile | Nikita Popov | -10/+5 |
| 2018-11-06 | Auto merge of #53996 - sekineh:thumb-run, r=japaric | bors | -1/+2 |
| 2018-11-06 | Rollup merge of #55644 - glaubitz:powerpcspe-linux, r=alexcrichton | kennytm | -0/+26 |
| 2018-11-06 | Auto merge of #55106 - petrhosek:fuchsia-lld, r=alexcrichton | bors | -1/+12 |
| 2018-11-05 | Use lld directly for Fuchsia target | Petr Hosek | -1/+12 |
| 2018-11-04 | Update llvm-emscripten | Nikita Popov | -7/+7 |
| 2018-11-03 | ci: Add Dockerfile for dist-powerpcspe-linux | John Paul Adrian Glaubitz | -0/+26 |
| 2018-11-02 | Use `jemalloc-sys` on Linux and OSX compilers | Alex Crichton | -2/+4 |
| 2018-10-30 | Update enum debuginfo tests | Tom Tromey | -1/+1 |
| 2018-10-26 | CI: Set codegen-units-std=1 for dist builds. | Michael Woerister | -0/+1 |
| 2018-10-21 | Remove the parse-fail test suite | Vadim Petrochenkov | -1/+0 |
| 2018-10-20 | Update Cargo, build curl/OpenSSL statically via features | Alex Crichton | -1/+40 |
| 2018-10-13 | Improve verify_llvm_ir config option | Nikita Popov | -0/+3 |
| 2018-10-01 | Fix conditions to allow missing tools in CI | Christian Poveda | -1/+1 |
| 2018-09-30 | [ci] add qemu-system-arm in docker image | Hideki Sekine | -1/+2 |
| 2018-09-28 | Add DIST_REQUIRE_ALL_TOOLS to CI scripts | Christian Poveda | -0/+4 |
| 2018-09-28 | Add enable-missing-tools option | Christian Poveda | -0/+4 |
| 2018-09-21 | Update musl to 1.1.20. | Adrian Budau | -7/+1 |
| 2018-09-10 | Add rustc SHA to released DWARF debuginfo | Alex Crichton | -0/+1 |
| 2018-08-30 | [RISCV] Add riscv32imc-unknown-none-elf target. | David Craven | -0/+1 |
| 2018-08-29 | Auto merge of #53245 - michaelwoerister:thinlto-rust-llvm, r=alexcrichton | bors | -1/+10 |
| 2018-08-26 | remove no longer needed Docker images | Jorge Aparicio | -70/+0 |
| 2018-08-26 | fix docker build for the armebv7r-none-eabi target | Jorge Aparicio | -1/+2 |
| 2018-08-26 | add armebv7r-none-eabi target | Jorge Aparicio | -0/+1 |
| 2018-08-26 | build rust-std components for the Cortex-R targets | Jorge Aparicio | -1/+4 |
| 2018-08-26 | Add target for Little-endian ARM Cortex-R4F/R5F MCUs | Paolo Teti | -0/+34 |
| 2018-08-20 | Compile LLVM with ThinLTO for x86_64 Linux dist builds. | Michael Woerister | -1/+4 |
| 2018-08-20 | Build LLD in addition to Clang in Linux CI | Michael Woerister | -0/+6 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-08-16 | Revert "Use public DNS server instead of 169.254.169.254 on CI." | kennytm | -4/+0 |
| 2018-08-04 | Rollup merge of #52940 - kennytm:move-checktool-protection-week, r=alexcrichton | kennytm | -4/+6 |
| 2018-08-01 | [RISCV] Enable CI. | David Craven | -0/+1 |
| 2018-08-01 | Align 6-week cycle check with beta promotion instead of stable release. | kennytm | -4/+6 |
| 2018-07-29 | Test clippy first to workaround the derive-new conflict. | kennytm | -1/+2 |
| 2018-07-26 | Omit the vendor component in Fuchsia triple | Petr Hosek | -13/+13 |
| 2018-07-25 | Auto merge of #52561 - ljedrz:fixme_cc_271, r=alexcrichton | bors | -7/+1 |
| 2018-07-24 | Rollup merge of #52538 - ljedrz:old_musl_i586_flags, r=kennytm | kennytm | -3/+1 |
| 2018-07-22 | Rollup merge of #52465 - sekineh:add-ci-thumb, r=alexcrichton | kennytm | -1/+8 |
| 2018-07-20 | Remove obsolete armv5te vars from the dist-various-1 Dockerfile | ljedrz | -7/+1 |
| 2018-07-19 | Fix docker/run.sh script when run locally | Alex Crichton | -1/+1 |
| 2018-07-19 | Remove obsolete flags in the i586_musl Dockerfile | ljedrz | -3/+1 |
| 2018-07-18 | Re-include `thumbv6m-none-eabi` to `run-make` target | Hideki Sekine | -2/+2 |
| 2018-07-18 | Use `dist-various-1` Dockerfile. | Hideki Sekine | -35/+8 |
| 2018-07-18 | Cleanup Dockerfile. | Hideki Sekine | -79/+0 |
| 2018-07-18 | Adjust TARGETS. | Hideki Sekine | -18/+3 |
| 2018-07-17 | Block beta if clippy breaks. | kennytm | -7/+9 |
| 2018-07-13 | Enabled core dump on Linux, and print stack trace on failure. | kennytm | -0/+6 |
| 2018-07-09 | bump minimum LLVM version to 5.0 | gnzlbg | -2/+2 |