| Age | Commit message (Expand) | Author | Lines |
| 2018-01-27 | Auto merge of #47690 - estebank:for-block-277, r=nikomatsakis | bors | -54/+69 |
| 2018-01-27 | Auto merge of #47571 - FenrirWolf:libunwind, r=alexcrichton | bors | -2/+1 |
| 2018-01-26 | Don't add "in this macro invocation" label to desugared spans | Esteban Küber | -20/+5 |
| 2018-01-26 | Modify spans of expanded expression | Esteban Küber | -58/+38 |
| 2018-01-26 | Auto merge of #47748 - alexcrichton:rollup, r=alexcrichton | bors | -2399/+3679 |
| 2018-01-26 | Ignore a test on emscripten | Alex Crichton | -0/+2 |
| 2018-01-26 | Fix a test case on Windows | Alex Crichton | -0/+5 |
| 2018-01-26 | Merge branch 'mlsm' of https://github.com/dotdash/rust into rollup | Alex Crichton | -10/+76 |
| 2018-01-26 | Merge branch 'beta-prerelease' of https://github.com/cuviper/rust into rollup | Alex Crichton | -1/+5 |
| 2018-01-26 | Merge branch 'android-run-pass' of https://github.com/malbarbo/rust into rollup | Alex Crichton | -24/+5 |
| 2018-01-26 | Merge branch 'fix-regression' of https://github.com/estebank/rust into rollup | Alex Crichton | -41/+86 |
| 2018-01-26 | Merge branch 'rustdoc_masked' of https://github.com/ollie27/rust into rollup | Alex Crichton | -27/+87 |
| 2018-01-26 | Merge branch 'simd-always-mem' of https://github.com/alexcrichton/rust into r... | Alex Crichton | -3/+207 |
| 2018-01-26 | Merge branch 'llvm5-indirect-deref' of https://github.com/cuviper/rust into r... | Alex Crichton | -7/+9 |
| 2018-01-26 | Merge branch 'explain' of https://github.com/estebank/rust into rollup | Alex Crichton | -44/+231 |
| 2018-01-26 | Merge branch 'no-stderr-sink' of https://github.com/Zoxc/rust into rollup | Alex Crichton | -97/+90 |
| 2018-01-26 | Shorten another test path for MSVC | Alex Crichton | -2/+2 |
| 2018-01-26 | Auto merge of #47252 - Zoxc:backtrace-win, r=alexcrichton | bors | -50/+62 |
| 2018-01-26 | Upgrade LLVM to incorporate a fix for #47364 | Björn Steinbrink | -1/+67 |
| 2018-01-25 | Ignore an i128 test on emscripten | Alex Crichton | -0/+2 |
| 2018-01-26 | Update rls | topecongiro | -9/+9 |
| 2018-01-26 | Do not capture stderr in the compiler. Instead just panic silently for fatal ... | John Kåre Alsaker | -97/+90 |
| 2018-01-26 | Print inlined functions on Windows | John Kåre Alsaker | -50/+62 |
| 2018-01-25 | Shorten a filename for MSVC | Alex Crichton | -2/+2 |
| 2018-01-25 | Call non-git beta builds simply x.y.z-beta | Josh Stone | -1/+5 |
| 2018-01-25 | Revert update of the i686-freebsd builder | Alex Crichton | -1/+1 |
| 2018-01-25 | Remove stray src/llvm-emscripten module | Alex Crichton | -0/+0 |
| 2018-01-25 | Merge branch 'configure-lto' of https://github.com/alexcrichton/rust into rollup | Alex Crichton | -115/+221 |
| 2018-01-25 | Merge branch 'cache-ty-collect' of https://github.com/michaelwoerister/rust i... | Alex Crichton | -18/+38 |
| 2018-01-25 | Rollup merge of #47719 - malbarbo:run-pass-arch-powerpc, r=alexcrichton | Alex Crichton | -0/+3 |
| 2018-01-25 | Rollup merge of #47711 - alexcrichton:update-compiler-builtins, r=nikomatsakis | Alex Crichton | -0/+0 |
| 2018-01-25 | Rollup merge of #47710 - alexcrichton:llvm-6-compat, r=nikomatsakis | Alex Crichton | -41/+55 |
| 2018-01-25 | Rollup merge of #47705 - pietroalbini:fix-47673, r=petrochenkov | Alex Crichton | -5/+21 |
| 2018-01-25 | Rollup merge of #47701 - Manishearth:intra-fixes, r=QuietMisdreavus | Alex Crichton | -42/+158 |
| 2018-01-25 | Rollup merge of #47696 - Zoxc:variance-rg, r=nikomatsakis | Alex Crichton | -49/+2 |
| 2018-01-25 | Rollup merge of #47668 - nikomatsakis:issue-47511, r=eddyb | Alex Crichton | -15/+71 |
| 2018-01-25 | Rollup merge of #47656 - ishitatsuyuki:patch-1, r=nikomatsakis | Alex Crichton | -20/+39 |
| 2018-01-25 | Rollup merge of #47626 - eddyb:one-less-unwrap, r=nagisa | Alex Crichton | -26/+30 |
| 2018-01-25 | Rollup merge of #47618 - mrhota:dw_at_noreturn, r=michaelwoerister | Alex Crichton | -2/+49 |
| 2018-01-25 | Make 3 run-pass tests works on android (aarch64 and x86) | Marco A L Barbosa | -24/+5 |
| 2018-01-25 | rustc: SIMD types use pointers in Rust's ABI | Alex Crichton | -3/+207 |
| 2018-01-25 | Add description to field and method | Esteban Küber | -0/+8 |
| 2018-01-25 | Fix regression: account for impl methods in arg count mismatch error | Esteban Küber | -41/+86 |
| 2018-01-25 | Rollup merge of #47600 - varkor:empty-never-array, r=eddyb | Alex Crichton | -4/+32 |
| 2018-01-25 | Rollup merge of #47529 - nikomatsakis:impl-trait-issue-38064, r=cramertj | Alex Crichton | -2/+58 |
| 2018-01-25 | Rollup merge of #47502 - petrochenkov:label, r=eddyb | Alex Crichton | -202/+203 |
| 2018-01-25 | Rollup merge of #47460 - Mark-Simulacrum:bootstrap-check, r=alexcrichton | Alex Crichton | -1486/+1670 |
| 2018-01-25 | Rollup merge of #47453 - pftbest:nointas, r=alexcrichton | Alex Crichton | -52/+77 |
| 2018-01-25 | Rollup merge of #47439 - eddyb:issue-45662, r=nagisa | Alex Crichton | -10/+10 |
| 2018-01-25 | Rollup merge of #47437 - eddyb:issue-38763, r=nagisa | Alex Crichton | -55/+64 |