| Age | Commit message (Expand) | Author | Lines |
| 2016-02-11 | Auto merge of #31083 - SimonSapin:set_port, r=alexcrichton | bors | -10/+120 |
| 2016-02-11 | Fix usage of GetUserProfileDirectoryW in env::home_dir | Peter Atashian | -2/+2 |
| 2016-02-11 | Auto merge of #31532 - tomaka:fix-emscripten, r=brson | bors | -2/+2 |
| 2016-02-11 | Add SocketAddrV6::set_flowinfo and set_scope_id | Simon Sapin | -0/+28 |
| 2016-02-11 | Add `SocketAddr{,V4,V6}::set_ip`. | Simon Sapin | -3/+52 |
| 2016-02-11 | Add `SocketAddr{,V4,V6}::set_port`. | Simon Sapin | -10/+43 |
| 2016-02-11 | Auto merge of #31357 - rthomas:hashers, r=alexcrichton | bors | -0/+14 |
| 2016-02-11 | Add a public hasher function for HashSet and HashMap | Ryan Thomas | -0/+14 |
| 2016-02-10 | mod.rs: fix typo | Scott Whittaker | -1/+1 |
| 2016-02-10 | Auto merge of #31409 - alexcrichton:command-exec, r=aturon | bors | -562/+664 |
| 2016-02-11 | doc: concat_idents! macro: more on its limitations. | NODA, Kai | -3/+6 |
| 2016-02-10 | std: Move constant back to where it needs to be | Alex Crichton | -2/+2 |
| 2016-02-10 | std: Use macros from libc instead of locally | Alex Crichton | -24/+3 |
| 2016-02-10 | std: Implement CommandExt::exec | Alex Crichton | -2/+40 |
| 2016-02-10 | std: Push process stdio setup in std::sys | Alex Crichton | -367/+440 |
| 2016-02-10 | std: Lift out Windows' CreateProcess lock a bit | Alex Crichton | -13/+20 |
| 2016-02-10 | std: Rename Stdio::None to Stdio::Null | Alex Crichton | -18/+15 |
| 2016-02-10 | std: Push Child's exit status to sys::process | Alex Crichton | -69/+30 |
| 2016-02-10 | std: Implement CommandExt::before_exec | Alex Crichton | -4/+53 |
| 2016-02-10 | std: Refactor process spawning on Unix | Alex Crichton | -168/+166 |
| 2016-02-10 | Fix half of emscripten's failing tests | Pierre Krieger | -2/+2 |
| 2016-02-10 | Auto merge of #31438 - aturon:stab-ip-addr, r=alexcrichton | bors | -22/+8 |
| 2016-02-09 | Rollup merge of #31520 - steveklabnik:doc_num, r=alexcrichton | Steve Klabnik | -3/+3 |
| 2016-02-09 | Rollup merge of #31516 - steveklabnik:doc_tuples, r=brson | Steve Klabnik | -27/+71 |
| 2016-02-09 | Rollup merge of #31514 - cgar:spelling, r=alexcrichton | Steve Klabnik | -3/+3 |
| 2016-02-09 | make note of arity and 32-length restriction | Steve Klabnik | -0/+6 |
| 2016-02-09 | Properly document tuples | Steve Klabnik | -27/+65 |
| 2016-02-09 | Some docs for std::num | Steve Klabnik | -3/+3 |
| 2016-02-09 | Minor spelling fixes | Carlos E. Garcia | -3/+3 |
| 2016-02-09 | mod.rs: fix typo | Scott Whittaker | -1/+1 |
| 2016-02-09 | Revert deprecation of IpAddr, stabilizing for 1.7 | Aaron Turon | -22/+8 |
| 2016-02-09 | Auto merge of #31493 - mechaxl:master, r=steveklabnik | bors | -1/+1 |
| 2016-02-08 | Fixing typo in prelude documentation | Kenneth Koski | -1/+1 |
| 2016-02-08 | std: `_lock` -> `_guard` in Mutex example | Benjamin Herr | -1/+1 |
| 2016-02-08 | Auto merge of #31468 - pitdicker:fs_tests_cleanup, r=alexcrichton | bors | -2/+56 |
| 2016-02-07 | Ignore if we can't create a symlink in this test | Paul Dicker | -1/+1 |
| 2016-02-07 | Don't let `remove_dir_all` recursively remove a symlink | Paul Dicker | -2/+56 |
| 2016-02-07 | Auto merge of #31440 - reem:rwlock-map-fix, r=alexcrichton | bors | -4/+6 |
| 2016-02-06 | Auto merge of #30629 - brson:emscripten-upstream, r=alexcrichton | bors | -16/+63 |
| 2016-02-06 | Add support for i686-unknown-linux-musl | Brian Anderson | -2/+2 |
| 2016-02-06 | Add the asmjs-unknown-emscripten triple. Add cfgs to libs. | Brian Anderson | -14/+61 |
| 2016-02-06 | Auto merge of #31428 - reem:remove-mutexguard-map, r=alexcrichton | bors | -60/+1 |
| 2016-02-06 | Auto merge of #31427 - reem:more-debug-mutex, r=sfackler | bors | -1/+1 |
| 2016-02-06 | Auto merge of #31417 - alexcrichton:cloexec-all-the-things, r=brson | bors | -42/+184 |
| 2016-02-06 | Auto merge of #31333 - lambda:31273-abort-on-stack-overflow, r=brson | bors | -17/+21 |
| 2016-02-05 | Fix RwLock*Guard::map to not allow escaping a reference to the data. | Jonathan Reem | -4/+6 |
| 2016-02-05 | Abort on stack overflow instead of re-raising SIGSEGV | Brian Campbell | -17/+21 |
| 2016-02-05 | std: Try to use pipe2 on Linux for pipes | Alex Crichton | -2/+21 |
| 2016-02-05 | std: Add support for accept4 on Linux | Alex Crichton | -4/+28 |
| 2016-02-05 | std: Add a helper for symbols that may not exist | Alex Crichton | -27/+86 |