| Age | Commit message (Expand) | Author | Lines |
| 2017-04-24 | Auto merge of #41505 - alexcrichton:stable-next, r=alexcrichton 1.17.0 | bors | -1/+1 |
| 2017-04-24 | Prepare the 1.17.0 release | Alex Crichton | -1/+1 |
| 2017-04-21 | Auto merge of #41427 - alexcrichton:beta-next, r=alexcrichton | bors | -22/+96 |
| 2017-04-20 | Fixups of backports | Alex Crichton | -1/+1 |
| 2017-04-20 | rustc_trans: do not treat byval as using up registers. | Eduard-Mihai Burtescu | -4/+24 |
| 2017-04-20 | Disable debuginfo when compiling tools | Alex Crichton | -2/+7 |
| 2017-04-20 | Properly adjust filenames when multiple emissions | Simonas Kazlauskas | -4/+21 |
| 2017-04-20 | Avoid type-checking addition and indexing twice. | Eduard-Mihai Burtescu | -11/+43 |
| 2017-04-19 | Auto merge of #41406 - frewsxcv:rollup, r=frewsxcv | bors | -13/+65 |
| 2017-04-19 | Rollup merge of #41397 - alexcrichton:beta-next, r=aidanhs | Corey Farwell | -12/+64 |
| 2017-04-19 | Rollup merge of #41365 - rust-lang:steveklabnik-patch-1, r=alexcrichton | Corey Farwell | -1/+1 |
| 2017-04-19 | travis: Use upstream LLVM repositories for Fuchsia | Petr Hosek | -12/+64 |
| 2017-04-18 | Fix link to book repo | Steve Klabnik | -1/+1 |
| 2017-04-13 | Auto merge of #41283 - frewsxcv:rollup, r=frewsxcv | bors | -1/+1 |
| 2017-04-13 | Rollup merge of #41274 - dhduvall:beta, r=nikomatsakis | Corey Farwell | -0/+0 |
| 2017-04-13 | Rollup merge of #41233 - TimNN:fix-centos-beta, r=alexcrichton | Corey Farwell | -1/+1 |
| 2017-04-13 | Update compiler-rt to fix SPARC LLVM bug 11663. | Danek Duvall | -0/+0 |
| 2017-04-11 | use correct vault url | Tim Neumann | -1/+1 |
| 2017-04-05 | Auto merge of #41071 - alexcrichton:beta-next, r=alexcrichton | bors | -59/+100 |
| 2017-04-04 | travis: Update sccache binaries | Alex Crichton | -30/+30 |
| 2017-04-04 | Bump beta to .3 | Alex Crichton | -1/+1 |
| 2017-04-04 | Merge branch 'beta-src_is_git' of https://github.com/cuviper/rust into beta-next | Alex Crichton | -24/+27 |
| 2017-04-04 | Fix ICE with nested macros in certain situations. | Jeffrey Seyfried | -1/+20 |
| 2017-04-04 | Ensure that macro resolutions in trait positions get finalized. | Jeffrey Seyfried | -3/+22 |
| 2017-04-04 | Only use cargo-vendor if building from git sources | Josh Stone | -24/+27 |
| 2017-04-04 | Auto merge of #41051 - frewsxcv:rollup, r=frewsxcv | bors | -89/+91 |
| 2017-04-03 | Rollup merge of #41048 - TimNN:centos5-vault-beta, r=alexcrichton | Corey Farwell | -0/+6 |
| 2017-04-03 | Rollup merge of #41016 - arielb1:beta-fixes, r=alexcrichton | Corey Farwell | -89/+85 |
| 2017-04-04 | use fixed ip for vault.centos.org until updates have propagated to all mirrors | Tim Neumann | -1/+1 |
| 2017-04-04 | switch to vault.centos.org | Tim Neumann | -0/+6 |
| 2017-04-03 | travis: Update sccache again | Alex Crichton | -30/+30 |
| 2017-04-02 | mark build::cfg::start_new_block as inline(never) | Ariel Ben-Yehuda | -0/+3 |
| 2017-04-02 | keep the AST node-id when lowering ExprKind::Range | Ariel Ben-Yehuda | -59/+52 |
| 2017-04-01 | Auto merge of #40995 - alexcrichton:beta-next, r=alexcrichton | bors | -52/+137 |
| 2017-04-01 | Make the rustdoc sidebar white on `src` pages | Wesley Wiser | -6/+10 |
| 2017-04-01 | Update cargo for rustc 1.17.0 | Alex Crichton | -0/+0 |
| 2017-04-01 | update LLVM with fix for PR32379 | Ariel Ben-Yehuda | -0/+42 |
| 2017-04-01 | store a copy of the Issue32230 info within TypeError | Ariel Ben-Yehuda | -36/+69 |
| 2017-04-01 | travis: Compile OSX releases with Xcode 7 | Alex Crichton | -10/+16 |
| 2017-04-01 | Auto merge of #40975 - nikomatsakis:backport-40636-to-beta, r=alexcrichton | bors | -11/+57 |
| 2017-03-31 | add regression test for #39984 | Niko Matsakis | -0/+21 |
| 2017-03-31 | Revert "Auto merge of #39485 - canndrew:inference-fix-39297, r=nikomatsakis" | Niko Matsakis | -11/+36 |
| 2017-03-27 | Auto merge of #40684 - alexcrichton:another-bet-anext, r=brson | bors | -81/+22 |
| 2017-03-27 | fix permissions of emsdk_portable | Tim Neumann | -0/+4 |
| 2017-03-27 | travis: try to fix the build on emscripten | Ariel Ben-Yehuda | -1/+14 |
| 2017-03-20 | std: Back out backtrace pruning logic on beta | Alex Crichton | -80/+4 |
| 2017-03-20 | Auto merge of #40675 - alexcrichton:beta-next, r=brson | bors | -23/+138 |
| 2017-03-20 | Bump beta to .2 | Alex Crichton | -1/+1 |
| 2017-03-20 | Regression test for rust-lang/rust#40535 | Austin Bonander | -0/+49 |
| 2017-03-20 | Correctly get source for metadata crate type; | Austin Bonander | -1/+2 |