| Age | Commit message (Expand) | Author | Lines |
| 2017-03-24 | Auto merge of #40676 - alexcrichton:update-sccache, r=brson | bors | -45/+45 |
| 2017-03-23 | Auto merge of #40759 - alexcrichton:appveyor-retry, r=brson | bors | -0/+2 |
| 2017-03-23 | travis: Update sccache binary | Alex Crichton | -29/+29 |
| 2017-03-23 | travis: Delay sccache downloads in docker | Alex Crichton | -21/+21 |
| 2017-03-23 | Auto merge of #40758 - frewsxcv:rollup, r=frewsxcv | bors | -198/+337 |
| 2017-03-23 | appveyor: Leverage auto-retry to upload to S3 | Alex Crichton | -0/+2 |
| 2017-03-23 | Rollup merge of #40753 - mandeep:change-ObjectSafetyViolation-message, r=brson | Corey Farwell | -2/+2 |
| 2017-03-23 | Rollup merge of #40715 - manuel-rhdt:patch-1, r=brson | Corey Farwell | -3/+3 |
| 2017-03-23 | Rollup merge of #40668 - cramertj:on-demandify-more, r=nikomatsakis | Corey Farwell | -49/+44 |
| 2017-03-23 | Rollup merge of #40627 - estebank:pub-restricted, r=petrochenkov | Corey Farwell | -35/+205 |
| 2017-03-23 | Rollup merge of #40612 - TimNN:new-netbsd-cross, r=alexcrichton | Corey Farwell | -109/+83 |
| 2017-03-23 | Auto merge of #40605 - alexcrichton:add-stamps, r=brson | bors | -9/+14 |
| 2017-03-23 | Auto merge of #40549 - alexcrichton:uwtable-everywhere, r=eddyb | bors | -1/+59 |
| 2017-03-23 | Auto merge of #40515 - alexcrichton:tarball-names, r=brson | bors | -8/+16 |
| 2017-03-22 | Add diagnostic for incorrect `pub (restriction)` | Esteban Küber | -35/+205 |
| 2017-03-22 | Changed E0038 error message in test to comply with new message | mandeep | -1/+1 |
| 2017-03-23 | Auto merge of #40752 - frewsxcv:rollup, r=frewsxcv | bors | -931/+1711 |
| 2017-03-22 | Rollup merge of #40696 - cramertj:remove-unused-adt-def-code, r=petrochenkov | Corey Farwell | -16/+2 |
| 2017-03-22 | Rollup merge of #40678 - michaelwoerister:dmi-prep, r=nikomatsakis | Corey Farwell | -60/+87 |
| 2017-03-22 | Rollup merge of #40617 - TimNN:dist-update-gcc, r=alexcrichton | Corey Farwell | -5/+8 |
| 2017-03-22 | Rollup merge of #40542 - abonander:issue_40535, r=jseyfried | Corey Farwell | -1/+51 |
| 2017-03-22 | Rollup merge of #40518 - michaelwoerister:hir-id, r=eddyb | Corey Farwell | -859/+1541 |
| 2017-03-22 | Rollup merge of #39891 - shepmaster:emit-mir, r=nikomatsakis | Corey Farwell | -0/+32 |
| 2017-03-22 | Changed error message for ObjectSafetyViolation::SupertraitSelf | mandeep | -1/+1 |
| 2017-03-22 | Auto merge of #40748 - frewsxcv:rollup, r=frewsxcv | bors | -112/+231 |
| 2017-03-22 | Rollup merge of #40732 - petrochenkov:booktidy, r=steveklabnik | Corey Farwell | -0/+0 |
| 2017-03-22 | Rollup merge of #40725 - Cldfire:master, r=estebank | Corey Farwell | -8/+0 |
| 2017-03-22 | Rollup merge of #40723 - SamWhited:e0090_error_explanation, r=estebank | Corey Farwell | -1/+22 |
| 2017-03-22 | Rollup merge of #40722 - stjepang:doc-consistency-fixes, r=steveklabnik | Corey Farwell | -62/+61 |
| 2017-03-22 | Rollup merge of #40704 - omtcyfz:clang_version_bump, r=alexcrichton | Corey Farwell | -1/+1 |
| 2017-03-22 | Rollup merge of #40692 - SamWhited:consistent_str_docs_punctuation, r=bstrie | Corey Farwell | -1/+1 |
| 2017-03-22 | Rollup merge of #40690 - GuillaumeGomez:fix-iter-docs, r=frewsxcv | Corey Farwell | -3/+3 |
| 2017-03-22 | Rollup merge of #40689 - GuillaumeGomez:rustdoc-associated-type-formatting, r... | Corey Farwell | -5/+33 |
| 2017-03-22 | Rollup merge of #40619 - stjepang:unstable-book-sort-unstable, r=frewsxcv | Corey Farwell | -0/+31 |
| 2017-03-22 | Rollup merge of #40578 - michaelwoerister:shorter-compiletest-stamps, r=alexc... | Corey Farwell | -3/+1 |
| 2017-03-22 | Rollup merge of #40548 - alexcrichton:appveyor-ninja, r=brson | Corey Farwell | -8/+15 |
| 2017-03-22 | Rollup merge of #40523 - durka:patch-38, r=petrochenkov | Corey Farwell | -0/+18 |
| 2017-03-22 | Rollup merge of #40509 - jseyfried:duplicate_check_macro_exports, r=nrc | Corey Farwell | -20/+45 |
| 2017-03-22 | Add 'the' before 'start'/'end' | Stjepan Glavina | -2/+2 |
| 2017-03-22 | Various fixes to wording consistency in the docs | Stjepan Glavina | -62/+61 |
| 2017-03-22 | Allocate numerical values of DefIndexes from two seperate ranges. | Michael Woerister | -72/+237 |
| 2017-03-22 | Introduce HirId, a replacement for NodeId after lowering to HIR. | Michael Woerister | -787/+1286 |
| 2017-03-22 | Implement indexed_vec::Idx for ast::NodeId | Michael Woerister | -0/+11 |
| 2017-03-22 | Add resize() method to IndexVec. | Michael Woerister | -0/+7 |
| 2017-03-22 | Update the book submodule and fix tidy | Vadim Petrochenkov | -0/+0 |
| 2017-03-22 | Address review comments. | Michael Woerister | -3/+14 |
| 2017-03-22 | Move some constants to rustc::ich. | Michael Woerister | -22/+21 |
| 2017-03-22 | Move CachingCodemapView to rustc::ich. | Michael Woerister | -6/+5 |
| 2017-03-22 | Move DefPathHashes to rustc::ich | Michael Woerister | -8/+7 |
| 2017-03-22 | Move Fingerprint to rustc::ich::Fingerprint. | Michael Woerister | -10/+11 |