| Age | Commit message (Expand) | Author | Lines |
| 2016-02-16 | Auto merge of #31668 - cuviper:lfs, r=alexcrichton | bors | -11/+14 |
| 2016-02-16 | Auto merge of #31627 - KiChjang:unstable-lint, r=alexcrichton | bors | -0/+0 |
| 2016-02-16 | Auto merge of #31639 - quodlibetor:doc-search-with-unknown-types, r=alexcrichton | bors | -0/+0 |
| 2016-02-15 | Auto merge of #31646 - Manishearth:rollup, r=Manishearth | bors | -10/+35 |
| 2016-02-16 | Fix wrong help message left in #31368 | Johan Lorenzo | -1/+1 |
| 2016-02-16 | Clarify contiguous memory array structure of vectors in documentation | Dirk Gadsden | -5/+12 |
| 2016-02-16 | doc pages: add the ability to search unknown types | Brandon W Maister | -4/+4 |
| 2016-02-16 | Add lint to check that all crates have #![unstable] | Keith Yeung | -0/+18 |
| 2016-02-15 | Auto merge of #31530 - dirk:dirk/restrict-matching-of-cfg-opts, r=alexcrichton | bors | -13/+36 |
| 2016-02-15 | Auto merge of #31663 - nodakai:cleanup-uint_module, r=alexcrichton | bors | -7/+7 |
| 2016-02-15 | Auto merge of #31656 - jonas-schievink:mirdump, r=nrc | bors | -1/+49 |
| 2016-02-15 | Auto merge of #31640 - rkruppe:require-py27, r=sanxiyn | bors | -4/+4 |
| 2016-02-15 | Auto merge of #31653 - tomaka:emscripten-abi, r=eddyb | bors | -4/+54 |
| 2016-02-15 | Auto merge of #31652 - semarie:openbsd-os-raw, r=alexcrichton | bors | -1/+0 |
| 2016-02-15 | Auto merge of #31648 - jseyfried:fix_diagnostics, r=nrc | bors | -92/+43 |
| 2016-02-14 | Rename `error-index-generator` to `error_index_generator` | Dirk Gadsden | -9/+9 |
| 2016-02-15 | Add lint to check that all crates have #![unstable] | Keith Yeung | -0/+18 |
| 2016-02-15 | Auto merge of #31566 - jseyfried:fix_regression, r=nrc | bors | -1/+2 |
| 2016-02-15 | Auto merge of #31555 - nrc:err-recover, r=pnkfelix | bors | -125/+330 |
| 2016-02-14 | std: use LFS open64 on Linux | Josh Stone | -3/+3 |
| 2016-02-14 | std: use LFS readdir64_r on Linux | Josh Stone | -5/+7 |
| 2016-02-14 | std: use LFS lseek64 on Linux | Josh Stone | -7/+7 |
| 2016-02-14 | std: use LFS ftruncate64 on Linux | Josh Stone | -3/+4 |
| 2016-02-14 | Stricter matching of `--cfg` options on rustc | Dirk Gadsden | -4/+27 |
| 2016-02-15 | Rebasing | Nick Cameron | -2/+2 |
| 2016-02-15 | libcore/num: Remove unused macro argument. | NODA, Kai | -7/+7 |
| 2016-02-14 | Auto merge of #31661 - steveklabnik:rollup, r=steveklabnik | bors | -9/+8 |
| 2016-02-14 | Rollup merge of #31658 - felgru:master, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-02-14 | Rollup merge of #31655 - ollie27:patch-4, r=steveklabnik | Steve Klabnik | -5/+5 |
| 2016-02-14 | Rollup merge of #31649 - fbergr:doc, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-02-14 | Rollup merge of #31607 - steveklabnik:gh31599, r=brson | Steve Klabnik | -2/+1 |
| 2016-02-14 | Auto merge of #31460 - alexcrichton:supafast-rustc, r=brson | bors | -16/+160 |
| 2016-02-15 | Tests | Nick Cameron | -0/+44 |
| 2016-02-15 | Some error recovery in the parser | Nick Cameron | -41/+173 |
| 2016-02-15 | Add some simple error recovery to the parser and fix tests | Nick Cameron | -49/+69 |
| 2016-02-15 | error correction for missing or mismatched closing brackets | Nick Cameron | -28/+40 |
| 2016-02-15 | refactoring: inline some function in the parser | Nick Cameron | -31/+28 |
| 2016-02-14 | std: Stop prefixing jemalloc symbols | Alex Crichton | -15/+47 |
| 2016-02-14 | doc: fix compiler output | Felix Gruber | -1/+1 |
| 2016-02-14 | trans: Don't link whole rlibs to executables | Alex Crichton | -1/+109 |
| 2016-02-14 | rustc: Ensure FNV hashing is inlined across crates | Alex Crichton | -0/+4 |
| 2016-02-14 | Auto merge of #31630 - pitdicker:read_link, r=alexcrichton | bors | -58/+92 |
| 2016-02-14 | Fix a couple of issues in from_utf8 docs | Oliver Middleton | -3/+3 |
| 2016-02-14 | Implement --unpretty mir | Jonas Schievink | -1/+49 |
| 2016-02-14 | Auto merge of #31642 - rkruppe:rm-regex-script, r=alexcrichton | bors | -109/+0 |
| 2016-02-14 | Fix doc error for Utf8Error | Oliver Middleton | -1/+1 |
| 2016-02-14 | Fix signed int checked_neg docs | Oliver Middleton | -1/+1 |
| 2016-02-14 | Fix the asmjs ABI | Pierre Krieger | -4/+54 |
| 2016-02-14 | Auto merge of #31651 - eddyb:fix-26978, r=arielb1 | bors | -1/+8 |
| 2016-02-14 | Do not expect blocks to have type str. | Eduard Burtescu | -1/+8 |