| Age | Commit message (Expand) | Author | Lines |
| 2016-11-03 | Set RUSTC_BOOTSTRAP to some value. | Brian Anderson | -1/+1 |
| 2016-11-03 | Bump prerelease version | Brian Anderson | -1/+1 |
| 2016-11-03 | Allow bootstrapping without a key. Fixes #36548 | Brian Anderson | -42/+5 |
| 2016-10-14 | Bump prerelease version | 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 |
| 2016-08-18 | Rollup merge of #35734 - japaric:mips-uclibc, r=alexcrichton | Eduard-Mihai Burtescu | -0/+2 |
| 2016-08-17 | Rollup merge of #35725 - brson:bump, r=alexcrichton | Jonathan Turner | -1/+1 |
| 2016-08-16 | Auto merge of #35538 - cgswords:libproc_macro, r=nrc | bors | -3/+5 |
| 2016-08-16 | add mips-uclibc targets | Jorge Aparicio | -0/+2 |
| 2016-08-16 | Proc_macro is alive | cgswords | -3/+5 |
| 2016-08-16 | Bump version to 1.13 | Brian Anderson | -1/+1 |
| 2016-08-14 | Auto merge of #35427 - cardoe:arm-musl-targets, r=alexcrichton | bors | -3/+26 |
| 2016-08-14 | Auto merge of #35666 - eddyb:rollup, r=eddyb | bors | -4/+4 |
| 2016-08-14 | Rollup merge of #35577 - japaric:relax, r=alexcrichton | Eduard-Mihai Burtescu | -4/+4 |
| 2016-08-12 | Produce source package in rust-installer format in addition to vanilla tarball | Diggory Blake | -9/+24 |
| 2016-08-10 | add -mrelax-relocations=no to i686-musl and i586-gnu | Jorge Aparicio | -4/+4 |
| 2016-08-06 | arm-unknown-linux-musleabi updates for ARMv6 | Doug Goldstein | -5/+2 |
| 2016-08-06 | Add config for musl-based arm builds | Steven Walter | -0/+26 |
| 2016-08-06 | Merge branch 'master' into issue-30961 | Cameron Hart | -134/+391 |
| 2016-08-03 | Auto merge of #35174 - arielb1:llvm-type-audit, r=eddyb | bors | -1/+1 |
| 2016-08-03 | remove the ExecutionEngine binding | Ariel Ben-Yehuda | -1/+1 |
| 2016-08-03 | Auto merge of #35178 - m4b:fix-relx-musl, r=alexcrichton | bors | -2/+2 |
| 2016-08-02 | mk: Only pass -Zorbit=off in stage1/2 | Alex Crichton | -1/+2 |
| 2016-08-01 | Add -mrelax-relocations=no hacks to fix musl build | m4b | -2/+2 |
| 2016-08-02 | Make --enable-orbit the default in ./configure. | Eduard Burtescu | -3/+3 |