about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-02-17Rollup merge of #31694 - oconnor663:insertdocs, r=steveklabnikSteve Klabnik-9/+14
2016-02-17Rollup merge of #31679 - GuillaumeGomez:long_error_explanation, r=ManishearthSteve Klabnik-136/+223
2016-02-17Rollup merge of #31565 - SDX2000:docfixes4, r=steveklabnikSteve Klabnik-9/+53
2016-02-17Auto merge of #31718 - apasel422:issue-31711, r=blussbors-1/+4
2016-02-17Made v2 mutable so that we can actually truncate it.Sandeep Datta-2/+2
2016-02-17Auto merge of #31696 - apasel422:placement, r=pnkfelixbors-2/+150
2016-02-17Auto merge of #31666 - dirk:dirk/clarify-memory-arrangement-in-vec-docs, r=st...bors-0/+0
2016-02-17Auto merge of #31685 - petrochenkov:patrefact2, r=eddybbors-423/+416
2016-02-17Auto merge of #31717 - alexcrichton:llvmup2, r=brsonbors-1/+76
2016-02-16Implement placement-in protocol for `LinkedList`Andrew Paseltiner-2/+150
2016-02-16Avoid iteration when dropping `HashMap`s whose items don't need droppingAndrew Paseltiner-1/+4
2016-02-16rustc: Rebase LLVM on the 3.8 release branchAlex Crichton-1/+76
2016-02-16Auto merge of #31680 - arielb1:fast-fulfill, r=nikomatsakisbors-14/+68
2016-02-16Auto merge of #31534 - jseyfried:restrict_noninline_mod, r=nikomatsakisbors-8/+34
2016-02-16Auto merge of #30714 - wesleywiser:fix_29914, r=arielb1bors-8/+53
2016-02-16Auto merge of #31678 - JohanLorenzo:follow-up-31368, r=alexcrichtonbors-0/+0
2016-02-16Auto merge of #31675 - pitdicker:fs_metadata, r=alexcrichtonbors-28/+26
2016-02-16Auto merge of #31672 - semarie:rmake-cxx, r=alexcrichtonbors-1/+3
2016-02-16Auto merge of #31669 - frewsxcv:llvm-function-pass-rmake-test, r=alexcrichtonbors-17/+78
2016-02-16Auto merge of #31668 - cuviper:lfs, r=alexcrichtonbors-11/+14
2016-02-16pass CXX to run-makeSébastien Marie-1/+3
2016-02-16Auto merge of #31627 - KiChjang:unstable-lint, r=alexcrichtonbors-0/+0
2016-02-16Auto merge of #31639 - quodlibetor:doc-search-with-unknown-types, r=alexcrichtonbors-0/+0
2016-02-15clarify how insert() doesn't update keysJack O'Connor-9/+14
2016-02-15Auto merge of #31646 - Manishearth:rollup, r=Manishearthbors-10/+35
2016-02-16Fix wrong help message left in #31368Johan Lorenzo-1/+1
2016-02-16Clarify contiguous memory array structure of vectors in documentationDirk Gadsden-5/+12
2016-02-16doc pages: add the ability to search unknown typesBrandon W Maister-4/+4
2016-02-16Add lint to check that all crates have #![unstable]Keith Yeung-0/+18
2016-02-16Split PatKind::Enum into PatKind::TupleStruct and PatKind::PathVadim Petrochenkov-142/+137
2016-02-15Auto merge of #31530 - dirk:dirk/restrict-matching-of-cfg-opts, r=alexcrichtonbors-13/+36
2016-02-15Auto merge of #31663 - nodakai:cleanup-uint_module, r=alexcrichtonbors-7/+7
2016-02-15use stalled_on in all obligation typesAriel Ben-Yehuda-14/+68
2016-02-15Global error explanations improvementsggomez-136/+223
2016-02-15Fix wrong help message left in #31368Johan Lorenzo-1/+1
2016-02-15Add LLVM FunctionPass regression test using run-make.Corey Farwell-17/+78
2016-02-15Auto merge of #31656 - jonas-schievink:mirdump, r=nrcbors-1/+49
2016-02-15Auto merge of #31640 - rkruppe:require-py27, r=sanxiynbors-4/+4
2016-02-15Refactor windows::fs::FileAttrPaul Dicker-28/+26
2016-02-15Auto merge of #31653 - tomaka:emscripten-abi, r=eddybbors-4/+54
2016-02-15Auto merge of #31652 - semarie:openbsd-os-raw, r=alexcrichtonbors-1/+0
2016-02-15Auto merge of #31648 - jseyfried:fix_diagnostics, r=nrcbors-92/+43
2016-02-14Rename `error-index-generator` to `error_index_generator`Dirk Gadsden-9/+9
2016-02-15Add lint to check that all crates have #![unstable]Keith Yeung-0/+18
2016-02-15Auto merge of #31566 - jseyfried:fix_regression, r=nrcbors-1/+2
2016-02-15Auto merge of #31555 - nrc:err-recover, r=pnkfelixbors-125/+330
2016-02-14std: use LFS open64 on LinuxJosh Stone-3/+3
2016-02-14std: use LFS readdir64_r on LinuxJosh Stone-5/+7
2016-02-14std: use LFS lseek64 on LinuxJosh Stone-7/+7
2016-02-14std: use LFS ftruncate64 on LinuxJosh Stone-3/+4