| Age | Commit message (Expand) | Author | Lines |
| 2018-03-22 | Handle redirects correctly. | kennytm | -2/+2 |
| 2018-03-22 | Download the GCC artifacts from the HTTP server instead of FTP server. | kennytm | -0/+34 |
| 2018-03-21 | Configure the dist-x86_64-linux builder to produce compiler documentation | David Wood | -1/+2 |
| 2018-03-20 | ci: Print out how long each step takes on CI | Alex Crichton | -0/+2 |
| 2018-03-19 | Update submodules in parallel | John Kåre Alsaker | -43/+29 |
| 2018-03-18 | Add a CI job for parallel rustc using x.py check | John Kåre Alsaker | -0/+8 |
| 2018-03-16 | ci: Run fewer tests on asmjs | Alex Crichton | -1/+6 |
| 2018-03-16 | ci: Disable optimized tests for asm.js | Alex Crichton | -1/+1 |
| 2018-03-16 | Rollup merge of #48892 - alexcrichton:thinlto-again, r=Mark-Simulacrum | kennytm | -1/+0 |
| 2018-03-10 | Print /proc/cpuinfo and /proc/meminfo before starting to build. | kennytm | -0/+8 |
| 2018-03-09 | rustbuild: Remove ThinLTO-related configuration | Alex Crichton | -1/+0 |
| 2018-03-07 | appveyor: Shard more slow MSVC builders | Alex Crichton | -1/+1 |
| 2018-03-04 | Auto merge of #48630 - alexcrichton:more-sccache, r=kennytm | bors | -0/+6 |
| 2018-03-03 | rust: Import LLD for linking wasm objects | Alex Crichton | -7/+6 |
| 2018-03-04 | Auto merge of #48600 - Mark-Simulacrum:rustbuild-updates-2, r=alexcrichton | bors | -52/+27 |
| 2018-03-02 | Remove --host and --target arguments to configure | Mark Simulacrum | -52/+27 |
| 2018-03-01 | rustbuild: Pass `ccache` to build scripts | Alex Crichton | -0/+6 |
| 2018-02-24 | Run the external doc tests in tools job. | kennytm | -12/+27 |
| 2018-02-23 | Disallow toolstate regression at the last week of the 6-week cycle. | kennytm | -0/+49 |
| 2018-02-11 | Rollup merge of #48120 - matthiaskrgr:typos_src_1, r=alexcrichton | kennytm | -1/+1 |
| 2018-02-10 | fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}} | Matthias Krüger | -1/+1 |
| 2018-02-10 | Rollup merge of #48098 - alexcrichton:fix-i686-dist-bootstrap, r=Mark-Simulacrum | kennytm | -1/+2 |
| 2018-02-09 | rustc: Upgrade to LLVM 6 | Alex Crichton | -1/+1 |
| 2018-02-09 | ci: Actually bootstrap on i686 dist | Alex Crichton | -1/+2 |
| 2018-02-05 | Update clippy and miri submodule | Oliver Schneider | -1/+1 |
| 2018-02-03 | Disable ThinLTO for dist builds. | Mark Simulacrum | -0/+1 |
| 2018-01-28 | rustc: Split Emscripten to a separate codegen backend | Alex Crichton | -9/+17 |
| 2018-01-28 | Auto merge of #47663 - malbarbo:mips-crt-static, r=alexcrichton | bors | -46/+28 |
| 2018-01-27 | Remove musl/libunwind patch for i686 | Marco A L Barbosa | -31/+0 |
| 2018-01-25 | Revert update of the i686-freebsd builder | Alex Crichton | -1/+1 |
| 2018-01-25 | Rollup merge of #47710 - alexcrichton:llvm-6-compat, r=nikomatsakis | Alex Crichton | -2/+2 |
| 2018-01-24 | llvm6: Update FreeBSD images to Ubuntu 18.04 | Alex Crichton | -2/+2 |
| 2018-01-24 | Remove workarounds for cc 1.0.3. | Ed Schouten | -13/+0 |
| 2018-01-23 | Build musl with -fPIC for all targets | Marco A L Barbosa | -4/+5 |
| 2018-01-23 | Use libuwind 6.0 for all musl targets | Marco A L Barbosa | -9/+1 |
| 2018-01-22 | Do not assume dynamic linking for musl/mips[el] targets | Marco A L Barbosa | -11/+31 |
| 2018-01-19 | Automaticaly calculate beta prerelease numbers | Alex Crichton | -0/+6 |
| 2018-01-16 | Only enable CloudABI builds for x86-64 for now. | Ed Schouten | -12/+0 |
| 2018-01-16 | Integrate dist-cloudabi into dist-various-2. | Ed Schouten | -51/+40 |
| 2018-01-16 | Move dist-cloudabi/ into disabled/. | Ed Schouten | -0/+0 |
| 2018-01-16 | Add a Docker container for doing automated builds for CloudABI. | Ed Schouten | -0/+89 |
| 2018-01-13 | Rollup merge of #47283 - malbarbo:musl-1.1.18, r=alexcrichton | kennytm | -1/+1 |
| 2018-01-11 | Add i586-unknown-linux-musl target | Marco A L Barbosa | -8/+13 |
| 2018-01-08 | Update musl to 1.1.18 | Marco A L Barbosa | -1/+1 |
| 2018-01-07 | Auto merge of #47157 - malbarbo:shared-build-musl, r=alexcrichton | bors | -272/+144 |
| 2018-01-04 | Bump to 1.25.0 | Alex Crichton | -0/+1 |
| 2018-01-03 | ci: use musl shared script in dist-i586-gnu-i686-musl | Marco A L Barbosa | -73/+41 |
| 2018-01-03 | ci: use musl shared script in dist-various-1 (for arm targets) | Marco A L Barbosa | -171/+66 |
| 2018-01-03 | ci: use musl shared script in dist-x86_64-musl | Marco A L Barbosa | -8/+17 |
| 2018-01-01 | Enable compiler docs testing in x86_64-gnu | Malo Jaffré | -1/+5 |