about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-02-23#31820 - Utilize `if..let` instead of single `match` branchdileepb-9/+6
2016-02-22Auto merge of #31813 - nbaksalyar:solaris-fix, r=sanxiynbors-2/+3
2016-02-22Auto merge of #31811 - alexcrichton:clean-deps, r=sanxiynbors-1/+0
2016-02-22Auto merge of #31805 - cuviper:android-lfs, r=alexcrichtonbors-1/+4
2016-02-21Auto merge of #31810 - gandro:netbsd-fix-stat, r=alexcrichtonbors-10/+29
2016-02-22Fix broken Solaris buildNikita Baksalyar-2/+3
2016-02-21Auto merge of #31792 - Zoxc:sysroot, r=alexcrichtonbors-0/+7
2016-02-21rustbuild: Sync some Cargo.toml/lib.rs dependenciesAlex Crichton-1/+0
2016-02-21Fix `struct stat` usage on NetBSDSebastian Wicki-10/+29
2016-02-21Fix liballoc dependenciesJohn Kåre Alsaker-0/+7
2016-02-21std: Use Android LFS off64_t, ftruncate64, and lseek64Josh Stone-1/+4
2016-02-20Auto merge of #31608 - frewsxcv:osstring-simple-functions, r=alexcrichtonbors-0/+268
2016-02-20Add Capacity/length methods for OsString.Corey Farwell-0/+268
2016-02-19Rollup merge of #31765 - tshepang:shorten, r=steveklabnikSteve Klabnik-1/+1
2016-02-19Rollup merge of #31764 - tshepang:overlong-sentence, r=steveklabnikSteve Klabnik-1/+1
2016-02-19Rollup merge of #31763 - tshepang:extraneous-word, r=steveklabnikSteve Klabnik-1/+1
2016-02-19Rollup merge of #31737 - dhuseby:netbsd_fixes, r=alexcrichtonSteve Klabnik-2/+2
2016-02-19Auto merge of #31742 - frewsxcv:needless-lifetimes, r=pnkfelixbors-2/+2
2016-02-19Auto merge of #31738 - seanmonstar:sys-rand, r=alexcrichtonbors-168/+167
2016-02-18Auto merge of #31684 - tmiasko:alternate-stack, r=alexcrichtonbors-5/+24
2016-02-18doc: make the sentence more simpleTshepang Lekhonkhobe-1/+1
2016-02-18doc: reduce overlong sentenceTshepang Lekhonkhobe-1/+1
2016-02-18doc: remove a word that makes the sentence hard to readTshepang Lekhonkhobe-1/+1
2016-02-18Auto merge of #31734 - aliclark:bsd-stat-fixes, r=alexcrichtonbors-131/+63
2016-02-18Remove unnecessary explicit lifetime bounds.Corey Farwell-2/+2
2016-02-18Auto merge of #31728 - Amanieu:recoversafe_into_inner, r=alexcrichtonbors-0/+6
2016-02-18Remove alternate stack with sigaltstack before unmapping it.Tomasz Miąsko-5/+24
2016-02-17std: restructure rand os code into sys modulesSean McArthur-168/+167
2016-02-17Rollup merge of #31733 - gkoz:strip_prefix_docs, r=alexcrichtonSteve Klabnik-1/+3
2016-02-17Rollup merge of #31695 - oconnor663:chardocs, r=alexcrichtonSteve Klabnik-21/+11
2016-02-17Rollup merge of #31694 - oconnor663:insertdocs, r=steveklabnikSteve Klabnik-6/+10
2016-02-17fixes a small netbsd compile errorDave Huseby-2/+2
2016-02-17Update `Path::strip_prefix` docGleb Kozyrev-1/+3
2016-02-17re-add freebsd paddingAli Clark-0/+3
2016-02-17time_t is long on freebsd and dragonfly (and nsec should be long)Ali Clark-16/+20
2016-02-17unfork freebsd stat definitions, fixes x86Ali Clark-122/+50
2016-02-17remove unused import from dragonfly os rawAli Clark-3/+0
2016-02-17Add into_inner to AssertRecoverSafeAmanieu d'Antras-0/+6
2016-02-16Avoid iteration when dropping `HashMap`s whose items don't need droppingAndrew Paseltiner-1/+4
2016-02-16Auto merge of #31675 - pitdicker:fs_metadata, r=alexcrichtonbors-28/+26
2016-02-16Auto merge of #31668 - cuviper:lfs, r=alexcrichtonbors-11/+14
2016-02-15clarify how insert() doesn't update keysJack O'Connor-6/+10
2016-02-15correct the primitive char doc's use of bytes and code pointsJack O'Connor-21/+11
2016-02-15Refactor windows::fs::FileAttrPaul Dicker-28/+26
2016-02-15Auto merge of #31652 - semarie:openbsd-os-raw, r=alexcrichtonbors-1/+0
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-14Auto merge of #31630 - pitdicker:read_link, r=alexcrichtonbors-58/+92