about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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-18Add mutual PartialEq and PartialOrd impls for Path[Buf] and OsStr[ing]Gleb Kozyrev-0/+47
2016-02-18Add mutual PartialOrd impls for Path and PathBufGleb Kozyrev-6/+21
2016-02-18Impl AsRef<Path> for Cow<OsStr>Gleb Kozyrev-0/+7
2016-02-18Add mutual PartialEq and PartialCmp impls for OsStr, OsStringGleb Kozyrev-0/+38
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
2016-02-14polish `std::os::*::raw` deprecation on openbsdSébastien Marie-1/+0
2016-02-14Auto merge of #31551 - alexcrichton:deprecate-std-os-raw, r=brsonbors-482/+2036
2016-02-14Rollup merge of #31589 - reem:remove-unnecessary-poison-bounds, r=sfacklerManish Goregaokar-4/+7
2016-02-14Rollup merge of #31584 - tshepang:shorten, r=steveklabnikManish Goregaokar-5/+5
2016-02-14Rollup merge of #31582 - tshepang:missing-words, r=steveklabnikManish Goregaokar-1/+1
2016-02-14Rollup merge of #31559 - scottrobertwhittaker:fix-typo, r=steveklabnikManish Goregaokar-1/+1
2016-02-14Rollup merge of #31542 - nodakai:concat_idents-desc, r=steveklabnikManish Goregaokar-3/+6
2016-02-13std: Deprecate all std::os::*::raw typesAlex Crichton-482/+2036
2016-02-13Fixes #28528Paul Dicker-58/+92
2016-02-13Auto merge of #31557 - retep998:house-directory, r=alexcrichtonbors-2/+2
2016-02-11Remove unnecessary bounds on Error and Display implementations for TryLockErr...Jonathan Reem-4/+7
2016-02-12Auto merge of #31123 - alexcrichton:who-doesnt-want-two-build-systems, r=brsonbors-3/+157
2016-02-11doc: assert_eq on 2 boolean values is redundantTshepang Lekhonkhobe-5/+5
2016-02-11doc: add missing wordsTshepang Lekhonkhobe-1/+1
2016-02-11bootstrap: Add directives to not double-link libsAlex Crichton-3/+17
2016-02-11bootstrap: Add build scripts for cratesAlex Crichton-0/+110
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+30