| Age | Commit message (Expand) | Author | Lines |
| 2018-06-17 | libstd: add an RAII utility for sys_common::mutex::Mutex | NODA, Kai | -17/+39 |
| 2018-05-12 | Rollup merge of #50550 - llogiq:fmt-result, r=petrochenkov | Mark Simulacrum | -2/+2 |
| 2018-05-09 | use fmt::Result where applicable | Andre Bogus | -2/+2 |
| 2018-05-07 | Add explanation for #[must_use] on mutex guards | Manish Goregaokar | -1/+1 |
| 2018-04-21 | Remove unused methods on the private Wtf8 type | Simon Sapin | -14/+0 |
| 2018-04-13 | std: Minimize size of panicking on wasm | Alex Crichton | -14/+22 |
| 2018-04-12 | Import the `alloc` crate as `alloc_crate` in std | Simon Sapin | -3/+3 |
| 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/+4 |
| 2018-03-27 | Implement `shrink_to` method on collections | Diggory Blake | -0/+5 |
| 2018-03-23 | Rollup merge of #48624 - bdrewery:freebsd-posix-spawn, r=alexcrichton | Alex Crichton | -0/+12 |
| 2018-03-21 | Deprecate the AsciiExt trait in favor of inherent methods | Simon Sapin | -10/+7 |
| 2018-03-19 | Simplify PATH key comparison | Bryan Drewery | -1/+1 |
| 2018-03-19 | Don't use posix_spawn() if PATH was modified in the environment. | Bryan Drewery | -0/+12 |
| 2018-03-18 | rustc_driver: get rid of extra thread on Unix | Tatsuyuki Ishi | -0/+4 |
| 2018-03-05 | while let all the things | leonardo.yvens | -14/+9 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -2/+2 |
| 2018-01-31 | Use a range to identify SIGSEGV in stack guards | Josh Stone | -4/+5 |
| 2018-01-26 | Print inlined functions on Windows | John Kåre Alsaker | -0/+3 |
| 2018-01-16 | Only link res_init() on GNU/*nix | Ryan Cumming | -21/+3 |
| 2018-01-11 | Add shims for modules that we can't implement on CloudABI. | Ed Schouten | -4/+1 |
| 2018-01-11 | Implement libstd for CloudABI. | Ed Schouten | -0/+3 |
| 2017-12-31 | Auto merge of #46713 - Manishearth:memchr, r=bluss | bors | -228/+0 |
| 2017-12-26 | Change name of `lang_start_real` to `lang_start_internal` | Bastian Köcher | -1/+1 |
| 2017-12-25 | Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1 | bors | -1/+1 |
| 2017-12-24 | Capture environment at spawn | Diggory Blake | -0/+145 |
| 2017-12-22 | fix some errors in libstd | Michael Hewson | -1/+1 |
| 2017-12-18 | Add lossless debug implementation for unix OsStrs | Diggory Blake | -0/+57 |
| 2017-12-13 | Move rust memchr impl to libcore | Manish Goregaokar | -228/+0 |
| 2017-12-11 | Merge remote-tracking branch 'origin/master' into miri | Oliver Schneider | -8/+2 |
| 2017-12-09 | Use Try syntax for Option in place of macros or match | Matt Brubeck | -8/+2 |
| 2017-12-06 | Update miri to rustc changes | Oliver Schneider | -31/+131 |
| 2017-11-30 | rustc: Prepare to enable ThinLTO by default | Alex Crichton | -2/+20 |
| 2017-11-25 | Implement `Rc`/`Arc` conversions for string-like types | Murarth | -0/+14 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -6/+11 |
| 2017-11-09 | std: Avoid use of `libc` in portable modules | Alex Crichton | -11/+11 |
| 2017-10-10 | Rollup merge of #44775 - MaloJaffre:debug-struct, r=sfackler | kennytm | -3/+10 |
| 2017-10-09 | Refactor to use `debug_struct` in several Debug impls | Malo Jaffré | -3/+10 |
| 2017-10-09 | Auto merge of #45041 - est31:master, r=alexcrichton | bors | -2/+0 |
| 2017-10-05 | replace libc::res_init with res_init_if_glibc_before_2_26 | Jack O'Connor | -4/+9 |
| 2017-10-05 | Remove nacl from libstd | est31 | -2/+0 |
| 2017-09-23 | docs improvement std::sync::{PoisonError, TryLockError} | Lucas Morales | -2/+55 |
| 2017-09-20 | Auto merge of #44525 - aidanhs:aphs-no-null-deref, r=alexcrichton | bors | -15/+23 |
| 2017-09-17 | Add `<*const T>::align_offset` and use it in `memchr` | Oliver Schneider | -6/+3 |
| 2017-09-17 | Rollup merge of #44622 - frewsxcv:frewsxcv-invalid-link, r=QuietMisdreavus | Tim Neumann | -1/+1 |
| 2017-09-15 | Fix incorrect `into_inner` link in docs. | Corey Farwell | -1/+1 |
| 2017-09-14 | Auto merge of #43972 - TobiasSchaffner:std_clean, r=alexcrichton | bors | -22/+24 |
| 2017-09-13 | Move default stack min size to thread implementations | Tobias Schaffner | -21/+18 |
| 2017-09-12 | Correctly bubble up errors from libbacktrace | Aidan Hobson Sayers | -15/+23 |
| 2017-09-08 | Move the stack size value for L4Re to the min_stack_size function | Sebastian Humenda | -0/+5 |