about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-02-16Auto merge of #31668 - cuviper:lfs, r=alexcrichtonbors-11/+14
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
2016-02-11Auto merge of #31083 - SimonSapin:set_port, r=alexcrichtonbors-10/+120
2016-02-11Fix usage of GetUserProfileDirectoryW in env::home_dirPeter Atashian-2/+2
2016-02-11Auto merge of #31532 - tomaka:fix-emscripten, r=brsonbors-2/+2
2016-02-11Add SocketAddrV6::set_flowinfo and set_scope_idSimon Sapin-0/+28
2016-02-11Add `SocketAddr{,V4,V6}::set_ip`.Simon Sapin-3/+52
2016-02-11Add `SocketAddr{,V4,V6}::set_port`.Simon Sapin-10/+43
2016-02-11Auto merge of #31357 - rthomas:hashers, r=alexcrichtonbors-0/+14
2016-02-11Add a public hasher function for HashSet and HashMapRyan Thomas-0/+14
2016-02-10mod.rs: fix typoScott Whittaker-1/+1
2016-02-10Auto merge of #31409 - alexcrichton:command-exec, r=aturonbors-562/+664
2016-02-11doc: concat_idents! macro: more on its limitations.NODA, Kai-3/+6
2016-02-10std: Move constant back to where it needs to beAlex Crichton-2/+2
2016-02-10std: Use macros from libc instead of locallyAlex Crichton-24/+3
2016-02-10std: Implement CommandExt::execAlex Crichton-2/+40
2016-02-10std: Push process stdio setup in std::sysAlex Crichton-367/+440
2016-02-10std: Lift out Windows' CreateProcess lock a bitAlex Crichton-13/+20
2016-02-10std: Rename Stdio::None to Stdio::NullAlex Crichton-18/+15
2016-02-10std: Push Child's exit status to sys::processAlex Crichton-69/+30
2016-02-10std: Implement CommandExt::before_execAlex Crichton-4/+53
2016-02-10std: Refactor process spawning on UnixAlex Crichton-168/+166
2016-02-10Fix half of emscripten's failing testsPierre Krieger-2/+2
2016-02-10Auto merge of #31438 - aturon:stab-ip-addr, r=alexcrichtonbors-22/+8
2016-02-09Rollup merge of #31520 - steveklabnik:doc_num, r=alexcrichtonSteve Klabnik-3/+3
2016-02-09Rollup merge of #31516 - steveklabnik:doc_tuples, r=brsonSteve Klabnik-27/+71
2016-02-09Rollup merge of #31514 - cgar:spelling, r=alexcrichtonSteve Klabnik-3/+3
2016-02-09make note of arity and 32-length restrictionSteve Klabnik-0/+6