about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-02-16Auto merge of #31668 - cuviper:lfs, r=alexcrichtonbors-11/+14
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-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-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-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-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
2016-02-14Stricter matching of `--cfg` options on rustcDirk Gadsden-4/+27
2016-02-15RebasingNick Cameron-2/+2
2016-02-15libcore/num: Remove unused macro argument.NODA, Kai-7/+7
2016-02-14Auto merge of #31661 - steveklabnik:rollup, r=steveklabnikbors-9/+8
2016-02-14Rollup merge of #31658 - felgru:master, r=steveklabnikSteve Klabnik-1/+1
2016-02-14Rollup merge of #31655 - ollie27:patch-4, r=steveklabnikSteve Klabnik-5/+5
2016-02-14Rollup merge of #31649 - fbergr:doc, r=steveklabnikSteve Klabnik-1/+1
2016-02-14Rollup merge of #31607 - steveklabnik:gh31599, r=brsonSteve Klabnik-2/+1
2016-02-14Auto merge of #31460 - alexcrichton:supafast-rustc, r=brsonbors-16/+160
2016-02-15TestsNick Cameron-0/+44
2016-02-15Some error recovery in the parserNick Cameron-41/+173
2016-02-15Add some simple error recovery to the parser and fix testsNick Cameron-49/+69
2016-02-15error correction for missing or mismatched closing bracketsNick Cameron-28/+40
2016-02-15refactoring: inline some function in the parserNick Cameron-31/+28
2016-02-14std: Stop prefixing jemalloc symbolsAlex Crichton-15/+47
2016-02-14doc: fix compiler outputFelix Gruber-1/+1
2016-02-14trans: Don't link whole rlibs to executablesAlex Crichton-1/+109
2016-02-14rustc: Ensure FNV hashing is inlined across cratesAlex Crichton-0/+4
2016-02-14Auto merge of #31630 - pitdicker:read_link, r=alexcrichtonbors-58/+92
2016-02-14Fix a couple of issues in from_utf8 docsOliver Middleton-3/+3
2016-02-14Implement --unpretty mirJonas Schievink-1/+49
2016-02-14Auto merge of #31642 - rkruppe:rm-regex-script, r=alexcrichtonbors-109/+0
2016-02-14Fix doc error for Utf8ErrorOliver Middleton-1/+1
2016-02-14Fix signed int checked_neg docsOliver Middleton-1/+1
2016-02-14Fix the asmjs ABIPierre Krieger-4/+54
2016-02-14Auto merge of #31651 - eddyb:fix-26978, r=arielb1bors-1/+8
2016-02-14Do not expect blocks to have type str.Eduard Burtescu-1/+8