| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-02-05 | std: Atomically set CLOEXEC for sockets if possible | Alex Crichton | -0/+23 |
| 2016-02-05 | std: When duplicating fds, skip extra set_cloexec | Alex Crichton | -6/+15 |
| 2016-02-05 | std: Only have extra set_cloexec for files on Linux | Alex Crichton | -4/+12 |
| 2016-02-05 | Remove MutexGuard::map, as it is not safe in combination with Condvar. | Jonathan Reem | -60/+1 |
| 2016-02-05 | Remove an unnecessary 'static bound in the impl of Debug for Mutex. | Jonathan Reem | -1/+1 |
| 2016-02-05 | Auto merge of #30865 - alexcrichton:mtime-system-time, r=aturon | bors | -8/+183 |
| 2016-02-04 | Auto merge of #31416 - steveklabnik:rollup, r=steveklabnik | bors | -3/+24 |
| 2016-02-04 | Rollup merge of #31415 - tshepang:2-space-indent, r=steveklabnik | Steve Klabnik | -3/+3 |
| 2016-02-04 | Rollup merge of #31401 - frewsxcv:clarify-ascii, r=steveklabnik | Steve Klabnik | -0/+21 |
| 2016-02-04 | doc: Rust indents are 4-space wide by convention | Tshepang Lekhonkhobe | -3/+3 |
| 2016-02-04 | std: Expose SystemTime accessors on fs::Metadata | Alex Crichton | -8/+183 |
| 2016-02-04 | Auto merge of #30759 - Manishearth:attr-tls, r=alexcrichton | bors | -23/+27 |
| 2016-02-04 | Auto merge of #31360 - pitdicker:fs_tests_cleanup, r=alexcrichton | bors | -183/+192 |
| 2016-02-04 | Stop using unsafe code in TLS macro expansion (fixes #30756) | Manish Goregaokar | -23/+27 |
| 2016-02-04 | Clarify scenario where AsciiExt appears to operate on non-ASCII | Corey Farwell | -0/+21 |
| 2016-02-04 | Allow dead code for `symlink_junction()` | Paul Dicker | -0/+2 |
| 2016-02-04 | Auto merge of #31161 - sfackler:slice-to-socket-addrs, r=alexcrichton | bors | -0/+11 |
| 2016-02-04 | Auto merge of #31069 - sfackler:file-try-clone, r=alexcrichton | bors | -39/+87 |
| 2016-02-04 | Implement ToSocketAddrs for &[SocketAddr] | Steven Fackler | -0/+11 |
| 2016-02-04 | Add File::try_clone | Steven Fackler | -39/+87 |
| 2016-02-04 | Auto merge of #30796 - GuillaumeGomez:impl_box_error, r=alexcrichton | bors | -0/+11 |
| 2016-02-03 | Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton | bors | -30/+272 |
| 2016-02-03 | Auto merge of #30834 - reem:rwlock-read-guard-map, r=alexcrichton | bors | -57/+228 |
| 2016-02-03 | Reformat comments | Paul Dicker | -12/+13 |
| 2016-02-03 | Adress comments | Paul Dicker | -29/+63 |
| 2016-02-03 | Auto merge of #31056 - kamalmarhubi:std-process-nul-chars, r=alexcrichton | bors | -52/+163 |
| 2016-02-03 | std: Properly handle interior NULs in std::process | Kamal Marhubi | -52/+163 |
| 2016-02-03 | Fix broken auto-mac-ios-opt build | Nikita Baksalyar | -27/+23 |
| 2016-02-03 | Auto merge of #31375 - nagisa:path-docs, r=alexcrichton | bors | -29/+51 |
| 2016-02-02 | trying again at fixing stackp initialization | Dave Huseby | -3/+18 |
| 2016-02-02 | simplifying get_stack | Dave Huseby | -24/+3 |
| 2016-02-02 | refactoring get_stack to be cleaner | Dave Huseby | -27/+20 |
| 2016-02-02 | unifying name_bytes now that the two blocks are the same | Dave Huseby | -8/+2 |
| 2016-02-02 | Fixes #31229 | Dave Huseby | -10/+35 |
| 2016-02-03 | Auto merge of #31370 - Manishearth:rollup, r=Manishearth | bors | -0/+3 |
| 2016-02-02 | Add issue number to guard map methods. | Jonathan Reem | -49/+78 |
| 2016-02-03 | Improve docs for Path::methods | Simonas Kazlauskas | -29/+51 |