| Age | Commit message (Expand) | Author | Lines |
| 2018-08-29 | Replace usages of 'bad_style' with 'nonstandard_style'. | Corey Farwell | -1/+1 |
| 2018-08-16 | std: stop backtracing when the frames are full | Josh Stone | -8/+10 |
| 2018-08-08 | Use repr(align(x)) for redox in6_addr | Linus Färnstrand | -1/+1 |
| 2018-07-29 | Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb | bors | -5/+6 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -5/+6 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -1/+1 |
| 2018-07-27 | Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum | bors | -3/+3 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -1/+1 |
| 2018-07-25 | Merge remote-tracking branches 'ljedrz/dyn_libcore', 'ljedrz/dyn_libstd' and ... | Tatsuyuki Ishi | -1/+1 |
| 2018-07-25 | Add missing dyn | Tatsuyuki Ishi | -2/+2 |
| 2018-07-24 | Rollup merge of #52656 - jD91mZM2:stablize-uds, r=alexcrichton | Mark Rousskov | -1/+41 |
| 2018-07-24 | Stablize Redox Unix Sockets | jD91mZM2 | -1/+41 |
| 2018-07-23 | Change single char str patterns to chars | ljedrz | -2/+2 |
| 2018-07-13 | Fix redox libstd leftover | Tatsuyuki Ishi | -2/+2 |
| 2018-07-10 | Add missing `dyn` for cloudabi, redox, unix and wasm | ljedrz | -1/+1 |
| 2018-07-08 | Delete leftover files | jD91mZM2 | -252/+0 |
| 2018-07-07 | Add is_unnamed | jD91mZM2 | -0/+27 |
| 2018-07-07 | Revert unification of interfaces | jD91mZM2 | -4/+692 |
| 2018-07-03 | Remove stability attributes on private types and leftover docs | jD91mZM2 | -2/+0 |
| 2018-06-27 | Add is_unnamed on redox | jD91mZM2 | -22/+26 |
| 2018-06-27 | Fix tidy checks | jD91mZM2 | -0/+10 |
| 2018-06-27 | Horrible attempt at cleaning things up that probably just made it worse | jD91mZM2 | -702/+254 |
| 2018-06-26 | Revert "Remove functions that always error" | jD91mZM2 | -0/+181 |
| 2018-06-26 | Mention redox' behavior in doc comments | jD91mZM2 | -0/+6 |
| 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-17 | Auto merge of #51529 - nodakai:improve-sys_common-mutex, r=oli-obk | bors | -10/+6 |
| 2018-06-17 | libstd: add an RAII utility for sys_common::mutex::Mutex | NODA, Kai | -10/+6 |
| 2018-06-14 | Removed two unused variables | Chris Cesare | -3/+0 |
| 2018-06-04 | Clarify error phrase in `sub_instant` function | Claudio Bley | -1/+1 |
| 2018-05-09 | use fmt::Result where applicable | Andre Bogus | -2/+2 |
| 2018-04-24 | Rollup merge of #49829 - ecstatic-morse:os-docs, r=steveklabnik | kennytm | -19/+43 |
| 2018-04-14 | Prefer unprefixed paths for well known structs | Dylan MacKenzie | -7/+7 |
| 2018-04-14 | Add doc links to `std::os` extension traits | Dylan MacKenzie | -19/+43 |
| 2018-04-13 | std: Minimize size of panicking on wasm | Alex Crichton | -0/+4 |
| 2018-04-12 | Import the `alloc` crate as `alloc_crate` in std | Simon Sapin | -1/+1 |
| 2018-04-12 | Move Utf8Lossy decoder to libcore | Simon Sapin | -1/+1 |
| 2018-04-04 | Auto merge of #48575 - ishitatsuyuki:unix-no-thread, r=alexcrichton | bors | -0/+1 |
| 2018-03-28 | Auto merge of #49460 - kennytm:rollup, r=kennytm | bors | -0/+5 |
| 2018-03-28 | Remove hidden `foo` functions from doc examples; use `Termination` trait. | Corey Farwell | -18/+20 |
| 2018-03-27 | Implement `shrink_to` method on collections | Diggory Blake | -0/+5 |
| 2018-03-24 | Fix build on non-Unix platforms | Tatsuyuki Ishi | -0/+1 |
| 2018-03-06 | Rollup merge of #48618 - scottmcm:elaborate-exitcode, r=alexcrichton | Alex Crichton | -0/+13 |
| 2018-03-03 | Move process::ExitCode internals to sys | Scott McMurray | -0/+13 |
| 2018-02-25 | Return error if timeout is zero-Duration on Redox. | Corey Farwell | -2/+18 |