| Age | Commit message (Expand) | Author | Lines |
| 2016-02-18 | doc: reduce overlong sentence | Tshepang Lekhonkhobe | -1/+1 |
| 2016-02-18 | doc: remove a word that makes the sentence hard to read | Tshepang Lekhonkhobe | -1/+1 |
| 2016-02-18 | Auto merge of #31734 - aliclark:bsd-stat-fixes, r=alexcrichton | bors | -131/+63 |
| 2016-02-18 | Add mutual PartialEq and PartialOrd impls for Path[Buf] and OsStr[ing] | Gleb Kozyrev | -0/+47 |
| 2016-02-18 | Add mutual PartialOrd impls for Path and PathBuf | Gleb Kozyrev | -6/+21 |
| 2016-02-18 | Impl AsRef<Path> for Cow<OsStr> | Gleb Kozyrev | -0/+7 |
| 2016-02-18 | Add mutual PartialEq and PartialCmp impls for OsStr, OsString | Gleb Kozyrev | -0/+38 |
| 2016-02-18 | Remove unnecessary explicit lifetime bounds. | Corey Farwell | -2/+2 |
| 2016-02-18 | Auto merge of #31728 - Amanieu:recoversafe_into_inner, r=alexcrichton | bors | -0/+6 |
| 2016-02-18 | Remove alternate stack with sigaltstack before unmapping it. | Tomasz Miąsko | -5/+24 |
| 2016-02-17 | std: restructure rand os code into sys modules | Sean McArthur | -168/+167 |
| 2016-02-17 | Rollup merge of #31733 - gkoz:strip_prefix_docs, r=alexcrichton | Steve Klabnik | -1/+3 |
| 2016-02-17 | Rollup merge of #31695 - oconnor663:chardocs, r=alexcrichton | Steve Klabnik | -21/+11 |
| 2016-02-17 | Rollup merge of #31694 - oconnor663:insertdocs, r=steveklabnik | Steve Klabnik | -6/+10 |
| 2016-02-17 | fixes a small netbsd compile error | Dave Huseby | -2/+2 |
| 2016-02-17 | Update `Path::strip_prefix` doc | Gleb Kozyrev | -1/+3 |
| 2016-02-17 | re-add freebsd padding | Ali Clark | -0/+3 |
| 2016-02-17 | time_t is long on freebsd and dragonfly (and nsec should be long) | Ali Clark | -16/+20 |
| 2016-02-17 | unfork freebsd stat definitions, fixes x86 | Ali Clark | -122/+50 |
| 2016-02-17 | remove unused import from dragonfly os raw | Ali Clark | -3/+0 |
| 2016-02-17 | Add into_inner to AssertRecoverSafe | Amanieu d'Antras | -0/+6 |
| 2016-02-16 | Avoid iteration when dropping `HashMap`s whose items don't need dropping | Andrew Paseltiner | -1/+4 |
| 2016-02-16 | Auto merge of #31675 - pitdicker:fs_metadata, r=alexcrichton | bors | -28/+26 |
| 2016-02-16 | Auto merge of #31668 - cuviper:lfs, r=alexcrichton | bors | -11/+14 |
| 2016-02-15 | clarify how insert() doesn't update keys | Jack O'Connor | -6/+10 |
| 2016-02-15 | correct the primitive char doc's use of bytes and code points | Jack O'Connor | -21/+11 |
| 2016-02-15 | Refactor windows::fs::FileAttr | Paul Dicker | -28/+26 |
| 2016-02-15 | Auto merge of #31652 - semarie:openbsd-os-raw, r=alexcrichton | bors | -1/+0 |
| 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 | Auto merge of #31630 - pitdicker:read_link, r=alexcrichton | bors | -58/+92 |
| 2016-02-14 | polish `std::os::*::raw` deprecation on openbsd | Sébastien Marie | -1/+0 |
| 2016-02-14 | Auto merge of #31551 - alexcrichton:deprecate-std-os-raw, r=brson | bors | -482/+2036 |
| 2016-02-14 | Rollup merge of #31589 - reem:remove-unnecessary-poison-bounds, r=sfackler | Manish Goregaokar | -4/+7 |
| 2016-02-14 | Rollup merge of #31584 - tshepang:shorten, r=steveklabnik | Manish Goregaokar | -5/+5 |
| 2016-02-14 | Rollup merge of #31582 - tshepang:missing-words, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2016-02-14 | Rollup merge of #31559 - scottrobertwhittaker:fix-typo, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2016-02-14 | Rollup merge of #31542 - nodakai:concat_idents-desc, r=steveklabnik | Manish Goregaokar | -3/+6 |
| 2016-02-13 | std: Deprecate all std::os::*::raw types | Alex Crichton | -482/+2036 |
| 2016-02-13 | Fixes #28528 | Paul Dicker | -58/+92 |
| 2016-02-13 | Auto merge of #31557 - retep998:house-directory, r=alexcrichton | bors | -2/+2 |
| 2016-02-11 | Remove unnecessary bounds on Error and Display implementations for TryLockErr... | Jonathan Reem | -4/+7 |
| 2016-02-12 | Auto merge of #31123 - alexcrichton:who-doesnt-want-two-build-systems, r=brson | bors | -3/+157 |
| 2016-02-11 | doc: assert_eq on 2 boolean values is redundant | Tshepang Lekhonkhobe | -5/+5 |
| 2016-02-11 | doc: add missing words | Tshepang Lekhonkhobe | -1/+1 |
| 2016-02-11 | bootstrap: Add directives to not double-link libs | Alex Crichton | -3/+17 |
| 2016-02-11 | bootstrap: Add build scripts for crates | Alex Crichton | -0/+110 |
| 2016-02-11 | bootstrap: Add a bunch of Cargo.toml files | Alex Crichton | -0/+30 |