| Age | Commit message (Expand) | Author | Lines |
| 2018-05-07 | Stable release 1.26.0 | Mark Simulacrum | -1/+1 |
| 2018-04-26 | [beta] Remove dependency on `parking_lot` | Alex Crichton | -1/+0 |
| 2018-04-20 | ci: Remove x86_64-gnu-incremental builder | Alex Crichton | -22/+0 |
| 2018-04-02 | Don't verify miri's build status on beta | Alex Crichton | -1/+0 |
| 2018-04-02 | [beta] Prepare the 1.26.0 beta release | Alex Crichton | -1/+1 |
| 2018-03-25 | rustbuild: Disable docs on cross-compiled builds | Alex Crichton | -20/+24 |
| 2018-03-25 | Auto merge of #49284 - alexcrichton:use-our-own-cache, r=kennytm | bors | -0/+32 |
| 2018-03-25 | Rollup merge of #49193 - davidtwco:issue-29893, r=alexcrichton | kennytm | -1/+2 |
| 2018-03-25 | Rollup merge of #49120 - Zoxc:parallel-ci, r=alexcrichton | kennytm | -0/+8 |
| 2018-03-22 | ci: Don't use Travis caches for docker images | Alex Crichton | -0/+32 |
| 2018-03-22 | rustc: Add a `#[wasm_import_module]` attribute | Alex Crichton | -0/+1 |
| 2018-03-22 | Auto merge of #49264 - kennytm:rollup, r=kennytm | bors | -52/+30 |
| 2018-03-22 | Revert "Temporarily disable dist-ing RLS, Rustfmt and Clippy." | kennytm | -9/+1 |
| 2018-03-22 | Rollup merge of #49093 - Zoxc:speedup, r=aidanhs | kennytm | -43/+29 |
| 2018-03-22 | Auto merge of #49094 - alexcrichton:print-step-duration, r=kennytm | bors | -0/+2 |
| 2018-03-22 | Temporarily disable dist-ing RLS, Rustfmt and Clippy. | kennytm | -1/+9 |
| 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 |