| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-09-15 | Switch wasm math symbols to their original names | Alex Crichton | -28/+1 |
| 2018-08-29 | Replace usages of 'bad_style' with 'nonstandard_style'. | Corey Farwell | -1/+1 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -1/+1 |
| 2018-07-10 | Add missing `dyn` for cloudabi, redox, unix and wasm | ljedrz | -1/+1 |
| 2018-04-13 | std: Minimize size of panicking on wasm | Alex Crichton | -2/+6 |
| 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-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-03 | Move process::ExitCode internals to sys | Scott McMurray | -0/+12 |
| 2018-02-04 | Rollup merge of #47912 - cuviper:glibc-stack-guard, r=alexcrichton | kennytm | -2/+3 |
| 2018-01-31 | Use a range to identify SIGSEGV in stack guards | Josh Stone | -2/+3 |
| 2018-01-30 | Implement extensible syscall interface for wasm | Diggory Blake | -129/+259 |
| 2018-01-07 | Make wasm obey backtrace feature, like other targets | Aidan Hobson Sayers | -0/+1 |
| 2017-12-31 | Auto merge of #46713 - Manishearth:memchr, r=bluss | bors | -1/+1 |
| 2017-12-24 | Auto merge of #46789 - Diggsey:command-env-capture, r=dtolnay | bors | -8/+7 |
| 2017-12-24 | Capture environment at spawn | Diggory Blake | -8/+7 |
| 2017-12-19 | Add Hash impl for SystemTime and Instant | Vitaly _Vi Shukela | -2/+2 |
| 2017-12-18 | Add lossless debug implementation for unix OsStrs | Diggory Blake | -1/+2 |
| 2017-12-13 | Move rust memchr impl to libcore | Manish Goregaokar | -1/+1 |
| 2017-11-25 | Implement `Rc`/`Arc` conversions for string-like types | Murarth | -0/+24 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -0/+2011 |