| Age | Commit message (Expand) | Author | Lines |
| 2016-11-08 | Add documentation for some of the add/sub/mul intrinsics | Wesley Wiser | -0/+18 |
| 2016-11-08 | Add documentation for the `volatile_read` and `volatile_write` intrinsics | Wesley Wiser | -0/+4 |
| 2016-11-08 | Add documentation for many of the atomic_* intrinsics | Wesley Wiser | -0/+396 |
| 2016-11-08 | Auto merge of #37192 - cristicbz:rust-rc-into-raw, r=brson | bors | -0/+190 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -73/+20 |
| 2016-11-07 | Auto merge of #36365 - matthew-piziak:silent-overflow, r=eddyb | bors | -6/+56 |
| 2016-11-07 | Auto merge of #37625 - xen0n:rustbuild-mips, r=alexcrichton | bors | -0/+16 |
| 2016-11-07 | Auto merge of #37624 - xen0n:remove-bogus-mipsel-arches, r=alexcrichton | bors | -1/+1 |
| 2016-11-06 | Auto merge of #37605 - dsprenkels:arc-max-refcount, r=alexcrichton | bors | -0/+4 |
| 2016-11-07 | rustbuild: support MIPS host builds | Wang Xuerui | -0/+16 |
| 2016-11-07 | Remove mention of mipsel target_arch | Wang Xuerui | -1/+1 |
| 2016-11-06 | Auto merge of #37506 - jseyfried:improve_shadowing_checks, r=nrc | bors | -16/+66 |
| 2016-11-06 | Auto merge of #37619 - TimNN:aarch64-fuchsia-abi-blacklist, r=alexcrichton | bors | -2/+5 |
| 2016-11-06 | Auto merge of #37617 - pweyck:force-static-llvm-linking, r=alexcrichton | bors | -0/+13 |
| 2016-11-06 | use arm abi blacklist for aarch64 fuchsia | Tim Neumann | -2/+5 |
| 2016-11-06 | Add a comment to `Arc::MAX_REFCOUNT` | Daan Sprenkels | -0/+4 |
| 2016-11-06 | Auto merge of #37616 - jneem:master, r=alexcrichton | bors | -0/+17 |
| 2016-11-06 | Force static linking of LLVM | pweyck | -0/+13 |
| 2016-11-06 | Add test for issue 18060. | Joe Neeman | -0/+17 |
| 2016-11-06 | rustc: harden against InferOk having obligations in more cases. | Eduard Burtescu | -44/+78 |
| 2016-11-06 | Auto merge of #37386 - johnthagen:Self-reference-example, r=GuillaumeGomez | bors | -0/+15 |
| 2016-11-05 | Auto merge of #37597 - alexcrichton:rollup, r=alexcrichton | bors | -2960/+4309 |
| 2016-11-05 | Only test docs and such for the host | Alex Crichton | -5/+14 |
| 2016-11-05 | Use From trait as an example usage of Self. | johnthagen | -0/+15 |
| 2016-11-05 | Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollup | Alex Crichton | -606/+1234 |
| 2016-11-05 | Fix tests from the rollup | Alex Crichton | -8/+67 |
| 2016-11-05 | Merge branch 'selfgate' of https://github.com/petrochenkov/rust into rollup | Alex Crichton | -0/+52 |
| 2016-11-05 | Merge branch 'new-rustbuild' into rollup | Alex Crichton | -983/+1115 |
| 2016-11-05 | Rollup merge of #37596 - est31:master, r=alexcrichton | Alex Crichton | -0/+17 |
| 2016-11-05 | Rollup merge of #37589 - raphlinus:fuchsia_random, r=alexcrichton | Alex Crichton | -8/+20 |
| 2016-11-05 | Rollup merge of #37587 - ollie27:to_mut, r=alexcrichton | Alex Crichton | -1/+4 |
| 2016-11-05 | Rollup merge of #37586 - TimNN:fix-37559, r=alexcrichton | Alex Crichton | -0/+0 |
| 2016-11-05 | Rollup merge of #37585 - leodasvacas:change_into_to_from, r=alexcrichton | Alex Crichton | -11/+11 |
| 2016-11-05 | Rollup merge of #37583 - michaelwoerister:hir-stats, r=alexcrichton | Alex Crichton | -2/+428 |
| 2016-11-05 | Rollup merge of #37579 - liigo:defaulthasher, r=alexcrichton | Alex Crichton | -9/+18 |
| 2016-11-05 | Rollup merge of #37577 - nnethercote:shrink-Expr-slightly, r=eddyb | Alex Crichton | -5/+5 |
| 2016-11-05 | Rollup merge of #37574 - ollie27:cow_add, r=alexcrichton | Alex Crichton | -53/+143 |
| 2016-11-05 | Rollup merge of #37569 - jseyfried:improve_expansion_perf, r=eddyb | Alex Crichton | -448/+353 |
| 2016-11-05 | Rollup merge of #37566 - brson:env, r=alexcrichton | Alex Crichton | -1/+1 |
| 2016-11-05 | Rollup merge of #37565 - mglagla:peek_use_as_ref, r=alexcrichton | Alex Crichton | -4/+1 |
| 2016-11-05 | Rollup merge of #37564 - Mark-Simulacrum:sized-ice, r=eddyb | Alex Crichton | -4/+19 |
| 2016-11-05 | Rollup merge of #37557 - TimNN:fix-36954, r=eddyb | Alex Crichton | -7/+41 |
| 2016-11-05 | Rollup merge of #37556 - dinfuehr:main_frame_pointer, r=eddyb | Alex Crichton | -0/+3 |
| 2016-11-05 | Rollup merge of #37537 - GuillaumeGomez:error_kind_doc, r=steveklabnik | Alex Crichton | -2/+7 |
| 2016-11-05 | Rollup merge of #37501 - alexcrichton:windows-subsystem, r=brson | Alex Crichton | -4/+127 |
| 2016-11-05 | Rollup merge of #37470 - arthurprs:sip-smaller, r=alexcrichton | Alex Crichton | -14/+12 |
| 2016-11-05 | Rollup merge of #37427 - nnethercote:opt-IchHasher, r=michaelwoerister | Alex Crichton | -12/+68 |
| 2016-11-05 | Rollup merge of #37422 - bluss:wrapping-offset, r=alexcrichton | Alex Crichton | -0/+80 |
| 2016-11-05 | Auto merge of #37470 - arthurprs:sip-smaller, r=alexcrichton | bors | -14/+12 |
| 2016-11-05 | ignore gdb check for android | Tim Neumann | -5/+6 |