| Age | Commit message (Expand) | Author | Lines |
| 2018-07-13 | Fix redox libstd leftover | Tatsuyuki Ishi | -2/+2 |
| 2018-07-11 | Use fast TLS on Fuchsia | Taylor Cramer | -6/+1 |
| 2018-07-11 | Auto merge of #51553 - jD91mZM2:uds, r=sfackler | bors | -1/+740 |
| 2018-07-10 | Add missing `dyn` for cloudabi, redox, unix and wasm | ljedrz | -7/+7 |
| 2018-07-10 | Deny bare trait objects in `src/libstd`. | ljedrz | -1/+1 |
| 2018-07-08 | Delete leftover files | jD91mZM2 | -606/+0 |
| 2018-07-07 | Add is_unnamed | jD91mZM2 | -0/+27 |
| 2018-07-07 | Revert unification of interfaces | jD91mZM2 | -29/+1539 |
| 2018-07-03 | Rollup merge of #51809 - drrlvn:rw_exact_all_at, r=alexcrichton | Pietro Albini | -0/+127 |
| 2018-07-03 | Remove stability attributes on private types and leftover docs | jD91mZM2 | -18/+0 |
| 2018-07-02 | Fill in tracking issue number for read_exact_at/write_all_at | Dror Levin | -2/+2 |
| 2018-06-28 | Change traits to bare FnMut where possible. | moxian | -111/+67 |
| 2018-06-28 | Make msvc symbol extraction/printing functions generic. | moxian | -103/+137 |
| 2018-06-28 | Make stackwalking generic instead of matching on enum variants. | moxian | -133/+147 |
| 2018-06-28 | Load backtrace-related functions only once | moxian | -41/+77 |
| 2018-06-28 | Split separate stackwalk variants into their own functions | moxian | -204/+238 |
| 2018-06-28 | Add a fallback for stacktrace printing for older Windows versions. | moxian | -108/+331 |
| 2018-06-27 | Add is_unnamed on redox | jD91mZM2 | -24/+30 |
| 2018-06-27 | [fuchsia] Update zx_cprng_draw to target semantics | Adam Barth | -26/+2 |
| 2018-06-27 | Fix tidy checks | jD91mZM2 | -5/+19 |
| 2018-06-27 | Horrible attempt at cleaning things up that probably just made it worse | jD91mZM2 | -1549/+643 |
| 2018-06-26 | Revert "Remove functions that always error" | jD91mZM2 | -0/+181 |
| 2018-06-26 | Mention redox' behavior in doc comments | jD91mZM2 | -0/+12 |
| 2018-06-26 | Remove functions that always error | jD91mZM2 | -181/+0 |
| 2018-06-26 | Disallow constructing SocketAddr from third-party code | jD91mZM2 | -2/+2 |
| 2018-06-26 | Make feature unstable | jD91mZM2 | -40/+1 |
| 2018-06-26 | Custom feature gate (I think?) | jD91mZM2 | -40/+40 |
| 2018-06-26 | Trim all lines to 100 | jD91mZM2 | -3/+10 |
| 2018-06-26 | Make UnixStream::take_error return None on redox | jD91mZM2 | -3/+3 |
| 2018-06-26 | Unix sockets on redox! | jD91mZM2 | -1/+733 |
| 2018-06-26 | Add read_exact_at and write_all_at methods to FileExt on unix | Dror Levin | -0/+127 |
| 2018-06-26 | Rollup merge of #51786 - cuviper:stat64-pointers, r=Mark-Simulacrum | Pietro Albini | -2/+2 |
| 2018-06-26 | Rollup merge of #51642 - GuillaumeGomez:fix-unknown-windows-build, r=oli-obk | Pietro Albini | -0/+3 |
| 2018-06-26 | Auto merge of #50630 - sharkdp:fix-50619, r=sfackler | bors | -7/+24 |
| 2018-06-25 | Remove unnecessary stat64 pointer casts | Josh Stone | -2/+2 |
| 2018-06-25 | Use fstatat64 where available | Josh Stone | -6/+5 |
| 2018-06-25 | Add missing \[allow(missing_docs)\] | Guillaume Gomez | -0/+1 |
| 2018-06-20 | Fix doc build on unknown windows target | Guillaume Gomez | -0/+2 |
| 2018-06-19 | Update zx_cprng_draw_new on Fuchsia | Adam Barth | -4/+3 |
| 2018-06-17 | Auto merge of #51529 - nodakai:improve-sys_common-mutex, r=oli-obk | bors | -36/+20 |
| 2018-06-17 | Auto merge of #51555 - ccesare:remove_unused_variables_redox_os, r=kennytm | bors | -3/+0 |
| 2018-06-17 | libstd: add an RAII utility for sys_common::mutex::Mutex | NODA, Kai | -36/+20 |
| 2018-06-15 | Fix issue on unix | Guillaume Gomez | -0/+1 |
| 2018-06-14 | Removed two unused variables | Chris Cesare | -3/+0 |
| 2018-06-13 | Add missing allow_missing_docs | Guillaume Gomez | -0/+1 |
| 2018-06-12 | Fix possibly endless loop in ReadDir iterator | sharkdp | -7/+24 |
| 2018-06-09 | Auto merge of #51359 - cramertj:fdio_spawn, r=sfackler | bors | -109/+51 |
| 2018-06-07 | [fuchsia] Migrate from launchpad to fdio_spawn_etc | Adam Barth | -109/+51 |
| 2018-06-05 | Rollup merge of #51255 - avdv:patch-1, r=kennytm | Mark Simulacrum | -2/+2 |
| 2018-06-04 | Clarify error phrase in `sub_instant` function | Claudio Bley | -2/+2 |