| Age | Commit message (Expand) | Author | Lines |
| 2017-06-22 | Auto merge of #42634 - Zoxc:for-desugar2, r=nikomatsakis | bors | -0/+97 |
| 2017-06-22 | Auto merge of #42682 - alexcrichton:jobserver, r=michaelwoerister | bors | -19/+61 |
| 2017-06-21 | Auto merge of #42771 - arielb1:no-inline-unwind, r=nagisa | bors | -2/+0 |
| 2017-06-21 | Auto merge of #42802 - frewsxcv:rollup, r=frewsxcv | bors | -3/+29 |
| 2017-06-21 | Rollup merge of #42620 - wesleywiser:compile_error, r=brson | Corey Farwell | -0/+28 |
| 2017-06-21 | Rollup merge of #42397 - sfackler:syncsender-sync, r=alexcrichton | Corey Farwell | -3/+1 |
| 2017-06-21 | Integrate jobserver support to parallel codegen | Alex Crichton | -19/+61 |
| 2017-06-21 | Auto merge of #42751 - arielb1:fast-representable, r=eddyb | bors | -0/+55 |
| 2017-06-21 | Auto merge of #42750 - arielb1:unwind-stack, r=eddyb | bors | -0/+102 |
| 2017-06-21 | Auto merge of #42664 - alexcrichton:moar-crates, r=eddyb | bors | -45/+21 |
| 2017-06-21 | Auto merge of #42076 - alex-ozdemir:master, r=nrc | bors | -110/+137 |
| 2017-06-20 | Rollup merge of #42756 - sanxiyn:name-for-must-use, r=estebank | Corey Farwell | -4/+4 |
| 2017-06-20 | Switch to the crates.io `getopts` crate | Alex Crichton | -35/+15 |
| 2017-06-20 | mark calls in the unwind path as !noinline | Ariel Ben-Yehuda | -2/+0 |
| 2017-06-20 | Remove the in-tree `flate` crate | Alex Crichton | -10/+6 |
| 2017-06-20 | Auto merge of #42313 - pnkfelix:allocator-integration, r=alexcrichton | bors | -0/+3 |
| 2017-06-19 | Ignore a spuriously failing test on asmjs | Alex Crichton | -0/+2 |
| 2017-06-20 | Show type name for unused_must_use lint | Seo Sanghyeon | -4/+4 |
| 2017-06-19 | Add compile_error! | Wesley Wiser | -0/+28 |
| 2017-06-19 | Update LLVM to pick StackColoring improvement | Ariel Ben-Yehuda | -0/+102 |
| 2017-06-19 | Memoize types in `is_representable` to avoid exponential worst-case | Ariel Ben-Yehuda | -0/+55 |
| 2017-06-19 | Ignore test for not-closed issue | Alex Crichton | -0/+1 |
| 2017-06-19 | Auto merge of #39409 - pnkfelix:mir-borrowck2, r=nikomatsakis | bors | -10/+720 |
| 2017-06-19 | Auto merge of #42737 - fhahn:rust-log-crash, r=michaelwoerister | bors | -0/+13 |
| 2017-06-18 | Auto merge of #42735 - arielb1:generic-closure-fn, r=eddyb | bors | -0/+7 |
| 2017-06-18 | Rollup merge of #42734 - MaloJaffre:tests, r=Mark-Simulacrum | Mark Simulacrum | -0/+124 |
| 2017-06-18 | Rollup merge of #42731 - MaloJaffre:issue-24889, r=Mark-Simulacrum | Mark Simulacrum | -0/+21 |
| 2017-06-18 | Rollup merge of #42730 - VBChunguk:boxed-wild-pattern, r=eddyb | Mark Simulacrum | -0/+31 |
| 2017-06-18 | Add tests for various issues | Malo Jaffré | -0/+124 |
| 2017-06-18 | rustc: Check if def_path_hash_to_def_id is populated before accessing it. | Florian Hahn | -0/+13 |
| 2017-06-18 | collector: apply param substs to closures cast to fn items | Ariel Ben-Yehuda | -0/+7 |
| 2017-06-18 | Add test for #24889 | Malo Jaffré | -0/+21 |
| 2017-06-18 | Auto merge of #42593 - ibabushkin:on-demand-external-source, r=eddyb | bors | -0/+47 |
| 2017-06-18 | Use T as the subpattern type of Box<T> | Wonwoo Choi | -0/+31 |
| 2017-06-17 | Auto merge of #42649 - estebank:if-cond, r=nikomatsakis | bors | -9/+72 |
| 2017-06-17 | register the obligations from `wf::implied_bounds` | Niko Matsakis | -0/+40 |
| 2017-06-17 | Auto merge of #42650 - nrc:save-slim, r=eddyb | bors | -1/+0 |
| 2017-06-17 | Make the `next` variable mutable to allow for ref mut in for patterns. | John Kåre Alsaker | -0/+15 |
| 2017-06-16 | Review comments | Esteban Küber | -4/+17 |
| 2017-06-16 | Auto merge of #42410 - nagisa:llvmup, r=sanxiyn | bors | -0/+22 |
| 2017-06-16 | Auto merge of #41840 - arielb1:deduplicate-selection-errors, r=nikomatsakis | bors | -106/+23 |
| 2017-06-16 | Auto merge of #42631 - malbarbo:wasm32, r=alexcrichton | bors | -2/+7 |
| 2017-06-16 | Auto merge of #42690 - frewsxcv:rollup, r=frewsxcv | bors | -12/+8 |
| 2017-06-16 | Rollup merge of #42656 - VBChunguk:struct-field-attributes, r=nikomatsakis | Corey Farwell | -24/+0 |
| 2017-06-16 | Rollup merge of #42654 - GuillaumeGomez:error-codes-new, r=QuietMisdreavus | Corey Farwell | -2/+22 |
| 2017-06-16 | Auto merge of #42578 - estebank:recover-binop, r=nikomatsakis | bors | -0/+42 |
| 2017-06-16 | Auto merge of #42568 - GuillaumeGomez:E0608, r=QuietMisdreavus | bors | -10/+23 |
| 2017-06-15 | remove trailing whitespace | Niko Matsakis | -1/+1 |
| 2017-06-15 | Create for-loop-unconstrained-element-type-i32-fallback.rs | Niko Matsakis | -0/+4 |
| 2017-06-15 | document purpose of test | Niko Matsakis | -0/+5 |