| Age | Commit message (Expand) | Author | Lines |
| 2017-01-11 | Fix two const-eval issues related to i128 negation | Simonas Kazlauskas | -14/+31 |
| 2017-01-11 | Auto merge of #38916 - estebank:pad-suggestion-list, r=nikomatsakis | bors | -18/+55 |
| 2017-01-11 | Auto merge of #38960 - arielb1:blake-endian, r=michaelwoerister | bors | -6/+10 |
| 2017-01-10 | Auto merge of #38580 - shepmaster:result-sum, r=alexcrichton | bors | -0/+97 |
| 2017-01-10 | Auto merge of #38843 - Manishearth:proposed, r=GuillaumeGomez | bors | -14/+35 |
| 2017-01-10 | Implement `iter::Sum` and `iter::Product` for `Result` | Jake Goulding | -0/+97 |
| 2017-01-10 | Use little-endian encoding for Blake2 hashing on all architectures | Ariel Ben-Yehuda | -6/+10 |
| 2017-01-10 | Auto merge of #38958 - sanxiyn:rollup, r=sanxiyn | bors | -49/+346 |
| 2017-01-10 | Rollup merge of #38874 - derekdreery:patch-1, r=steveklabnik | Seo Sanghyeon | -1/+2 |
| 2017-01-10 | Rollup merge of #38849 - michaelwoerister:ich-trait-impl-test, r=nikomatsakis | Seo Sanghyeon | -0/+152 |
| 2017-01-10 | Rollup merge of #38841 - F001:Fix, r=steveklabnik | Seo Sanghyeon | -1/+1 |
| 2017-01-10 | Rollup merge of #38839 - frewsxcv:osstr-to-str, r=GuillaumeGomez | Seo Sanghyeon | -4/+32 |
| 2017-01-10 | Rollup merge of #38836 - ollie27:patch-1, r=steveklabnik | Seo Sanghyeon | -1/+1 |
| 2017-01-10 | Rollup merge of #38816 - Manishearth:coercion-doc, r=GuillaumeGomez | Seo Sanghyeon | -2/+46 |
| 2017-01-10 | Rollup merge of #38799 - minaguib:patch-1, r=steveklabnik | Seo Sanghyeon | -1/+1 |
| 2017-01-10 | Rollup merge of #38664 - apasel422:may-dangle, r=pnkfelix | Seo Sanghyeon | -29/+20 |
| 2017-01-10 | Rollup merge of #38623 - alexcrichton:less-osx-warnings, r=aturon | Seo Sanghyeon | -6/+0 |
| 2017-01-10 | Rollup merge of #38607 - estebank:test-for-36935, r=alexcrichton | Seo Sanghyeon | -4/+61 |
| 2017-01-10 | Rollup merge of #38606 - estebank:test-for-27522, r=petrochenkov | Seo Sanghyeon | -0/+30 |
| 2017-01-10 | Auto merge of #38138 - rkruppe:no_std-no_loop, r=steveklabnik | bors | -11/+10 |
| 2017-01-09 | Improved rustdoc rendering for unstable features | Manish Goregaokar | -14/+35 |
| 2017-01-10 | Auto merge of #38947 - nrc:custom-derive-span, r=jseyfried | bors | -7/+20 |
| 2017-01-10 | Auto merge of #38934 - Manishearth:nodrop, r=eddyb | bors | -0/+68 |
| 2017-01-10 | Give custom derive spans an expansion ID | Nick Cameron | -7/+20 |
| 2017-01-09 | Auto merge of #38937 - nrc:save-ty-fix, r=nikomatsakis | bors | -8/+9 |
| 2017-01-09 | Auto merge of #38244 - estebank:escape-reason-docs, r=ollie27 | bors | -13/+40 |
| 2017-01-09 | Make unions never have needs_drop | Manish Goregaokar | -0/+68 |
| 2017-01-09 | Auto merge of #38581 - frewsxcv:vecdequeue-insert, r=GuillaumeGomez | bors | -8/+12 |
| 2017-01-09 | Deduplicate and document logic | Esteban Küber | -6/+23 |
| 2017-01-09 | Auto merge of #38310 - frewsxcv:ctlz-cttz, r=pnkfelix | bors | -2/+50 |
| 2017-01-09 | Auto merge of #38929 - Manishearth:compiler-docs, r=alexcrichton | bors | -9/+17 |
| 2017-01-09 | Auto merge of #38923 - petrochenkov:scheck, r=alexcrichton | bors | -1/+1 |
| 2017-01-09 | Auto merge of #38866 - alexcrichton:try-wait, r=aturon | bors | -0/+140 |
| 2017-01-08 | Remove magic number | Esteban Küber | -4/+4 |
| 2017-01-08 | review comment | Esteban Küber | -2/+1 |
| 2017-01-09 | Auto merge of #38840 - kjaleshire:multiple-targets-error-fix, r=nrc | bors | -3/+4 |
| 2017-01-08 | Don't restrict docs in compiler-docs mode | Manish Goregaokar | -9/+17 |
| 2017-01-09 | Auto merge of #38910 - steveklabnik:update_docs, r=eddyb | bors | -1/+4 |
| 2017-01-09 | save-analysis: fix over-zealous filter on generated code | Nick Cameron | -8/+9 |
| 2017-01-09 | Auto merge of #38907 - alexcrichton:curl-retry, r=japaric | bors | -1/+1 |
| 2017-01-08 | Teach diagnostics to correct margin on multiline messages | Esteban Küber | -69/+28 |
| 2017-01-08 | Auto merge of #38904 - alexcrichton:travis-retry, r=japaric | bors | -2/+2 |
| 2017-01-08 | Use fold instead of collect/join and add comments | Esteban Küber | -10/+39 |
| 2017-01-08 | Auto merge of #38861 - est31:master, r=alexcrichton | bors | -24/+44 |
| 2017-01-08 | Auto merge of #38853 - alexcrichton:better-dist, r=brson | bors | -2/+12 |
| 2017-01-08 | Auto merge of #38837 - eddyb:issue-38074, r=nikomatsakis | bors | -13/+40 |
| 2017-01-08 | Auto merge of #38797 - abhijeetbhagat:master, r=petrochenkov | bors | -18/+67 |
| 2017-01-08 | Avoid large number of stage 0 warnings about --no-stack-check | Vadim Petrochenkov | -1/+1 |
| 2017-01-08 | Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakis | bors | -1407/+1120 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -47/+47 |