| Age | Commit message (Expand) | Author | Lines |
| 2018-11-15 | Rollup merge of #55182 - jD91mZM2:rebased, r=alexcrichton | Pietro Albini | -63/+235 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -3/+3 |
| 2018-11-11 | std: Delete the `alloc_system` crate | Alex Crichton | -0/+2 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -5/+5 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -5/+5 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -1/+1 |
| 2018-10-18 | Fix tidy checks | jD91mZM2 | -1/+1 |
| 2018-10-18 | Revert liblibc submodule url | jD91mZM2 | -7/+2 |
| 2018-10-18 | Interpret shebangs on redox | jD91mZM2 | -14/+80 |
| 2018-10-18 | Don't forget to close executable file | Jeremy Soller | -1/+2 |
| 2018-10-18 | Remove unused type parameter | Jeremy Soller | -1/+1 |
| 2018-10-18 | Update to new system calls and enviromental variables | Jeremy Soller | -57/+167 |
| 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 |