| Age | Commit message (Expand) | Author | Lines |
| 2019-09-05 | std: Improve downstream codegen in `Command::env` | Alex Crichton | -3/+5 |
| 2019-08-15 | Remove uses of `mem::uninitialized()` from cloudabi | Lzu Tao | -14/+18 |
| 2019-08-14 | Handle cfg(bootstrap) throughout | Mark Rousskov | -1/+1 |
| 2019-08-03 | Add {IoSlice, IoSliceMut}::advance | Thomas de Zeeuw | -0/+14 |
| 2019-07-23 | Use raw pointers in std::sys::cloudabi when passing MaybeUninit values | Nathan | -6/+6 |
| 2019-07-23 | Cleanup std::sys::cloudabi | Nathan | -19/+19 |
| 2019-07-23 | Modify CloudABI ReentrantMutex to use MaybeUninit | Nathan | -14/+18 |
| 2019-07-22 | Remove uses of mem::uninitialized in std::sys::cloudabi | Nathan | -16/+30 |
| 2019-07-19 | warn about deprecated-in-future in most of libstd | Ralf Jung | -1/+1 |
| 2019-07-04 | Permit use of mem::uninitialized via allow(deprecated) | Mark Rousskov | -0/+2 |
| 2019-05-25 | std: Depend on `backtrace` crate from crates.io | Alex Crichton | -118/+0 |
| 2019-04-27 | Stabilized vectored IO | Steven Fackler | -17/+17 |
| 2019-04-14 | Rollup merge of #59852 - alexcrichton:more-vectored, r=sfackler | Mazdak Farrokhzad | -2/+18 |
| 2019-04-10 | std: Add `{read,write}_vectored` for more types | Alex Crichton | -2/+18 |
| 2019-04-10 | Eliminate `FnBox` usages from libstd. | CrLF0710 | -2/+1 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths), fixes in cloudabi | Mazdak Farrokhzad | -3/+4 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -13/+13 |
| 2019-03-26 | Rollup merge of #59374 - faern:simplify-checked-duration-since, r=shepmaster | Mazdak Farrokhzad | -5/+3 |
| 2019-03-22 | Update sys::time impls to have checked_sub_instant | Linus Färnstrand | -5/+3 |
| 2019-03-22 | Auto merge of #59370 - Centril:rollup, r=Centril | bors | -0/+4 |
| 2019-03-22 | Auto merge of #58953 - jethrogb:jb/unify-ffi, r=alexcrichton | bors | -2/+2 |
| 2019-03-21 | Unify OsString/OsStr for byte-based implementations | Jethro Beekman | -2/+2 |
| 2019-03-16 | Add peer_addr function to UdpSocket | Linus Unnebäck | -0/+4 |
| 2019-03-09 | Use lifetime contravariance to elide more lifetimes in core+alloc+std | Scott McMurray | -2/+2 |
| 2019-02-28 | Fix #[macro_use] extern crate in sys/cloudabi | Taiki Endo | -2/+1 |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -173/+175 |
| 2019-02-26 | Auto merge of #58357 - sfackler:vectored-io, r=alexcrichton | bors | -19/+59 |
| 2019-02-24 | Fix cloudabi | Steven Fackler | -1/+9 |
| 2019-02-20 | Use standard Read/Write traits in sys::stdio | Paul Dicker | -5/+11 |
| 2019-02-20 | Remove sys::*::Stderr Write implementation | Paul Dicker | -13/+0 |
| 2019-02-13 | impl Deref/DerefMut for IoVec types | Steven Fackler | -3/+3 |
| 2019-02-13 | Add vectored read and write support | Steven Fackler | -18/+50 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -9/+7 |
| 2019-01-13 | Cosmetic improvements | Alexander Regueiro | -1/+1 |
| 2019-01-07 | std: Force `Instant::now()` to be monotonic | Alex Crichton | -0/+8 |
| 2019-01-03 | Fix repeated word typos | Wiktor Kuchta | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -200/+0 |
| 2018-12-21 | Auto merge of #56813 - oli-obk:main_🧶, r=pnkfelix | bors | -1/+0 |
| 2018-12-14 | Remove dead code | Oliver Scherer | -1/+0 |
| 2018-12-13 | Fix dur2intervals import on cloudabi | Linus Färnstrand | -5/+9 |
| 2018-12-13 | Add checked_sub for Instant and SystemTime | Linus Färnstrand | -23/+14 |
| 2018-12-13 | Add checked_add method to Instant time type | Linus Färnstrand | -13/+6 |
| 2018-12-06 | Change sys::Thread::new to take the thread entry as Box<dyn FnBox() + 'static>̣ | Jethro Beekman | -1/+2 |
| 2018-12-06 | Refactor net::each_addr/lookup_host to forward error from resolve | Jethro Beekman | -6/+25 |
| 2018-12-06 | Refactor stderr_prints_nothing into a more modular function | Jethro Beekman | -2/+2 |
| 2018-12-04 | cleanup: remove static lifetimes from consts in libstd | ljedrz | -7/+7 |
| 2018-11-25 | Auto merge of #55527 - sgeisler:time-checked-add, r=sfackler | bors | -6/+13 |
| 2018-11-15 | Implement checked_add_duration for SystemTime | Sebastian Geisler | -6/+13 |
| 2018-11-11 | std: Delete the `alloc_system` crate | Alex Crichton | -0/+2 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -2/+2 |