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