| Age | Commit message (Expand) | Author | Lines |
| 2016-12-16 | Bump beta prerelease version | Brian Anderson | -1/+1 |
| 2016-12-14 | Bump prereleease version | Brian Anderson | -1/+1 |
| 2016-12-10 | Bump beta to .3 | Alex Crichton | -1/+1 |
| 2016-11-16 | Bump prerelease version | Brian Anderson | -1/+1 |
| 2016-11-05 | Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollup | Alex Crichton | -1/+1 |
| 2016-11-03 | Set RUSTC_BOOTSTRAP to some value. | Brian Anderson | -1/+1 |
| 2016-10-31 | detect gdb version & rust support in compiletest | Tim Neumann | -1/+1 |
| 2016-10-30 | Add rustc_data_structures to rustc_driver dependencies. | Michael Woerister | -1/+1 |
| 2016-10-29 | Auto merge of #37387 - raphlinus:fuchsia_aarch64, r=alexcrichton | bors | -0/+1 |
| 2016-10-28 | Split up libproc_macro_plugin | Nick Cameron | -3/+4 |
| 2016-10-24 | Support for aarch64 architecture on Fuchsia | Raph Levien | -0/+1 |
| 2016-10-24 | Auto merge of #37313 - raphlinus:fuchsia, r=alexcrichton | bors | -0/+1 |
| 2016-10-23 | mk: Filter debuginfo=1 from test flags | Alex Crichton | -1/+2 |
| 2016-10-22 | Add Fuchsia support | Raph Levien | -0/+1 |
| 2016-10-20 | Auto merge of #37280 - alexcrichton:debuginfo, r=brson | bors | -0/+3 |
| 2016-10-19 | Enable line number debuginfo in releases | Alex Crichton | -0/+3 |
| 2016-10-19 | Detect local-rebuild by just the MAJOR.MINOR version | Josh Stone | -4/+5 |
| 2016-10-19 | Rollup merge of #37265 - brson:bootstrap, r=alexcrichton | Eduard-Mihai Burtescu | -42/+5 |
| 2016-10-19 | Allow bootstrapping without a key. Fixes #36548 | Brian Anderson | -42/+5 |
| 2016-10-14 | Add AppVeyor configuration to the repo | Alex Crichton | -19/+13 |
| 2016-10-06 | rustc: Rename rustc_macro to proc_macro | Alex Crichton | -8/+8 |
| 2016-09-30 | Preliminary wasm32 support | Brian Anderson | -0/+24 |
| 2016-09-30 | Make the jsbackend an optional component | Jan-Erik Rediger | -1/+1 |
| 2016-09-27 | Bump version to 1.14 | Brian Anderson | -1/+1 |
| 2016-09-25 | Haiku: add support for building on Haiku | Niels Sascha Reedijk | -0/+4 |
| 2016-09-25 | Add support for the Haiku operating system on x86 and x86_64 machines | Niels Sascha Reedijk | -0/+54 |
| 2016-09-20 | Remove librbml and the RBML-tagged auto-encoder/decoder. | Eduard Burtescu | -6/+5 |
| 2016-09-20 | Auto merge of #36445 - infinity0:master, r=brson | bors | -1/+2 |
| 2016-09-15 | Auto merge of #36213 - josephDunne:dist_version, r=brson | bors | -0/+1 |
| 2016-09-13 | mk: add a all-no-docs target to build everything except docs | Ximin Luo | -1/+2 |
| 2016-09-12 | no emutls for you, windows | Jorge Aparicio | -2/+0 |
| 2016-09-12 | it's libcompiler-rt.lib on windows | Jorge Aparicio | -1/+1 |
| 2016-09-12 | crate-ify compiler-rt into compiler-builtins | Jorge Aparicio | -167/+189 |
| 2016-09-12 | Auto merge of #36360 - orbea:docdir, r=alexcrichton | bors | -1/+2 |
| 2016-09-09 | Add s390x support | Ulrich Weigand | -1/+24 |
| 2016-09-08 | Allow setting --docdir | orbea | -1/+2 |
| 2016-09-03 | Add rustc version info (git hash + date) to dist tarball | Joseph Dunne | -0/+1 |
| 2016-09-03 | Auto merge of #35957 - alexcrichton:macros-1.1, r=nrc | bors | -4/+6 |
| 2016-09-02 | Rollup merge of #36198 - alexcrichton:fix-travis, r=brson | Jonathan Turner | -0/+2 |
| 2016-09-02 | rustc: Implement custom derive (macros 1.1) | Alex Crichton | -4/+6 |
| 2016-09-02 | Auto merge of #36024 - japaric:mips64, r=alexcrichton | bors | -0/+2 |
| 2016-09-01 | test: Add a min-llvm-version directive | Alex Crichton | -0/+2 |
| 2016-08-31 | Auto merge of #35718 - michaelwoerister:incr-comp-dir-locking, r=alexcrichton | bors | -4/+3 |
| 2016-08-29 | Move `flock.rs` from librustdoc to librustc_data_structures. | Michael Woerister | -4/+3 |
| 2016-08-28 | build llvm with systemz backend enabled, and link to related libraries | Jorge Aparicio | -1/+1 |
| 2016-08-28 | Auto merge of #36028 - japaric:s390x, r=alexcrichton | bors | -0/+1 |
| 2016-08-26 | initial support for s390x | Jorge Aparicio | -0/+1 |
| 2016-08-26 | add mips64-gnu and mips64el-gnu targets | Jorge Aparicio | -0/+2 |
| 2016-08-25 | Also remove build steps for style | Steve Klabnik | -8/+1 |
| 2016-08-24 | Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. | Eduard Burtescu | -6/+0 |