| Age | Commit message (Expand) | Author | Lines |
| 2019-09-05 | std: Improve downstream codegen in `Command::env` | Alex Crichton | -3/+5 |
| 2019-08-28 | std: Remove the `wasm_syscall` feature | Alex Crichton | -246/+18 |
| 2019-08-03 | Add {IoSlice, IoSliceMut}::advance | Thomas de Zeeuw | -0/+14 |
| 2019-07-25 | std: Use native `#[thread_local]` TLS on wasm | Alex Crichton | -129/+54 |
| 2019-06-17 | Make use of `ptr::null(_mut)` instead of casting zero | Lzu Tao | -1/+1 |
| 2019-06-10 | std: Remove internal definitions of `cfg_if!` macro | Alex Crichton | -2/+2 |
| 2019-05-25 | std: Depend on `backtrace` crate from crates.io | Alex Crichton | -29/+0 |
| 2019-05-22 | Revert "Add implementations of last in terms of next_back on a bunch of Doubl... | Steven Fackler | -4/+0 |
| 2019-05-14 | Rollup merge of #60130 - khuey:efficient_last, r=sfackler | Mazdak Farrokhzad | -0/+4 |
| 2019-04-27 | Stabilized vectored IO | Steven Fackler | -17/+17 |
| 2019-04-19 | Add implementations of last in terms of next_back on a bunch of DoubleEndedIt... | Kyle Huey | -0/+4 |
| 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) | Mazdak Farrokhzad | -13/+13 |
| 2019-03-26 | Rollup merge of #59374 - faern:simplify-checked-duration-since, r=shepmaster | Mazdak Farrokhzad | -2/+2 |
| 2019-03-22 | Update sys::time impls to have checked_sub_instant | Linus Färnstrand | -2/+2 |
| 2019-03-22 | Auto merge of #59370 - Centril:rollup, r=Centril | bors | -0/+4 |
| 2019-03-22 | Rollup merge of #59106 - LinusU:udp-peer-addr, r=kennytm | Mazdak Farrokhzad | -0/+4 |
| 2019-03-22 | Auto merge of #58953 - jethrogb:jb/unify-ffi, r=alexcrichton | bors | -181/+2 |
| 2019-03-21 | Unify OsString/OsStr for byte-based implementations | Jethro Beekman | -181/+2 |
| 2019-03-16 | Add UdpSocket peer_addr implementation for Wasm | Linus Unnebäck | -0/+4 |
| 2019-03-16 | Rollup merge of #58855 - alexcrichton:wasm-multithreaded-alloc, r=fitzgen | kennytm | -15/+80 |
| 2019-03-09 | Use lifetime contravariance to elide more lifetimes in core+alloc+std | Scott McMurray | -2/+2 |
| 2019-03-05 | std: Spin for a global malloc lock on wasm32 | Alex Crichton | -15/+80 |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -97/+96 |
| 2019-02-26 | Auto merge of #58357 - sfackler:vectored-io, r=alexcrichton | bors | -7/+47 |
| 2019-02-23 | Remove pub(crate) from stderr_raw | Paul Dicker | -1/+1 |
| 2019-02-20 | Use standard Read/Write traits in sys::stdio | Paul Dicker | -10/+16 |
| 2019-02-20 | Remove sys::*::Stderr Write implementation | Paul Dicker | -10/+1 |
| 2019-02-13 | impl Deref/DerefMut for IoVec types | Steven Fackler | -3/+3 |
| 2019-02-13 | Add vectored read and write support | Steven Fackler | -7/+47 |
| 2019-01-07 | std: Force `Instant::now()` to be monotonic | Alex Crichton | -0/+8 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -260/+0 |
| 2018-12-25 | Auto merge of #56926 - alexcrichton:update-stdsimd, r=TimNN | bors | -15/+15 |
| 2018-12-21 | Auto merge of #56813 - oli-obk:main_🧶, r=pnkfelix | bors | -1/+0 |
| 2018-12-17 | Update the stdsimd submodule | Alex Crichton | -15/+15 |
| 2018-12-14 | Remove dead code | Oliver Scherer | -1/+0 |
| 2018-12-13 | Add checked_sub for Instant and SystemTime | Linus Färnstrand | -6/+6 |
| 2018-12-13 | Add checked_add method to Instant time type | Linus Färnstrand | -6/+2 |
| 2018-12-06 | Change sys::Thread::new to take the thread entry as Box<dyn FnBox() + 'static>̣ | Jethro Beekman | -1/+2 |
| 2018-12-06 | Update compiler_builtins and remove wasm f32<->f64 math conversions | Jethro Beekman | -67/+14 |
| 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/+6 |
| 2018-12-04 | cleanup: remove static lifetimes from consts in libstd | ljedrz | -8/+8 |
| 2018-11-25 | Auto merge of #55527 - sgeisler:time-checked-add, r=sfackler | bors | -0/+4 |
| 2018-11-15 | Implement checked_add_duration for SystemTime | Sebastian Geisler | -0/+4 |
| 2018-11-11 | std: Delete the `alloc_system` crate | Alex Crichton | -0/+106 |
| 2018-10-11 | std: Implement TLS for wasm32-unknown-unknown | Alex Crichton | -20/+102 |
| 2018-09-24 | std: Start implementing wasm32 atomics | Alex Crichton | -4/+499 |