| Age | Commit message (Expand) | Author | Lines |
| 2017-10-12 | Auto merge of #45007 - undecidabot:optimize-iter, r=bluss | bors | -72/+114 |
| 2017-10-12 | Auto merge of #45176 - michaelwoerister:fix-region-and-trans-item-order, r=ni... | bors | -3/+23 |
| 2017-10-12 | Auto merge of #44967 - wesleywiser:trans_fulfill_obligation, r=nikomatsakis | bors | -82/+226 |
| 2017-10-12 | Auto merge of #44985 - zilbuz:issue-44974, r=pnkfelix | bors | -35/+439 |
| 2017-10-12 | Auto merge of #44969 - QuietMisdreavus:impls-for-everyone, r=steveklabnik | bors | -8/+34 |
| 2017-10-11 | Auto merge of #44963 - JLockerman:fix_spsc, r=alexcrichton | bors | -107/+192 |
| 2017-10-11 | Auto merge of #44888 - tirr-c:binder-hr-region, r=arielb1 | bors | -807/+1180 |
| 2017-10-11 | Auto merge of #45192 - steveklabnik:rollup, r=steveklabnik | bors | -14/+223 |
| 2017-10-10 | ci: Fix installing the Android SDK | Alex Crichton | -1/+1 |
| 2017-10-10 | Rollup merge of #45180 - 0xAX:fix-help-message-in-configure.py, r=Mark-Simula... | Steve Klabnik | -6/+1 |
| 2017-10-10 | Rollup merge of #45148 - gaurikholkar:master, r=nikomatsakis | Steve Klabnik | -0/+160 |
| 2017-10-10 | Rollup merge of #45139 - michaelwoerister:document-force_from_dep_node, r=nik... | Steve Klabnik | -4/+47 |
| 2017-10-10 | Rollup merge of #45071 - tromey:use-gdb-lazy-string, r=michaelwoerister | Steve Klabnik | -4/+15 |
| 2017-10-11 | Fix path to x.py in configure.py script | Alexander Kuleshov | -6/+1 |
| 2017-10-10 | Auto merge of #45169 - kennytm:rollup, r=kennytm | bors | -77/+142 |
| 2017-10-10 | incr.comp.: Fix instability in CodegenUnitExt::items_in_deterministic_order(). | Michael Woerister | -3/+20 |
| 2017-10-10 | incr.comp.: Add missing match branch in HashStable impl for ty::RegionKind. | Michael Woerister | -0/+3 |
| 2017-10-10 | Rollup merge of #45146 - petrochenkov:lessrec, r=estebank | kennytm | -5/+74 |
| 2017-10-10 | Rollup merge of #45135 - michaelwoerister:move-incr-comp-with-macro-export, r... | kennytm | -2/+1 |
| 2017-10-10 | Rollup merge of #45116 - johnthagen:typo-fix, r=alexcrichton | kennytm | -2/+2 |
| 2017-10-10 | Rollup merge of #45108 - phil-opp:patch-2, r=japaric | kennytm | -2/+2 |
| 2017-10-10 | Rollup merge of #45101 - lfairy:proc-macro-string-escape, r=jseyfried | kennytm | -1/+1 |
| 2017-10-10 | Rollup merge of #45099 - mikeyhew:fix-astconv-self-type-comments, r=nikomatsakis | kennytm | -2/+2 |
| 2017-10-10 | Rollup merge of #45095 - bluss:discriminant-send-sync, r=alexcrichton | kennytm | -1/+17 |
| 2017-10-10 | Rollup merge of #45089 - rkruppe:master, r=bluss | kennytm | -1/+1 |
| 2017-10-10 | Rollup merge of #44775 - MaloJaffre:debug-struct, r=sfackler | kennytm | -61/+42 |
| 2017-10-10 | Auto merge of #45170 - rust-lang:aphs-no-unsynchronised-llvm-err-global, r=al... | bors | -1/+1 |
| 2017-10-10 | Band-aid fix to stop race conditions in llvm errors | Aidan Hobson Sayers | -1/+1 |
| 2017-10-10 | Auto merge of #44877 - nvzqz:box-conversions, r=alexcrichton | bors | -4/+40 |
| 2017-10-10 | Auto merge of #45141 - kennytm:rollup, r=kennytm | bors | -225/+437 |
| 2017-10-10 | Rename test Linux target to avoid conflict with built-in target | Philipp Oppermann | -1/+1 |
| 2017-10-10 | Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundi | bors | -64/+30 |
| 2017-10-09 | Refactor to use `debug_struct` in several Debug impls | Malo Jaffré | -61/+42 |
| 2017-10-09 | Update let-expressions.rs | gaurikholkar | -0/+160 |
| 2017-10-09 | Fix a bug in diagnostics for `x as usize < y` | Vadim Petrochenkov | -5/+74 |
| 2017-10-09 | Auto merge of #45111 - aidanhs:aphs-bubble-worker-failures, r=alexcrichton | bors | -6/+10 |
| 2017-10-10 | Rollup merge of #45125 - bleibig:grammar-update, r=alexcrichton | kennytm | -186/+271 |
| 2017-10-10 | Rollup merge of #45120 - johnthagen:none-identity-test, r=sfackler | kennytm | -1/+1 |
| 2017-10-10 | Rollup merge of #45118 - johnthagen:fix-section-key-name, r=alexcrichton | kennytm | -1/+1 |
| 2017-10-10 | Rollup merge of #45117 - johnthagen:fix-str-raise, r=alexcrichton | kennytm | -1/+1 |
| 2017-10-10 | Rollup merge of #45106 - Pirh:process_stdio_docs, r=dtolnay | kennytm | -1/+108 |
| 2017-10-10 | Rollup merge of #45091 - kennytm:fix-45086, r=michaelwoerister | kennytm | -1/+1 |
| 2017-10-10 | Rollup merge of #45051 - k0pernicus:master, r=michaelwoerister | kennytm | -29/+47 |
| 2017-10-10 | Rollup merge of #44962 - shepmaster:no-ignore-result, r=steveklabnik | kennytm | -5/+7 |
| 2017-10-09 | incr.comp.: Add some documentation to force_from_dep_node(). | Michael Woerister | -4/+47 |
| 2017-10-09 | Auto merge of #45075 - alexcrichton:inline-less, r=michaelwoerister | bors | -83/+202 |
| 2017-10-09 | incr.comp.: Move macro-export test case to src/test/incremental. | Michael Woerister | -2/+1 |
| 2017-10-09 | New rebase for the issue #45022 | k0pernicus | -29/+47 |
| 2017-10-09 | Auto merge of #45064 - alexcrichton:reduce-codegen-units, r=michaelwoerister | bors | -2/+16 |
| 2017-10-09 | Auto merge of #45041 - est31:master, r=alexcrichton | bors | -295/+8 |