| Age | Commit message (Expand) | Author | Lines |
| 2016-02-23 | CStr::from_bytes_with_nul tests | arcnmx | -0/+27 |
| 2016-02-23 | Link cstr from_bytes to tracking issue | arcnmx | -5/+5 |
| 2016-02-23 | Rename CStr::from_bytes to from_bytes_with_nul | arcnmx | -5/+5 |
| 2016-02-23 | CStr::from_bytes | arcnmx | -0/+51 |
| 2016-02-22 | Auto merge of #31813 - nbaksalyar:solaris-fix, r=sanxiyn | bors | -2/+3 |
| 2016-02-22 | Auto merge of #31811 - alexcrichton:clean-deps, r=sanxiyn | bors | -1/+0 |
| 2016-02-22 | Auto merge of #31805 - cuviper:android-lfs, r=alexcrichton | bors | -1/+4 |
| 2016-02-21 | Auto merge of #31810 - gandro:netbsd-fix-stat, r=alexcrichton | bors | -10/+29 |
| 2016-02-22 | Fix broken Solaris build | Nikita Baksalyar | -2/+3 |
| 2016-02-21 | Auto merge of #31792 - Zoxc:sysroot, r=alexcrichton | bors | -0/+7 |
| 2016-02-21 | rustbuild: Sync some Cargo.toml/lib.rs dependencies | Alex Crichton | -1/+0 |
| 2016-02-21 | Fix `struct stat` usage on NetBSD | Sebastian Wicki | -10/+29 |
| 2016-02-21 | Fix liballoc dependencies | John Kåre Alsaker | -0/+7 |
| 2016-02-21 | std: Use Android LFS off64_t, ftruncate64, and lseek64 | Josh Stone | -1/+4 |
| 2016-02-20 | Auto merge of #31608 - frewsxcv:osstring-simple-functions, r=alexcrichton | bors | -0/+268 |
| 2016-02-20 | Add Capacity/length methods for OsString. | Corey Farwell | -0/+268 |
| 2016-02-19 | Rollup merge of #31765 - tshepang:shorten, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-02-19 | Rollup merge of #31764 - tshepang:overlong-sentence, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-02-19 | Rollup merge of #31763 - tshepang:extraneous-word, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-02-19 | Rollup merge of #31737 - dhuseby:netbsd_fixes, r=alexcrichton | Steve Klabnik | -2/+2 |
| 2016-02-19 | Auto merge of #31742 - frewsxcv:needless-lifetimes, r=pnkfelix | bors | -2/+2 |
| 2016-02-19 | Auto merge of #31738 - seanmonstar:sys-rand, r=alexcrichton | bors | -168/+167 |
| 2016-02-18 | Auto merge of #31684 - tmiasko:alternate-stack, r=alexcrichton | bors | -5/+24 |
| 2016-02-18 | doc: make the sentence more simple | Tshepang Lekhonkhobe | -1/+1 |
| 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 | 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 |