about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2016-02-09Properly document tuplesSteve Klabnik-27/+65
2016-02-09Some docs for std::numSteve Klabnik-3/+3
2016-02-09Minor spelling fixesCarlos E. Garcia-3/+3
2016-02-09mod.rs: fix typoScott Whittaker-1/+1
2016-02-09Revert deprecation of IpAddr, stabilizing for 1.7Aaron Turon-22/+8
2016-02-09Auto merge of #31493 - mechaxl:master, r=steveklabnikbors-1/+1
2016-02-08Fixing typo in prelude documentationKenneth Koski-1/+1
2016-02-08std: `_lock` -> `_guard` in Mutex exampleBenjamin Herr-1/+1
2016-02-08Auto merge of #31468 - pitdicker:fs_tests_cleanup, r=alexcrichtonbors-2/+56
2016-02-07Ignore if we can't create a symlink in this testPaul Dicker-1/+1
2016-02-07Don't let `remove_dir_all` recursively remove a symlinkPaul Dicker-2/+56
2016-02-07Auto merge of #31440 - reem:rwlock-map-fix, r=alexcrichtonbors-4/+6
2016-02-06Auto merge of #30629 - brson:emscripten-upstream, r=alexcrichtonbors-16/+63
2016-02-06Add support for i686-unknown-linux-muslBrian Anderson-2/+2
2016-02-06Add the asmjs-unknown-emscripten triple. Add cfgs to libs.Brian Anderson-14/+61
2016-02-06Auto merge of #31428 - reem:remove-mutexguard-map, r=alexcrichtonbors-60/+1
2016-02-06Auto merge of #31427 - reem:more-debug-mutex, r=sfacklerbors-1/+1
2016-02-06Auto merge of #31417 - alexcrichton:cloexec-all-the-things, r=brsonbors-42/+184
2016-02-06Auto merge of #31333 - lambda:31273-abort-on-stack-overflow, r=brsonbors-17/+21
2016-02-05Fix RwLock*Guard::map to not allow escaping a reference to the data.Jonathan Reem-4/+6
2016-02-05Abort on stack overflow instead of re-raising SIGSEGVBrian Campbell-17/+21
2016-02-05std: Try to use pipe2 on Linux for pipesAlex Crichton-2/+21
2016-02-05std: Add support for accept4 on LinuxAlex Crichton-4/+28
2016-02-05std: Add a helper for symbols that may not existAlex Crichton-27/+86